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 Y Z

P

PacketDispatcher - Interface in com.jscape.inet.sftp.packets
The SFTP packet dispatcher.
PacketReader - Class in com.jscape.inet.sftp
The SFTP packet reader.
PacketReader(InputStream) - Constructor for class com.jscape.inet.sftp.PacketReader
Creates a new packet reader instance.
PacketReader(InputStream, Map) - Constructor for class com.jscape.inet.sftp.PacketReader
Creates a new packet reader instance.
packetReceived(SftpPacket) - Method in class com.jscape.inet.sftp.SftpConfiguration.SftpLogger
 
packetSent(SftpPacket) - Method in class com.jscape.inet.sftp.SftpConfiguration.SftpLogger
 
PacketWriter - Class in com.jscape.inet.sftp
Writes the SFTP packets to the output stream.
PacketWriter(OutputStream) - Constructor for class com.jscape.inet.sftp.PacketWriter
Creates a new writer instnce.
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(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.
parse(String) - Method in class com.jscape.inet.util.URLParser
Parse url fields.
parse(String) - Method in class com.jscape.util.HexFormat
 
parseData(String) - Static method in class com.jscape.util.HexFormat
 
parseData(String, String) - Static method in class com.jscape.util.HexFormat
 
parseLine(String) - Method in class com.jscape.inet.ftp.UnixParser
 
partialSuccess() - Method in class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthFailure
Returns partial success flag.
partialSuccess() - Method in exception com.jscape.inet.ssh.authentication.RequestFailureException
Checks if the authentication attemt was successful.
passive(boolean) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP PASV command.
password(String) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP PASS command.
pause(long) - Method in class com.jscape.inet.ssh.SshSession
Pauses current session for specified timeout
pause(long) - Method in class com.jscape.inet.telnet.TelnetSession
Pauses current session for specified timeout.
PENDING - Static variable in class com.jscape.inet.ssh.SshTask
SshTask is waiting to be activated
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.
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, Exception) - Constructor for exception com.jscape.inet.pop.PopException
PopException is thrown by many methods of Pop class.
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.
PortHandler - Class in com.jscape.inet.ssh.connection
 
PortHandler() - Constructor for class com.jscape.inet.ssh.connection.PortHandler
 
POSITIVE_COMPLETION - Static variable in class com.jscape.inet.ftps.Response
Positive Completion reply starting code
POSITIVE_INTERMEDIATE - Static variable in class com.jscape.inet.ftps.Response
Positive Intermediate reply starting code
POSITIVE_PRELIMINARY - Static variable in class com.jscape.inet.ftps.Response
Positive Preliminary reply starting code
postArticle(NntpArticle) - Method in class com.jscape.inet.nntp.Nntp
Posts an article to NNTP server.
prepareIncoming(int, int, int) - Method in interface com.jscape.inet.ftp.FtpConnection
Prepares incoming connection.
prepareIncoming(int, int, int) - Method in class com.jscape.inet.ftp.SocketConnection
Prepares incoming connection.
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.
printWorkingDirectory() - Method in class com.jscape.inet.ftps.FtpsClient
The FTP PWD command.
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 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.
protectionLevel(char) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP PROT command.
PROTOCOL_REQUEST_TCPIP_FORWARD - Static variable in class com.jscape.inet.ssh.Ssh
 
PROTOCOL_REQUEST_TCPIP_FORWARD_CANCEL - Static variable in class com.jscape.inet.ssh.Ssh
 
protocols - Static variable in class com.jscape.inet.util.URLParser
 
ProtocolVersion - Class in com.jscape.inet.ssh.transport
SSH protocol identification string.
ProtocolVersion(String, String, String, String) - Constructor for class com.jscape.inet.ssh.transport.ProtocolVersion
Creates a new protocol version instance.
ProtocolVersion(String, String, String) - Constructor for class com.jscape.inet.ssh.transport.ProtocolVersion
Creates a new protocol version instance with default protocol version "2.0".
ProtocolVersion(String, String) - Constructor for class com.jscape.inet.ssh.transport.ProtocolVersion
 
PUB_KEY_ALG_PGP_SIGN_DSS - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_PGP_SIGN_RSA - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_SPKI_SIGN_DSS - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_SPKI_SIGN_RSA - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_SSH_DSS - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_SSH_RSA - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_X509V3_SIGN_DSS - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_X509V3_SIGN_RSA - Static variable in class com.jscape.inet.ssh.Ssh
 
put(Object) - Method in class com.jscape.inet.ssh.util.Queue
 
putData(byte[]) - Method in class com.jscape.inet.ssh.connection.channels.ChannelInputStream
 

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 Y Z
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved