Skip navigation links
Secure iNet Factory
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

P

PARENT_DIRECTORY - Static variable in interface com.jscape.filetransfer.FileTransfer
Represents the parent directory of current directory.
parse(BufferedReader) - Method in class com.jscape.inet.ftp.AS400Parser
Parses directory listing.
parse(BufferedReader) - Method in interface com.jscape.inet.ftp.FtpFileParser
Method for parsing a directory listing returned by FTP server.
parse(String) - Method in class com.jscape.inet.ftp.MLSDParser
Parses file description line.
parse(BufferedReader) - Method in class com.jscape.inet.ftp.MLSDParser
 
parse(BufferedReader) - Method in class com.jscape.inet.ftp.MvsParser
 
parse(BufferedReader) - Method in class com.jscape.inet.ftp.NTParser
Parses directory listing.
parse(BufferedReader) - Method in class com.jscape.inet.ftp.UnixParser
Parses directory listing.
parse(BufferedReader) - Method in class com.jscape.inet.ftp.VMSParser
Parses directory listing.
parseLine(String) - Method in class com.jscape.inet.ftp.UnixParser
 
PartialSuccessException() - Constructor for exception com.jscape.inet.ssh.protocol.v2.authentication.ClientAuthentication.PartialSuccessException
 
PasswordClientAuthentication - Class in com.jscape.inet.ssh.protocol.v2.authentication
Represents a SSH 'password' authentication operation.
PasswordClientAuthentication(MessageCodec.Factory, String, String) - Constructor for class com.jscape.inet.ssh.protocol.v2.authentication.PasswordClientAuthentication
Creates a new operation instance.
path - Variable in class com.jscape.inet.sftp.Sftp.DirectoryService.Directory
 
PathDirectory(String) - Constructor for class com.jscape.inet.sftp.Sftp.RemoteDirectory.PathDirectory
 
PathElementsDirectory(List<String>) - Constructor for class com.jscape.inet.sftp.Sftp.RemoteDirectory.PathElementsDirectory
 
pause(long) - Method in class com.jscape.inet.telnet.TelnetSession
Pauses current session for specified timeout.
PENDING - Static variable in class com.jscape.inet.telnet.TelnetTask
TelnetTask is waiting to be activated
PLACEHOLDER - Static variable in class com.jscape.inet.http.HttpFileUpload
Place holder string for file data.
Pointer - Class in com.jscape.inet.dns.record
Pointer record is used in special domains to point to some other location in the domain space
Pointer() - Constructor for class com.jscape.inet.dns.record.Pointer
 
Pop - Class in com.jscape.inet.pop
Implements the basic functionality of a POP3 client.
Pop() - Constructor for class com.jscape.inet.pop.Pop
Constructs a new Pop instance.
Pop(String, String, String) - Constructor for class com.jscape.inet.pop.Pop
Constructs a new Pop instance.
Pop.Authentication - Enum in com.jscape.inet.pop
 
PopAdapter - Class in com.jscape.inet.pop
Implements methods for capturing events sourced from Pop class.
PopAdapter() - Constructor for class com.jscape.inet.pop.PopAdapter
 
PopCommandEvent - Class in com.jscape.inet.pop
Fired when command is sent to POP3 server.
PopCommandEvent(Object, String) - Constructor for class com.jscape.inet.pop.PopCommandEvent
Creates PopCommandEvent.
PopConnectedEvent - Class in com.jscape.inet.pop
Fired when connection to POP3 server is established.
PopConnectedEvent(Object, String) - Constructor for class com.jscape.inet.pop.PopConnectedEvent
Creates PopConnectedEvent.
PopDisconnectedEvent - Class in com.jscape.inet.pop
Fired when connection to POP3 server is released.
PopDisconnectedEvent(Object, String) - Constructor for class com.jscape.inet.pop.PopDisconnectedEvent
Creates PopDisconnectedEvent.
PopException - Exception in com.jscape.inet.pop
PopException is thrown by many methods of Pop class.
PopException(String) - Constructor for exception com.jscape.inet.pop.PopException
Creates exception with specified message string.
PopException(String, Throwable) - Constructor for exception com.jscape.inet.pop.PopException
PopException is thrown by many methods of Pop class.
PopException(Throwable) - Constructor for exception com.jscape.inet.pop.PopException
 
PopListener - Interface in com.jscape.inet.pop
Implements methods for capturing events sourced from Pop class.
PopMessageEvent - Class in com.jscape.inet.pop
Fired when message is retrieved from POP3 server.
PopMessageEvent(Object, EmailMessage) - Constructor for class com.jscape.inet.pop.PopMessageEvent
Creates PopMessageEvent.
PopMessageProgressEvent - Class in com.jscape.inet.pop
Fired frequently during the progress of downloading a message from POP server.
PopMessageProgressEvent(Object, int, long, long) - Constructor for class com.jscape.inet.pop.PopMessageProgressEvent
Creates PopMessageProgressEvent.
PopMessageReader - Class in com.jscape.inet.pop
Reads email message from POP server.
PopMessageReader(InputStream) - Constructor for class com.jscape.inet.pop.PopMessageReader
Constructs a new PopMessageReader instance.
PopResponseEvent - Class in com.jscape.inet.pop
Fired when response is received from POP3 server.
PopResponseEvent(Object, String) - Constructor for class com.jscape.inet.pop.PopResponseEvent
Creates PopResponseEvent.
PopSsh - Class in com.jscape.inet.popssh
Implements the basic functionality of a POP3 client tunnelling all data through a secure SSH connection.
PopSsh() - Constructor for class com.jscape.inet.popssh.PopSsh
Constructs a new Pop instance.
PopSsh(String, String, String) - Constructor for class com.jscape.inet.popssh.PopSsh
Constructs a new PopSsh instance.
PopSsh(SshParameters, String, String, String) - Constructor for class com.jscape.inet.popssh.PopSsh
Constructs a new PopSsh instance.
PopSsl - Class in com.jscape.inet.popssl
Implements the basic functionality of a secure POP3 client using SSL/TLS.
PopSsl(String, String, String) - Constructor for class com.jscape.inet.popssl.PopSsl
Constructs a new PopSsl instance.
PopSsl(String, int, String, String) - Constructor for class com.jscape.inet.popssl.PopSsl
Constructs a new PopSsl instance.
postArticle(NntpArticle) - Method in class com.jscape.inet.nntp.Nntp
Posts an article to NNTP server.
println(String) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write line of data with escaping IAC terminated with LF.
println(String, String) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write line of data with escaping IAC terminated with specified line terminator.
progress(FileTransferProgressEvent) - Method in class com.jscape.filetransfer.FileTransferListener.Adapter
 
progress(FileTransferProgressEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked to mark progress of a download or upload operation.
progress(FtpProgressEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked to mark progress of a download or upload operation.
progress(FtpProgressEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked to mark progress of a FTP download or upload operation.
progress(HttpProgressEvent) - Method in class com.jscape.inet.http.HttpAdapter
Invoked to mark progress of a download operation.
progress(HttpProgressEvent) - Method in interface com.jscape.inet.http.HttpListener
Invoked to mark progress of a download or upload operation.
progress(ImapMessageProgressEvent) - Method in class com.jscape.inet.imap.ImapAdapter
Invoked frequently during the download process of a message from IMAP server
progress(ImapMessageProgressEvent) - Method in interface com.jscape.inet.imap.ImapListener
Invoked frequently during the download process of a message from IMAP server
progress(NntpProgressEvent) - Method in class com.jscape.inet.nntp.NntpAdapter
Invoked when performing lengthy Nntp operations.
progress(NntpProgressEvent) - Method in interface com.jscape.inet.nntp.NntpListener
Invoked when performing lengthy Nntp operations.
progress(PopMessageProgressEvent) - Method in class com.jscape.inet.pop.PopAdapter
Invoked frequently during the download process of a message from POP server.
progress(PopMessageProgressEvent) - Method in interface com.jscape.inet.pop.PopListener
Invoked frequently during the download process of a message from POP server.
progress(ScpTransferProgressEvent) - Method in class com.jscape.inet.scp.events.ScpEventAdapter
 
progress(ScpTransferProgressEvent) - Method in interface com.jscape.inet.scp.events.ScpEventListener
Informs listener about transfer progress.
progress(SftpProgressEvent) - Method in class com.jscape.inet.sftp.events.SftpAdapter
Invoked to mark progress of a SSH download or upload operation.
progress(SftpProgressEvent) - Method in interface com.jscape.inet.sftp.events.SftpListener
Invoked to mark progress of a download or upload operation.
ProgressEventMode - Enum in com.jscape.zip
Class to specify compression / decompression events.
provider - Variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory.Entry
 
provider - Variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory.Entry
 
publicKeyAlgorithms - Variable in class com.jscape.inet.ssh.SshConfiguration
 
PublicKeyClientAuthentication - Class in com.jscape.inet.ssh.protocol.v2.authentication
Represents a SSH 'public-key' authentication operation.
PublicKeyClientAuthentication(MessageCodec.Factory, String, PublicKeyAlgorithm, KeyPair) - Constructor for class com.jscape.inet.ssh.protocol.v2.authentication.PublicKeyClientAuthentication
Creates a new operation instance.
put(InetAddress, PublicKey) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Puts a key to the store.
put(InetAddress, String) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Puts a key to the store.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved