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 

S

sameAsIn(SshHostKeys.Entry) - Method in class com.jscape.inet.ssh.util.SshHostKeys.Fingerprint
 
sameChecksum(File, String) - Method in interface com.jscape.filetransfer.FileTransfer
Checks a checksum equality of local and remote files.
sameChecksum(File, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Checks a checksum equality of local and remote files.
sameChecksum(File, String) - Method in class com.jscape.filetransfer.FtpTransfer
 
sameChecksum(File, String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
sameChecksum(File, String) - Method in class com.jscape.inet.sftp.Sftp
 
SCMD_IHAVE - Static variable in class com.jscape.inet.nntp.Nntp
Command to indicate to NNTP server that client has an article.
SCMD_SLAVE - Static variable in class com.jscape.inet.nntp.Nntp
Command to indicate to NNTP server that this client connection is to a slave server rather than a user.
Scp - Class in com.jscape.inet.scp
Implements the basic functionality of an SCP (Secure Copy) client over SSH2 protocol.
Scp(SshParameters, SshConfiguration, File, int, boolean, Logger) - Constructor for class com.jscape.inet.scp.Scp
Creates a new SCP client instance.
Scp(SshParameters, SshConfiguration) - Constructor for class com.jscape.inet.scp.Scp
Creates a new SCP client instance.
Scp(SshParameters, Logger) - Constructor for class com.jscape.inet.scp.Scp
Creates a new SCP client instance.
Scp(SshParameters) - Constructor for class com.jscape.inet.scp.Scp
Creates a new SCP client instance.
ScpConnectedEvent - Class in com.jscape.inet.scp.events
SCP connected event.
ScpConnectedEvent(Scp, String, int) - Constructor for class com.jscape.inet.scp.events.ScpConnectedEvent
Creates a new event instance.
ScpDisconnectedEvent - Class in com.jscape.inet.scp.events
SCP disconnected event.
ScpDisconnectedEvent(Scp, String, int) - Constructor for class com.jscape.inet.scp.events.ScpDisconnectedEvent
Creates a new event instance.
ScpEvent - Class in com.jscape.inet.scp.events
SCP event.
ScpEventAdapter - Class in com.jscape.inet.scp.events
SCP event adapter.
ScpEventAdapter() - Constructor for class com.jscape.inet.scp.events.ScpEventAdapter
 
ScpEventListener - Interface in com.jscape.inet.scp.events
SCP event listener.
ScpException - Exception in com.jscape.inet.scp
Represents SCP protocol error.
ScpException() - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpException(String) - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpException(String, Throwable) - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpException(Throwable) - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpFileDownloadedEvent - Class in com.jscape.inet.scp.events
SCP file downloaded event.
ScpFileDownloadedEvent(Scp, String, long, long) - Constructor for class com.jscape.inet.scp.events.ScpFileDownloadedEvent
Creates a new event.
ScpFileUploadedEvent - Class in com.jscape.inet.scp.events
SCP file uploaded event.
ScpFileUploadedEvent(Scp, String, long, long) - Constructor for class com.jscape.inet.scp.events.ScpFileUploadedEvent
Creates a new event.
ScpTransferProgressEvent - Class in com.jscape.inet.scp.events
SCP transfer progress event.
ScpTransferProgressEvent(Scp, String, long, long, int) - Constructor for class com.jscape.inet.scp.events.ScpTransferProgressEvent
Creates a new event instance.
Screen - Class in com.jscape.inet.terminal
Represents terminal screen as array of rows.
Screen(int, int, int) - Constructor for class com.jscape.inet.terminal.Screen
Creates Screen object givng its dimensions and history size.
Screen(int) - Constructor for class com.jscape.inet.terminal.Screen
Creates Screen object givng its history size.
Screen(int, int) - Constructor for class com.jscape.inet.terminal.Screen
Creates Screen object givng its dimensions.
Screen() - Constructor for class com.jscape.inet.terminal.Screen
Creates Screen object with default dimensions and history size.
Screen(Screen) - Constructor for class com.jscape.inet.terminal.Screen
Copy constructor.
Screen.Cursor - Class in com.jscape.inet.terminal
Represents cursor position in screen.
scrollDown() - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor up for one row.
scrollUp() - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor down for one row.
SCSG00Command - Class in com.jscape.inet.terminal.commands
SCS -- Select Character Set.
SCSG0BCommand - Class in com.jscape.inet.terminal.commands
SCS -- Select Character Set.
SCSG10Command - Class in com.jscape.inet.terminal.commands
SCS -- Select Character Set.
SCSG1BCommand - Class in com.jscape.inet.terminal.commands
SCS -- Select Character Set.
SecureSocket - Class in com.jscape.inet.ipclientssl
Utility class for obtaining secure SSL/TLS sockets
SecureSocket(Socket, SSLContext) - Constructor for class com.jscape.inet.ipclientssl.SecureSocket
Prevents this class from being instantiated
selectMailbox(String) - Method in class com.jscape.inet.imap.Imap
Selects mailbox on IMAP server.
SEMI_COLON - Static variable in class com.jscape.inet.mime.MimeConstants
Represents byte value for semi-colon.
send(String, String, String, String) - Method in class com.jscape.inet.smtp.Smtp
Sends basic email message.
send(EmailMessage, String, String) - Method in class com.jscape.inet.smtp.Smtp
Sends email message.
send(EmailMessage) - Method in class com.jscape.inet.smtp.Smtp
Sends email message.
send(String, long) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
send(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.AMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.ANSICommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.BSCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CANCommand
Sends command to remote host.
send(int[], Terminal) - Method in interface com.jscape.inet.terminal.commands.ControlCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CPRCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CRCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUBCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUDCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUFCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUHCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUPCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUUCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DACommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DECIDCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DECSTBMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DECTSTCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DSRCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.EDCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.EELCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.EESCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.ELCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.ESCCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.GMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.HTCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.HTSCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.INDCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.LFCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.NELCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.NullCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.RICommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.RMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SCSG00Command
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SCSG0BCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SCSG10Command
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SCSG1BCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SGRCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SICommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SOCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.TBCCommand
Sends command to remote host.
send(String) - Method in class com.jscape.inet.terminal.Terminal
Sends char sequence to remote host.
send(char) - Method in class com.jscape.inet.terminal.Terminal
Sends char to remote host.
sendCommand(int) - Method in class com.jscape.inet.telnet.Telnet
Sends telnet command.
sendCommand(int, int) - Method in class com.jscape.inet.telnet.Telnet
Sends telnet command with specified parameter.
sendDontOption(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Sends Telnet option to server with Telnet DONT OPTION (refuse request to use option) command
sendDoOption(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Sends Telnet option to server with Telnet DO OPTION (request to use option) command
sendNoWait(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendOptionSubnegotiation(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Initiate subnegotiation for option.
sendRaw(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends data to telnet host without command terminator.
sendWait(String, String, long) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendWait(String, String, boolean, long) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendWait(String, String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendWait(String, String, boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendWillOption(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Sends Telnet option to server with Telnet WILL OPTION (accept offer to use option) command.
sendWontOption(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Sends Telnet option to server with Telnet WONT OPTION (refuse offer to use option) command.
SequenceType - Interface in com.jscape.inet.terminal
Base interfase for control sequence types.
SERPENT128_CBC - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT128_CTR - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT192_CBC - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT192_CTR - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT256_CBC - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT256_CTR - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
serverToClient(KeyFactory, EncryptionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory.Entry
 
serverToClient(KeyFactory) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory.Entry
 
serverToClientCompressionFor(CompressionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory.Entry
 
serverToClientCompressionFor(String, CompressionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory
 
serverToClientCompressionFor(String, CompressionFactory.Mode) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.CompressionFactory
Returns a compression operation for server-client direction.
serverToClientEncryptionFor(String, KeyFactory, EncryptionFactory.Mode) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.EncryptionFactory
Returns an encryption operation for server-client direction.
serverToClientEncryptionFor(String, KeyFactory, EncryptionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory
 
serverToClientMacFor(String, KeyFactory) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory
 
serverToClientMacFor(String, KeyFactory) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.MacFactory
Returns a MAC operation for server-client direction.
serviceEnded(SshTunnelerConnection.SshTunnelerEvent) - Method in class com.jscape.inet.ipclientssh.SshTunneler
Service ssh tunneler ended event.
set(ComponentCompressionFactory.Entry...) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory
Sets algorithm entries.
set(JceEncryptionFactory.Entry...) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory
Sets algorithm entries.
set(JceMacFactory.Entry...) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory
Sets algorithm entries.
set(ComponentClientKeyExchangeFactory.Entry...) - Method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ComponentClientKeyExchangeFactory
Sets the factory entries.
set(SshHostKeys.Entry...) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Sets the store entries.
setAccount(String) - Method in class com.jscape.inet.ftp.Ftp
Sets optional account of FTP server.
setAccount(String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional account of FTP server.
setAllowCookies(boolean) - Method in class com.jscape.inet.http.HttpSession
Sets whether cookies are allowed to be stored in memory.
setAscendent(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteSort.FileTransferRemoteComparator
Sets the ascendet indicator.
setAscendent(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sets whether sort will be performed in ascending or descending order.
setAscii() - Method in interface com.jscape.filetransfer.FileTransfer
Sets data transfer mode to ASCII.
setAscii() - Method in class com.jscape.filetransfer.FtpsTransfer
Sets data transfer mode to ASCII.
setAscii() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setAscii() - Method in class com.jscape.inet.ftp.Ftp
Sets data transfer mode to ASCII.
setAscii() - Method in class com.jscape.inet.ftps.Ftps
Sets data transfer mode to ASCII.
setAscii() - Method in class com.jscape.inet.sftp.Sftp
Sets data transfer mode to ASCII.
setAttributes(CellAttributes) - Method in class com.jscape.inet.terminal.Cell
Sets current Cell object attributes.
setAuthentication(Imap.Authentication) - Method in class com.jscape.inet.imap.Imap
 
setAuthentication(Pop.Authentication) - Method in class com.jscape.inet.pop.Pop
 
setAuthentication(Smtp.Authentication) - Method in class com.jscape.inet.smtp.Smtp
 
setAuthMode(int) - Method in class com.jscape.inet.imap.Imap
Sets the authentication mode used when logging into IMAP4 server.
setAuthMode(int) - Method in class com.jscape.inet.pop.Pop
Sets the authentication mode used when logging into POP3 server.
setAuto(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Sets data transfer mode to automatically detect transfer mode.
setAuto(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets data transfer mode to automatically detect transfer mode.
setAuto(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setAuto(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets data transfer mode to be automatically detected.
setAuto(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets data transfer mode to automatic detect.
setAuto(boolean) - Method in class com.jscape.inet.sftp.Sftp
Sets data transfer mode to automatic detect Any files with a base Content-Type value of text will be transferred using ASCII, all other files will be transfered using binary.
setAutoDetectIpv6(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Set auto detect Ipv6.
setAutoDetectIpv6(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Set auto detect Ipv6.
setAutoDetectIpv6(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set auto detect Ipv6 detection mode.
setAutoDetectIpv6(boolean) - Method in class com.jscape.inet.ftps.Ftps
Set auto detect Ipv6 detection mode.
setAutomaticVersionLoweringEnabled(boolean) - Method in class com.jscape.inet.sftp.Sftp
Sets automatic version lowering flag.
setAutoWrapMode(boolean) - Method in class com.jscape.inet.terminal.Terminal
Sets AutoWrap mode.
setBasicAuthentication(String, String) - Method in class com.jscape.inet.http.HttpRequest
Sets username and password to be used in HTTP Basic Authentication.
setBcc(String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient blind-carbon-copy email address.
setBinary() - Method in interface com.jscape.filetransfer.FileTransfer
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.filetransfer.FtpsTransfer
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setBinary() - Method in class com.jscape.inet.ftp.Ftp
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.inet.ftps.Ftps
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.inet.sftp.Sftp
Sets data transfer mode to binary.
setBlockSize(int) - Method in class com.jscape.inet.sftp.Sftp
Deprecated.
see #setUploadBlockSize
setBlockTransferSize(int) - Method in interface com.jscape.filetransfer.FileTransfer
Sets block size for use in transferring files.
setBlockTransferSize(int) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets block size for use in transferring files.
setBlockTransferSize(int) - Method in class com.jscape.filetransfer.FtpTransfer
Sets block size for use in transferring files.
setBlockTransferSize(int) - Method in class com.jscape.inet.ftp.Ftp
Sets block size for use in transferring files.
setBlockTransferSize(int) - Method in class com.jscape.inet.ftps.Ftps
Sets block size for use in transferring files.
setBody(String) - Method in class com.jscape.inet.mime.MimeMessage
Sets body of this MimeMessage.
setBody(String, String) - Method in class com.jscape.inet.mime.MimeMessage
Sets body of this MimeMessage and sets the charset attribute of Content-Type header to provided character set.
setBody(byte[]) - Method in class com.jscape.inet.mime.MimeMessage
Sets body of this MimeMessage.
setBody(File) - Method in class com.jscape.inet.mime.MimeMessage
Sets body of this MimeMessage.
setBodyAsFile(File) - Method in class com.jscape.inet.mime.MimeMessage
 
setCc(String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient carbon-copy email address.
setCc(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient carbon-copy email address.
setCellAttributes(CellAttributes) - Method in class com.jscape.inet.terminal.Terminal
Sets new screen cell attributes.
setCharacterEncoding(String) - Method in class com.jscape.inet.ftp.Ftp
Deprecated.
use the setWireEncoding method
setCharacterEncoding(String) - Method in class com.jscape.inet.ftps.Ftps
Deprecated.
use the setWireEncoding method
setCharacterSet(String) - Method in class com.jscape.inet.telnet.Telnet
Sets character set used when reading data from telnet server
setCharSet(CharacterSet) - Method in class com.jscape.inet.terminal.Terminal
Sets new character set which is used to encode incoming characters.
setChecksumVerificationRequired(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
 
setChecksumVerificationRequired(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
 
setChecksumVerificationRequired(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setClassType(int) - Method in class com.jscape.inet.dns.DnsRequest
Sets class type to retrieve for this DnsRequest.
setClientAuthentication(ClientAuthentication) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setClientAuthentication(ClientAuthentication) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets client authentication operation.
setClientCertificates(KeyStore, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional client certificate keystore for use during authentication.
setClientCertificates(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional client certificate to be used during authentication.
setClientCertificates(KeyStore, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.https.Https
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.https.Https
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.ipclientssl.SecureSocket
Sets the client certificates
setClientCertificates(String, String) - Method in class com.jscape.inet.ipclientssl.SecureSocket
Sets client certificates
setClientCertificates(String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets optional client certificate to be used during authentication.
setCommand(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the command to be sent to the remote host.
setCommandSet(CommandSet) - Method in class com.jscape.inet.terminal.Terminal
Sets new command set.
setCommandTerminator(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets terminator used when sending data to telnet server.
setComparator(FileTransferRemoteSort.FileTransferRemoteComparator) - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sets FileTransferRemoteComparator.
setCompression(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets whether the data will be compressed during the transfering.
setCompression(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets whether the data will be compressed during the transfering.
setCompression(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether the data will be compressed during the transfer.
setCompression(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether the data will be compressed during the transfer.
setConfiguration(SftpConfiguration) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setConfiguration(SshConfiguration) - Method in class com.jscape.inet.scp.Scp
Sets current SSH configuration.
setConfiguration(SftpConfiguration) - Method in class com.jscape.inet.sftp.Sftp
 
setConnectBeforeCommand(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the connectBefore property value
setConnectBeforeCommand(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the connectBefore property value
setConnectBeforeCommand(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether passive socket connection should be established before or after sending command to read data from passive connection.
setConnectBeforeCommand(boolean) - Method in class com.jscape.inet.ftps.Ftps
Gets whether connection will be established before sending data transfer command.
setConnectionTimeout(long) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets connection timeout.
setConnectionType(Ftps.ConnectionStrategy) - Method in class com.jscape.inet.ftps.Ftps
Sets the connection type.
setConnectionType(int) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets the connection type for this session.
setConnectionType(int) - Method in class com.jscape.inet.popssl.PopSsl
Sets the connection type for this session.
setConnectionType(int) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets the connection type for this session.
setConnectTimeout(int) - Method in class com.jscape.inet.imap.Imap
Sets the timeout for opening the connection.
setConnectTimeout(int) - Method in class com.jscape.inet.ipclient.IpClient
Sets the timeout for opening a server connection.
setConnectTimeout(int) - Method in class com.jscape.inet.pop.Pop
Sets the timeout for opening a POP3 server connection.
setConnectTimeout(int) - Method in class com.jscape.inet.smtp.Smtp
Sets the timeout for opening the connection.
setContentEncoding(String) - Method in class com.jscape.inet.mime.Attachment
Sets Content-Transfer-Encoding header for this Attachment.
setContentType(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets Content-Type header of email message.
setContentType(String) - Method in class com.jscape.inet.email.EmailMessage
Sets Content-Type header of email message.
setContentType(String) - Method in class com.jscape.inet.mime.Attachment
Sets Content-Type header for this Attachment.
setContentType(String) - Method in class com.jscape.inet.mime.MimeMessage
Sets the content-type of this MimeMessage.
setContext(SSLContext) - Method in class com.jscape.inet.ftps.Ftps
Sets the current SSL context.
setContextAlgorithm(String) - Method in class com.jscape.inet.ftps.Ftps
Sets algorithm used for SSL communications in default context.
setContextAlgorithmProvider(String) - Method in class com.jscape.inet.ftps.Ftps
Sets provider used for X509 algorithm in default context.
setContextKeystoreProvider(String) - Method in class com.jscape.inet.ftps.Ftps
Sets provider used for keystore in default context.
setContextProtocol(String) - Method in class com.jscape.inet.ftps.Ftps
Sets protocol used for SSL communications in default context.
setContextProtocolProvider(String) - Method in class com.jscape.inet.ftps.Ftps
Sets provider used for TLS protocol in default context.
setData(Enumeration) - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sets the data to be sorted.
setDataPort(int) - Method in class com.jscape.inet.ftp.Ftp
Deprecated.
Replaced by setDataPortRange
setDataPort(int) - Method in class com.jscape.inet.ftps.Ftps
Deprecated.
Replaced by setDataPortRange
setDataPortRange(int, int) - Method in class com.jscape.inet.ftp.Ftp
Sets the data port range for incoming non-passive (active) connections.
setDataPortRange(int, int) - Method in class com.jscape.inet.ftps.Ftps
Sets the data port range for incoming non-passive (active) connections.
setDate(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets date for this FtpFile.
setDate(String) - Method in class com.jscape.inet.nntp.NntpArticleHeader
Sets Date header.
setDebug(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDebug(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.http.Http
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.http.HttpSession
Enables or disables debugging.
setDebug(boolean) - Method in class com.jscape.inet.imap.Imap
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.nntp.Nntp
Set debugging state.
setDebug(boolean) - Method in class com.jscape.inet.pop.Pop
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.scp.Scp
Turns on/off debug log level.
setDebug(boolean) - Method in class com.jscape.inet.sftp.Sftp
Turns on/off debug log level.
setDebug(boolean) - Method in class com.jscape.inet.smtp.Smtp
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.telnet.Telnet
Enable debugging output to debugging stream.
setDebug(boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Enables or disables debugging information.
setDebug(boolean) - Method in class com.jscape.inet.telnet.TelnetTask
Enables/disables additional debugging for this task.
setDebug(boolean) - Method in class com.jscape.inspect.EmailInspector
Sets debugging state.
setDebugStream(PrintStream) - Method in interface com.jscape.filetransfer.FileTransfer
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDebugStream(PrintStream) - Method in class com.jscape.inet.ftp.Ftp
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.ftps.Ftps
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.http.Http
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.http.HttpSession
Sets debug stream to be used for debug messages.
setDebugStream(PrintStream) - Method in class com.jscape.inet.imap.Imap
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.nntp.Nntp
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.pop.Pop
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.scp.Scp
Sets a debug stream.
setDebugStream(PrintStream) - Method in class com.jscape.inet.sftp.Sftp
Sets a debug stream.
setDebugStream(PrintStream) - Method in class com.jscape.inet.smtp.Smtp
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.telnet.Telnet
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.telnet.TelnetSession
Sets PrintStream used in outputting debug information.
setDebugStream(PrintStream) - Method in class com.jscape.inet.telnet.TelnetTask
Sets debug stream to be used when printing debug messages.
setDebugStream(PrintStream) - Method in class com.jscape.inspect.EmailInspector
Sets PrintStream used in reporting debug statements.
setDefaultDirectoryPermissions(PosixFilePermissions) - Method in class com.jscape.inet.sftp.Sftp
 
setDefaultDirectoryPermissions(int) - Method in class com.jscape.inet.sftp.Sftp
 
setDelete(boolean) - Method in class com.jscape.inet.imap.Imap
Defines whether to automatically mark messages for deletion after retrieval.
setDelete(boolean) - Method in class com.jscape.inet.pop.Pop
Defines whether to delete messages automatically after retrieval.
setDir(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets current directory on server.
setDir(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets current directory on server.
setDir(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDir(String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setDir(String) - Method in class com.jscape.inet.ftp.Ftp
Sets current directory on FTP server.
setDir(String) - Method in class com.jscape.inet.ftps.Ftps
Sets current directory on FTP server.
setDir(String) - Method in class com.jscape.inet.sftp.Sftp
Sets current directory on SSH server.
setDirectory(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets if file is a directory.
setDirectory(boolean) - Method in class com.jscape.inet.ftp.FtpFile
Denotes file as a directory.
setDirUp() - Method in interface com.jscape.filetransfer.FileTransfer
Sets current directory on server to parent directory.
setDirUp() - Method in class com.jscape.filetransfer.FtpsTransfer
Sets current directory on server to parent directory.
setDirUp() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDirUp() - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setDirUp() - Method in class com.jscape.inet.ftp.Ftp
Sets current directory on FTP server to parent directory.
setDirUp() - Method in class com.jscape.inet.ftps.Ftps
Sets current directory on FTP server to parent directory.
setDirUp() - Method in class com.jscape.inet.sftp.Sftp
Sets current directory on SSH server to parent directory.
setDiskEncoding(String) - Method in class com.jscape.inet.ftps.Ftps
Sets character set used when reading data from disk for ASCII file transfer.
setDnsCache(File) - Method in class com.jscape.inspect.EmailInspector
Sets locations of DNS cache file.
setDnsCacheDays(int) - Method in class com.jscape.inspect.EmailInspector
Sets the number of days in which DNS record may live in cache.
setDomain(String) - Method in class com.jscape.inet.dns.DnsRequest
Sets hostname or IP address to lookup for this DnsRequest.
setDoubleHigh(boolean) - Method in class com.jscape.inet.terminal.Row
Sets current row to has doubled high.
setDoubleWidth(boolean) - Method in class com.jscape.inet.terminal.Row
Sets current row to has doubled width.
setDownloadBlockSize(int) - Method in class com.jscape.inet.scp.Scp
Deprecated.
use setTransferBufferSizeBytes()
setDownloadBlockSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the transfer buffer size for download operation.
setEmailInspectionLevel(EmailInspectionLevel) - Method in class com.jscape.inspect.EmailInspector
Sets the validation level to be used in validating an e-mail address.
setEnabledCiphers(String[]) - Method in class com.jscape.inet.ftps.Ftps
Sets user-defined enabled SSL cipher suites.
setEncoded(boolean) - Method in class com.jscape.inet.http.HttpParameter
Sets if provided name and value are URL encoded Default value is false
setEndPromptRegex(boolean) - Method in class com.jscape.inet.telnet.TelnetTask
Specifies if end prompt is a regular expression
setEndPromptTimeout(long) - Method in class com.jscape.inet.telnet.TelnetTask
Sets the maximum timeout between the time the task is in running state and the expected end prompt is received.
setErrorOnSizeCommand(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the indicator value which will be used by methods that invokes getFileSize.
setErrorOnSizeCommand(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the indicator value which will be used by methods that invokes getFileSize.
setErrorOnSizeCommand(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether an exception should be thrown when downloading a file and server does not support SIZE command.
setErrorOnSizeCommand(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether an exception should be thrown when downloading a file and server does not support SIZE command.
setFile(String, String, File) - Method in class com.jscape.inet.http.HttpFileUpload
Sets the file to upload for this HttpFileUpload.
setFile(String, String, byte[]) - Method in class com.jscape.inet.http.HttpFileUpload
Sets the file to upload for this HttpFileUpload.
setFileAccessTimestamp(String, Date) - Method in class com.jscape.filetransfer.SftpFileTransfer
Sets file access time.
setFileAccessTimestamp(String, Date) - Method in class com.jscape.inet.sftp.Sftp
Sets file access time.
setFileAttributesPreservingRequired(boolean) - Method in class com.jscape.inet.scp.Scp
Sets file attributes preserving required flag.
setFileCreationTime(String, Date) - Method in class com.jscape.inet.ftp.Ftp
Sets file creation time with a new value.
setFileCreationTime(String, Date) - Method in class com.jscape.inet.ftps.Ftps
Sets file creation time with a new value.
setFileCreationTimestamp(String, Date) - Method in class com.jscape.filetransfer.SftpFileTransfer
Sets file creation time.
setFileCreationTimestamp(String, Date) - Method in class com.jscape.inet.sftp.Sftp
Sets file creation time.
setFileDate(Date) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets the last modified date file.
setFileModificationTime(String, Date) - Method in interface com.jscape.filetransfer.FileTransfer
Set file modifcation time.
setFileModificationTime(String, Date) - Method in class com.jscape.filetransfer.FtpsTransfer
Set file modifcation time.
setFileModificationTime(String, Date) - Method in class com.jscape.filetransfer.FtpTransfer
Set modification time.
setFileModificationTime(String, Date) - Method in class com.jscape.inet.ftp.Ftp
Sets the file modification time with a new value.
setFileModificationTime(String, Date) - Method in class com.jscape.inet.ftps.Ftps
Sets the file modification time with a new value.
setFilename(String) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets remote filename.
setFilename(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets filename for this FtpFile.
setFilePermissions(String, int) - Method in class com.jscape.filetransfer.SftpFileTransfer
Sets file permissions.
setFilePermissions(String, int) - Method in class com.jscape.inet.sftp.Sftp
Sets file permissions.
setFilesize(long) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets remote filesize.
setFilesize(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets file size for this FtpFile.
setFileTimestamp(String, Date) - Method in interface com.jscape.filetransfer.FileTransfer
Sets date/timestamp of remote file from server

When using the FTP/S protocols the MDTM command is used.

setFileTimestamp(String, Date) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets date/timestamp of remote file from server

When using the FTP/S protocols the MDTM command is used.

setFileTimestamp(String, Date) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setFileTimestamp(String, Date) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setFileTimestamp(String, Date) - Method in class com.jscape.inet.ftp.Ftp
Sets date/timestamp of remote file on FTP server.
setFileTimestamp(String, Date) - Method in class com.jscape.inet.ftps.Ftps
Sets date/timestamp of remote file from FTP server.
setFileTimestamp(String, Date) - Method in class com.jscape.inet.sftp.Sftp
Sets file modification time.
setFolding(boolean) - Method in class com.jscape.inet.mime.MimeHeader
Enables or disables folding for this MimeHeader.
setFrom(String) - Method in class com.jscape.inet.email.EmailMessage
Sets from email address.
setFrom(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets from email address using defined character encoding.
setFrom(String) - Method in class com.jscape.inet.nntp.NntpArticle
Sets From header for this NntpArticle.
setFrom(String) - Method in class com.jscape.inet.nntp.NntpArticleHeader
Sets From header.
setFromAddress(String) - Method in class com.jscape.inspect.EmailInspector
Sets from address used when performing SMTP user validation.
setFtpFileParser(FtpFileParser) - Method in class com.jscape.inet.ftp.Ftp
Sets the FtpFileParser used to parse directory listing returned when invoking Ftp#getDirListing method.
setFtpFileParser(FtpFileParser) - Method in class com.jscape.inet.ftp.FtpFile
 
setFtpFileParser(FtpFileParser) - Method in class com.jscape.inet.ftps.Ftps
Sets the FtpFileParser used to parse directory listing returned when invoking Ftps#getDirListing method.
setFtpsCertificateVerifier(FtpsCertificateVerifier) - Method in class com.jscape.inet.ftps.Ftps
Sets FTPS certificate verifier.
setG0(CharacterSet) - Method in class com.jscape.inet.terminal.Terminal
Sets character set to G0 register.
setG1(CharacterSet) - Method in class com.jscape.inet.terminal.Terminal
Sets character set to G1 register.
setGroup(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets group for this FtpFile.
setHeloAddress(String) - Method in class com.jscape.inet.smtp.Smtp
Sets the source address to use when issuing an EHLO or HELO command to SMTP server.
setHeloAddress(String) - Method in class com.jscape.inspect.EmailInspector
Sets HELO hostname or IP address used when communicating with SMTP server.
setHostKeyVerifier(HostKeyVerificationService) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setHostKeyVerifier(HostKeyVerificationService) - Method in class com.jscape.inet.ssh.util.SshParameters
Setups new host key verifier.
setHostname(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets hostname of server.
setHostname(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets hostname of server.
setHostname(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setHostname(String) - Method in class com.jscape.inet.finger.Finger
Sets hostname of FINGER server.
setHostname(String) - Method in class com.jscape.inet.ftp.Ftp
Sets hostname of FTP server.
setHostname(String) - Method in class com.jscape.inet.ftps.Ftps
Sets hostname of FTP server.
setHostname(String, boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets the hostname of FTP Server.
setHostname(String) - Method in class com.jscape.inet.imap.Imap
Sets the name of the remote host to cennect to.
setHostname(String) - Method in class com.jscape.inet.nntp.Nntp
Sets hostname of NNTP server.
setHostname(String) - Method in class com.jscape.inet.pop.Pop
Sets the hostname of the POP3 server.
setHostname(String) - Method in class com.jscape.inet.smtp.Smtp
Sets the hostname or IP address of SMTP server.
setHostname(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets a server host.
setHostname(String) - Method in class com.jscape.inet.telnet.Telnet
Set server hostname.
setHostname(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets the hostname of telnet server.
setHostname(String) - Method in class com.jscape.inet.whois.Whois
Sets hostname of Whois server.
setHtmlBody(String) - Method in class com.jscape.inet.email.HtmlEmailMessage
Sets the HTML portion of this email message.
setHtmlBody(File) - Method in class com.jscape.inet.email.HtmlEmailMessage
Sets the HTML portion of this email message from contents of a file.
setHttpVersion(String) - Method in class com.jscape.inet.http.HttpRequest
Sets the HTTP version number sent in this HttpRequest.
setIgnoreDnsResponseLength(boolean) - Method in class com.jscape.inspect.EmailInspector
Sets whether DNS response length header should be ignored when reading response.
setInputStream(InputStream) - Method in class com.jscape.inet.ipclient.IpClient
Replaces InputStream from socket connection established with server.
setIsYearSet(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Is the year of the file date set?
setKeepAlive(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set socket keep alive.
setKeyPair(KeyPair) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setKeyPair(File, String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setKeyPair(KeyPair) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets user key pair.
setLine(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets the original line sent by FTP server and used in parsing this FtpFile
setLineTerminator(String) - Method in class com.jscape.inet.sftp.Sftp
Sets destination line terminator used in ASCII file transfers.
setLinger(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the linger time for closing data sockets.
setLinger(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the linger time for closing data sockets.
setLink(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets if is a symbolic link.
setLinkTarget(String) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets link target.
setLinkTarget(String) - Method in class com.jscape.inet.ftp.FtpFile
Set the target if this entry is a link.
setListeners(LinkedList) - Method in class com.jscape.inet.ftps.Ftps
Set the list of listeners.
setLNMMode(boolean) - Method in class com.jscape.inet.terminal.Terminal
Sets Line Feed/New Line Mode.
setLocalDir(File) - Method in interface com.jscape.filetransfer.FileTransfer
Sets local directory to be used in session.
setLocalDir(File) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets local directory to be used in session.
setLocalDir(File) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setLocalDir(File) - Method in class com.jscape.inet.ftp.Ftp
Sets local directory to be used in FTP session.
setLocalDir(File) - Method in class com.jscape.inet.ftps.Ftps
Sets local directory to be used in FTP session.
setLocalDir(File) - Method in class com.jscape.inet.scp.Scp
Sets current local directory.
setLocalDir(File) - Method in class com.jscape.inet.sftp.Sftp
Sets local directory to be used in session.
setLocale(Locale) - Method in class com.jscape.inet.ftp.UnixParser
Sets locale used for parsing date.
setLocalUsername(String) - Method in class com.jscape.inet.bsd.Rlogin
Sets the username of the user originating the connection.
setLocalUsername(String) - Method in class com.jscape.inet.bsd.Rsh
Sets the username of the user originating the connection.
setLoginPrompt(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets login prompt to wait for before sending username.
setLoginPrompt(String, boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Sets login prompt to wait for before sending username.
setLogLevel(Level) - Method in class com.jscape.inet.scp.Scp
Sets current log level.
setLogLevel(Level) - Method in class com.jscape.inet.sftp.Sftp
Sets current log level.
setMargins(int, int) - Method in class com.jscape.inet.terminal.Screen
Sets screen margins for scrolling region.
setMaxDataSize(long) - Method in class com.jscape.inet.http.Http
Sets max data size.
setMethod(String) - Method in class com.jscape.inet.http.HttpRequest
Sets the request method used in HTTP request.
setName(String) - Method in class com.jscape.inet.http.HttpParameter
Sets name of parameter.
setName(String) - Method in class com.jscape.inet.mime.MimeHeader
Sets name of this MimeHeader.
setName(String) - Method in class com.jscape.inet.mime.MimeHeaderAttr
Sets name of attribute.
setNameserver(String) - Method in class com.jscape.inet.dns.DnsRequest
Sets nameserver used to perform this DnsRequest.
setNameserver(String) - Method in class com.jscape.inspect.EmailInspector
Sets the DNS (Domain Name Server) to be used in performing lookup on a domain.
setNATAddress(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets a NAT address which will be used after PASV command.
setNATAddress(String) - Method in class com.jscape.filetransfer.FtpTransfer
Sets a NAT address which will be used after PASV command.
setNATAddress(String) - Method in class com.jscape.inet.ftp.Ftp
Sets a NAT address which will be used for PASV file transfers.
setNATAddress(String) - Method in class com.jscape.inet.ftps.Ftps
Sets a NAT address which will be used for PASV file transfers.
setNewsgroup(NntpNewsgroup) - Method in class com.jscape.inet.nntp.Nntp
Sets current active newsgroup.
setNewsgroup(String) - Method in class com.jscape.inet.nntp.Nntp
Sets current active newsgroup.
setNewsgroups(String) - Method in class com.jscape.inet.nntp.NntpArticle
Sets Newsgroups header for this NntpArticle.
setOriginMode(boolean) - Method in class com.jscape.inet.terminal.Screen
Sets screen Origin mode.
setOutputStream(OutputStream) - Method in class com.jscape.inet.ipclient.IpClient
Sets OutputStream from socket connection established with server.
setOwner(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets owner of this FtpFile.
setParameterDelim(String) - Method in class com.jscape.inet.terminal.CSIType
Sets parameter delimeter.
setParameters(SshParameters) - Method in class com.jscape.inet.scp.Scp
Sets current SSH parameters.
setParameters(SshParameters) - Method in class com.jscape.inet.sftp.Sftp
 
setPassive(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Sets whether passive mode is used for FTP connections.
setPassive(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets whether passive mode is used for FTP connections.
setPassive(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPassive(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether passive mode should be used.
setPassive(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether passive mode should be used.
setPassword(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets password.
setPassword(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets password.
setPassword(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPassword(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the password to be sent to the remote host.
setPassword(String) - Method in class com.jscape.inet.ftp.Ftp
Sets password of FTP user.
setPassword(String) - Method in class com.jscape.inet.ftps.Ftps
Sets password of FTP user.
setPassword(String) - Method in class com.jscape.inet.imap.Imap
Sets the password to be sent to the remote host.
setPassword(String) - Method in class com.jscape.inet.nntp.Nntp
Sets password for authentication.
setPassword(String) - Method in class com.jscape.inet.pop.Pop
Sets the password to be used in authentication to POP3 server.
setPassword(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets an user password.
setPasswordPrompt(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets password prompt to wait for before sending password.
setPasswordPrompt(String, boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Sets password prompt to wait for before sending password.
setPerformMLSDListing(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Set MLSD directory listing.
setPerformMLSDListing(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Set MLSD directory listing.
setPermission(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets permissions string for this FtpFile.
setPipelinedTransferEnabled(boolean) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setPipelinedTransferEnabled(boolean) - Method in class com.jscape.inet.sftp.Sftp
 
setPipelineWindowSize(int) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setPipelineWindowSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the window size (a number of request packets without response) in pipeline transfer mode.
setPollingInterval(int) - Method in class com.jscape.inet.telnet.TelnetSession
Sets the polling interval used when checking for completion of commands sent using send or sendWait methods.
setPort(int) - Method in interface com.jscape.filetransfer.FileTransfer
Sets port of remote server.
setPort(int) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets port of remote server.
setPort(int) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPort(int) - Method in class com.jscape.inet.bsd.Rexec
Sets the port to be used to make the connection.
setPort(int) - Method in class com.jscape.inet.finger.Finger
Sets port of FINGER server.
setPort(int) - Method in class com.jscape.inet.ftp.Ftp
Sets port of FTP server.
setPort(int) - Method in class com.jscape.inet.ftps.Ftps
Sets port of FTP server.
setPort(int) - Method in class com.jscape.inet.imap.Imap
Sets port of IMAP server.
setPort(int) - Method in class com.jscape.inet.nntp.Nntp
Sets port of NNTP server.
setPort(int) - Method in class com.jscape.inet.pop.Pop
Sets the port of the POP3 server.
setPort(int) - Method in class com.jscape.inet.smtp.Smtp
Sets port of SMTP server.
setPort(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets a server port.
setPort(int) - Method in class com.jscape.inet.telnet.Telnet
Set server port.
setPort(int) - Method in class com.jscape.inet.telnet.TelnetSession
Sets the port of the telnet server.
setPort(int) - Method in class com.jscape.inet.whois.Whois
Sets port of Whois server.
setPortAddress(String) - Method in class com.jscape.inet.ftp.Ftp
Sets the external IP address to use when listing for active connections using the PORT command.
setPortAddress(String) - Method in class com.jscape.inet.ftps.Ftps
Sets the external address to use when using active connections using the PORT command.
setPreserveDownloadTimestamp(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set the preserve download timestamp value.
setPreserveDownloadTimestamp(boolean) - Method in class com.jscape.inet.ftps.Ftps
Set the preserve download timestamp value.
setPreserveFileDownloadTimestamp(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Set preserve file download timestamps.
setPreserveFileDownloadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Set preserve file download timestamps.
setPreserveFileDownloadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setPreserveFileUploadTimestamp(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Get preserve file upload timestamps.
setPreserveFileUploadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Get preserve file upload timestamps.
setPreserveFileUploadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setPreserveTime(boolean) - Method in class com.jscape.inet.scp.Scp
Deprecated.
use setFileAttributesPreservingRequired
setPreserveUploadTimestamp(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set upload modification time, replaces the last modified timestamp with that of the local file after upload is complete.
setPreserveUploadTimestamp(boolean) - Method in class com.jscape.inet.ftps.Ftps
Set upload modification time, replaces the last modified timestamp with that of the local file after upload is complete.
setPriority(int) - Method in class com.jscape.inet.email.EmailMessage
Sets priority of message when displayed in recipients email client.
setPrivateKey(File, String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setPrivateKey(File) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setPrivateKey(String, String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setPrivateKey(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setProtectionLevel(char) - Method in class com.jscape.inet.ftps.Ftps
Changes the protection level.
setProtocol(String) - Method in class com.jscape.inet.ftps.Ftps
Sets TLS/SSL protocol name.
setProxyAuthentication(String, String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.bsd.Rexec
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.bsd.Rsh
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.dns.Dns
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.finger.Finger
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.ftp.Ftp
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.http.Http
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.imap.Imap
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.ipclient.IpClient
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.nntp.Nntp
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.pop.Pop
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.sftp.Sftp
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.smtp.Smtp
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.telnet.Telnet
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.whois.Whois
Sets the username and password to use when for authentication with proxy server.
setProxyHost(String, int) - Method in interface com.jscape.filetransfer.FileTransfer
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.bsd.Rexec
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.bsd.Rsh
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.dns.Dns
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.finger.Finger
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.ftp.Ftp
Sets the proxy hostname and port for this FTP connection.
setProxyHost(String, int) - Method in class com.jscape.inet.ftps.Ftps
Sets the proxy hostname and port for this FTPS connection.
setProxyHost(String, int) - Method in class com.jscape.inet.http.Http
Sets the proxy hostname and port for this connection.
setProxyHost(String) - Method in class com.jscape.inet.http.HttpRequest
Sets the hostname of the proxy server to be used in HTTP communications.
setProxyHost(String, int) - Method in class com.jscape.inet.imap.Imap
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.ipclient.IpClient
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String) - Method in class com.jscape.inet.nntp.Nntp
Sets the hostname of the proxy server to be used in Nntp communications.
setProxyHost(String, int) - Method in class com.jscape.inet.nntp.Nntp
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.pop.Pop
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.popssl.PopSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.sftp.Sftp
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.smtp.Smtp
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy hostname.
setProxyHost(String, int) - Method in class com.jscape.inet.telnet.Telnet
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.whois.Whois
Sets the proxy hostname and port for this connection.
setProxyLogin(String, String) - Method in class com.jscape.inet.http.HttpRequest
Sets the username and password used in authentication to HTTP proxy server.
setProxyPassword(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy authentication password.
setProxyPort(int) - Method in class com.jscape.inet.http.HttpRequest
Sets the port to be used when communicating with an HTTP proxy server.
setProxyPort(int) - Method in class com.jscape.inet.nntp.Nntp
Sets the port to be used when communicating with an Nntp proxy server.
setProxyPort(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy port.
setProxyType(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.bsd.Rsh
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.dns.Dns
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.finger.Finger
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.ftp.Ftp
Sets the proxy type will be used for this FTP connection.
setProxyType(String) - Method in class com.jscape.inet.ftps.Ftps
Sets the proxy type will be used for this FTPS connection.
setProxyType(String) - Method in class com.jscape.inet.http.Http
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.imap.Imap
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.ipclient.IpClient
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.nntp.Nntp
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.pop.Pop
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.popssl.PopSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.sftp.Sftp
Sets the proxy type will be used for this FTP connection.
setProxyType(String) - Method in class com.jscape.inet.smtp.Smtp
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy type
setProxyType(String) - Method in class com.jscape.inet.telnet.Telnet
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.whois.Whois
Sets the proxy type will be used for this connection.
setProxyUserId(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setProxyUsername()
setProxyUsername(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets a proxy username.
setPublicKeyAlgorithm(PublicKeyAlgorithm) - Method in class com.jscape.inet.ssh.util.SshParameters
 
setReadable(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets filename "readable" flag.
setReadBlockSize(int) - Method in class com.jscape.inet.http.Http
Sets the number of bytes read in each block of data read from server
setReadingTimeout(long) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets reading timeout.
setReadingTimeout(int) - Method in class com.jscape.inet.telnet.Telnet
Sets the socket reading timeout value.
setReadTimeout(int) - Method in class com.jscape.inet.imap.Imap
Sets the timeout for reading responses from server.
setReadTimeout(int) - Method in class com.jscape.inet.ipclient.IpClient
Sets the timeout for reading responses from server.
setReadTimeout(int) - Method in class com.jscape.inet.pop.Pop
Sets the timeout for reading responses from POP server.
setReadTimeout(int) - Method in class com.jscape.inet.smtp.Smtp
Sets the timeout for reading responses from SMTP server.
setReceiveBufferSize(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the receive buffer size option of the ftp connection.
setReceiveBufferSize(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the receive buffer size option of the ftps connection.
setReceiveBufferSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the receive buffer size option of the sftp connection.
setRecordType(int) - Method in class com.jscape.inet.dns.DnsRequest
Sets record type to retrieve for this DnsRequest.
setRegexMatchLength(int) - Method in class com.jscape.inet.telnet.TelnetSession
Sets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
setRegexMatchLength(int) - Method in class com.jscape.inet.telnet.TelnetTask
Sets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
setRemoteHost(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the name of the remote host to cennect to.
setReplyTo(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets message Reply-To address.
setReplyTo(String) - Method in class com.jscape.inet.email.EmailMessage
Sets message Reply-To address.
setSendBufferSize(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the send buffer size option of the ftp connection.
setSendBufferSize(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the send buffer size option of the ftps connection.
setSendBufferSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the send buffer size option of the sftp connection.
setServerCertificates(KeyStore) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional server certificate keystore to use during authentication.
setServerCertificates(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional server certificate to be used during authentication.
setServerCertificates(KeyStore) - Method in class com.jscape.inet.ftps.Ftps
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.https.Https
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.https.Https
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.ipclientssl.SecureSocket
Sets the trusted server certificates.
setServerCertificates(String, String) - Method in class com.jscape.inet.ipclientssl.SecureSocket
Sets server certificates
setServerCertificates(String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets optional server certificate to be used during authentication.
setShellPrompt(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets shell prompt to wait for before sending commands.
setShellPrompt(String, boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Sets shell prompt to wait for before sending commands.
setShutdownCCC(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets whether SSL connection should be shutdown after successfully issuing CCC command.
setShutdownCCC(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether SSL connection should be shutdown after successfully issuing CCC command.
setSocket(Socket) - Method in class com.jscape.inet.ipclient.IpClient
Sets socket replacing current socket with new socket.
setSocketTrafficClass(Integer) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setSocketTrafficClass(Integer) - Method in class com.jscape.inet.ssh.util.SshParameters
Set socket traffic class.
setSshHostname(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setHostname()
setSshParameters(SshParameters) - Method in class com.jscape.inet.imapssh.ImapSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshParameters(SshParameters) - Method in class com.jscape.inet.nntpssh.NntpSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshParameters(SshParameters) - Method in class com.jscape.inet.popssh.PopSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshParameters(SshParameters) - Method in class com.jscape.inet.smtpssh.SmtpSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshParameters(SshParameters) - Method in class com.jscape.inet.telnetssh.TelnetSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshPassword(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setPassword()
setSshPort(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setPort()
setSshUsername(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setUsername()
setSSLContext(SSLContext) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets SSL context for this connection.
setSSLContext(SSLContext) - Method in class com.jscape.inet.popssl.PopSsl
Sets SSL context for this connection.
setSSLContext(SSLContext) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets SSL context for this connection.
setSslHandshakeCompletedListener(HandshakeCompletedListener) - Method in class com.jscape.inet.ftps.Ftps
 
setSSLSocketFactory(SSLSocketFactory) - Method in class com.jscape.inet.https.Https
Sets SSLSocketFactory to be used in establishing a SSL connection
setStartPromptRegex(boolean) - Method in class com.jscape.inet.telnet.TelnetTask
Specifies if start prompt is a regular expression
setStartPromptTimeout(long) - Method in class com.jscape.inet.telnet.TelnetTask
Sets the maximum timeout between the time the task is in active state and the expected start prompt is received.
setSubject(String) - Method in class com.jscape.inet.email.EmailMessage
Sets message subject.
setSubject(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets message subject.
setSubject(String) - Method in class com.jscape.inet.nntp.NntpArticle
Sets Subject header for this NntpArticle.
setSubject(String) - Method in class com.jscape.inet.nntp.NntpArticleHeader
Sets Subject header.
setTabstop(boolean) - Method in class com.jscape.inet.terminal.Cell
Sets tabstop to this Cell object.
setTcpNoDelay(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
 
setTcpNoDelay(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setTcpNoDelay(Boolean) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setTcpNoDelay(boolean) - Method in class com.jscape.inet.ftp.Ftp
 
setTcpNoDelay(boolean) - Method in class com.jscape.inet.ftps.Ftps
 
setTcpNoDelay(Boolean) - Method in class com.jscape.inet.ssh.util.SshParameters
Set TCP no delay.
setTerminalSpeed(int) - Method in class com.jscape.inet.bsd.Rlogin
Sets the speed of terminal emulation.
setTerminalType(String) - Method in class com.jscape.inet.bsd.Rlogin
Sets the terminal type to be used to distinguish between formating characters and normal text.
setTerminalType(String) - Method in class com.jscape.inet.telnet.options.TerminalType
Sets the terminal type.
setTerminator(String) - Method in class com.jscape.inet.telnet.TelnetTask
Sets line terminator used when sending commands.
setTextBody(String) - Method in class com.jscape.inet.email.HtmlEmailMessage
Sets the plain text portion of this email message.
setTextBody(File) - Method in class com.jscape.inet.email.HtmlEmailMessage
Sets the plain text portion of this email message from contents of a file.
setTime(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets time for this FtpFile.
setTimeout(long) - Method in interface com.jscape.filetransfer.FileTransfer
Sets the timeout for opening connection to server.
setTimeout(long) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the timeout for opening connection to server.
setTimeout(long) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setTimeout(int) - Method in class com.jscape.inet.bsd.Rexec
Sets the timeout for opening connection to server.
setTimeout(int) - Method in class com.jscape.inet.dns.DnsRequest
Sets the timeout for opening connection to DNS server.
setTimeout(int) - Method in class com.jscape.inet.finger.Finger
Sets the timeout for opening a FINGER connection.
setTimeout(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the timeout for opening connection to FTP server.
setTimeout(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the timeout for opening connection to FTP server.
setTimeout(int) - Method in class com.jscape.inet.http.Http
Sets the timeout for opening a HTTP connection.
setTimeout(int) - Method in class com.jscape.inet.imap.Imap
Deprecated.
Replaced by setConnectTimeout and setReadTimeout
setTimeout(int) - Method in class com.jscape.inet.nntp.Nntp
Sets the timeout for opening a NNTP server connection.
setTimeout(int) - Method in class com.jscape.inet.pop.Pop
Deprecated.
Replaced by setConnectTimeout and setReadTimeout
setTimeout(long) - Method in class com.jscape.inet.sftp.Sftp
Deprecated.
use setParameters()
setTimeout(int) - Method in class com.jscape.inet.smtp.Smtp
Deprecated.
Replaced by setConnectTimeout and setReadTimeout
setTimeout(int) - Method in class com.jscape.inet.telnet.Telnet
Sets the timeout for opening connection to Telnet server.
setTimeout(int) - Method in class com.jscape.inet.whois.Whois
Sets the timeout for opening a Whois connection.
setTimeout(int) - Method in class com.jscape.inspect.EmailInspector
Sets timeout in milliseconds for connecting to DNS and SMTP servers.
setTimeZone(TimeZone) - Method in interface com.jscape.filetransfer.FileTransfer
Set the timezone, used for preserving timestamps.
setTimeZone(TimeZone) - Method in class com.jscape.filetransfer.FtpsTransfer
Set the timezone, used for preserving timestamps.
setTimeZone(TimeZone) - Method in class com.jscape.filetransfer.FtpTransfer
 
setTimezone(TimeZone) - Method in class com.jscape.inet.ftp.Ftp
Set the timezone.
setTimezone(TimeZone) - Method in class com.jscape.inet.ftps.Ftps
Set the timezone.
setTo(String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient to email address.
setTo(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient to email address.
setTransferBufferSizeBytes(int) - Method in class com.jscape.inet.scp.Scp
Sets current transfer buffer size.
setUploadBlockSize(int) - Method in class com.jscape.inet.scp.Scp
Deprecated.
use setTransferBufferSizeBytes()
setUploadBlockSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the transfer buffer size for upload operations.
setURL(String) - Method in class com.jscape.inet.http.HttpRequest
Sets URL of HTTP request.
setUseEPRT(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Set use EPRT.
setUseEPRT(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets use EPRT indicator.
setUseEPRT(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether to use EPRT or PASV command for data tranfers.
setUseEPRT(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether to use EPRT or PORT command for data tranfers.
setUseEPSV(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
setUseEPSV(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets use EPSV indicator.
setUseEPSV(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether to use EPSV or PASV command for data tranfers.
setUseEPSV(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether to use EPSV or PASV command for data tranfers.
setUseExtendedDirectoryListing(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the use extended directory listing field.
setUseExtendedDirectoryListing(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the use extended directory listing field.
setUserAgent(String) - Method in class com.jscape.inet.http.HttpRequest
Sets the User-Agent header of a HTTP request.
setUsername(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets username.
setUsername(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets username.
setUsername(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setUsername(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the username to be sent to the remote host.
setUsername(String) - Method in class com.jscape.inet.ftp.Ftp
Sets username of FTP user.
setUsername(String) - Method in class com.jscape.inet.ftps.Ftps
Sets username of FTP user.
setUsername(String) - Method in class com.jscape.inet.imap.Imap
Sets the username to be sent to the remote host.
setUsername(String) - Method in class com.jscape.inet.nntp.Nntp
Sets username for authentication.
setUsername(String) - Method in class com.jscape.inet.pop.Pop
Sets the username to be used in authentication to POP3 server.
setUsername(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets an username.
setUTF8(boolean) - Method in class com.jscape.inet.http.HttpRequest
Sets whether UTF-8 encoding is used when encoding parameters, default is true.
setValue(String) - Method in class com.jscape.inet.http.HttpParameter
Sets value of parameter.
setValue(String) - Method in class com.jscape.inet.mime.MimeHeader
Sets the value of this MimeHeader.
setValue(String) - Method in class com.jscape.inet.mime.MimeHeaderAttr
Sets value of attribute.
setValue(char) - Method in class com.jscape.inet.terminal.Cell
Sets value of Cell object.
setVersion(int) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setVersion(int) - Method in class com.jscape.inet.sftp.Sftp
Sets current target SFTP version.
setWireEncoding(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets encoding set used when issuing commands and transferring files.
setWireEncoding(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets encoding set used when issuing commands and transferring files.
setWireEncoding(String) - Method in class com.jscape.filetransfer.FtpTransfer
Sets encoding set used when issuing commands and transferring files.
setWireEncoding(String) - Method in class com.jscape.inet.ftp.Ftp
Sets encoding set used when issuing commands and transferring files.
setWireEncoding(String) - Method in class com.jscape.inet.ftps.Ftps
Sets character set used when issuing commands and transferring files in ASCII mode.
setWritable(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets filename "writable" flag.
setWriteBlockSize(int) - Method in class com.jscape.inet.http.Http
Sets number of bytes written in each block to server
Sftp - Class in com.jscape.inet.sftp
Implements the basic functionality of a SFTP (FTP over SSH) client.
Sftp(SshParameters, SftpConfiguration, int, File, String, int, int, Logger) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
Sftp(SshParameters, File, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new SFTP client instance.
Sftp(SshParameters, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
Sftp(SshParameters, File) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
Sftp(SshParameters) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
Sftp.DirectoryService - Class in com.jscape.inet.sftp
 
Sftp.DirectoryService.Directory<T> - Class in com.jscape.inet.sftp
 
Sftp.DownloadDirectoryOperation - Class in com.jscape.inet.sftp
 
Sftp.DownloadFileOperation - Class in com.jscape.inet.sftp
 
Sftp.DownloadFileOperation.Listener - Interface in com.jscape.inet.sftp
 
Sftp.DownloadFileOperation.NullListener - Class in com.jscape.inet.sftp
 
Sftp.DownloadFileOperation.TransferStrategy - Enum in com.jscape.inet.sftp
 
Sftp.RecursiveDeleteOperation - Class in com.jscape.inet.sftp
 
Sftp.RecursiveFileListOperation - Class in com.jscape.inet.sftp
 
Sftp.RemoteDirectory - Interface in com.jscape.inet.sftp
 
Sftp.RemoteDirectory.CurrentDirectory - Class in com.jscape.inet.sftp
 
Sftp.RemoteDirectory.PathDirectory - Class in com.jscape.inet.sftp
 
Sftp.RemoteDirectory.PathElementsDirectory - Class in com.jscape.inet.sftp
 
Sftp.SftpPipedInputStream - Class in com.jscape.inet.sftp
 
Sftp.SftpPipedOutputStream - Class in com.jscape.inet.sftp
 
Sftp.UploadDirectoryOperation - Class in com.jscape.inet.sftp
 
Sftp.UploadFileOperation - Class in com.jscape.inet.sftp
 
Sftp.UploadFileOperation.Listener - Interface in com.jscape.inet.sftp
 
Sftp.UploadFileOperation.NullListener - Class in com.jscape.inet.sftp
 
Sftp.UploadFileOperation.TransferStrategy - Enum in com.jscape.inet.sftp
 
SftpAdapter - Class in com.jscape.inet.sftp.events
Implements methods for capturing events sourced from Sftp class.
SftpAdapter() - Constructor for class com.jscape.inet.sftp.events.SftpAdapter
 
SftpAuthenticationException - Exception in com.jscape.inet.sftp
Exception thrown when trying to create or access a resource with insufficient permissions.
SftpAuthenticationException(String, String) - Constructor for exception com.jscape.inet.sftp.SftpAuthenticationException
Creates new SftpAuthenticationException instance
SftpChangeDirEvent - Class in com.jscape.inet.sftp.events
This event is fired when the remote directory path is changed on the server.
SftpChangeDirEvent(Sftp, String) - Constructor for class com.jscape.inet.sftp.events.SftpChangeDirEvent
Creates a new SftpChangeDirEvent instance
SftpConfiguration - Class in com.jscape.inet.sftp
A SFTP configuration.
SftpConfiguration(SshConfiguration, boolean) - Constructor for class com.jscape.inet.sftp.SftpConfiguration
Creates a new configuration instance.
SftpConnectedEvent - Class in com.jscape.inet.sftp.events
This event is fired when connection to SSH server is established.
SftpConnectedEvent(Sftp, String, int) - Constructor for class com.jscape.inet.sftp.events.SftpConnectedEvent
Creates a new event instance.
SftpConnectionException - Exception in com.jscape.inet.sftp
 
SftpConnectionException(String) - Constructor for exception com.jscape.inet.sftp.SftpConnectionException
 
SftpConnectionException(String, Throwable) - Constructor for exception com.jscape.inet.sftp.SftpConnectionException
 
SftpConnectionException(Throwable) - Constructor for exception com.jscape.inet.sftp.SftpConnectionException
 
SftpCreateDirEvent - Class in com.jscape.inet.sftp.events
This event is fired when a directory is created on the server.
SftpCreateDirEvent(Sftp, String, String) - Constructor for class com.jscape.inet.sftp.events.SftpCreateDirEvent
Creates a new SftpCreateDirEvent instance.
SftpDeleteDirEvent - Class in com.jscape.inet.sftp.events
This event is fired when directory is deleted from server.
SftpDeleteDirEvent(Sftp, String, String) - Constructor for class com.jscape.inet.sftp.events.SftpDeleteDirEvent
Creates a new SftpDeleteDirEvent instance.
SftpDeleteFileEvent - Class in com.jscape.inet.sftp.events
This event is fired when directory is deleted from server.
SftpDeleteFileEvent(Sftp, String, String) - Constructor for class com.jscape.inet.sftp.events.SftpDeleteFileEvent
Creates a new SftpDeleteFileEvent instance
SftpDisconnectedEvent - Class in com.jscape.inet.sftp.events
This event is fired when connection to SSH server is released.
SftpDisconnectedEvent(Sftp, String, int) - Constructor for class com.jscape.inet.sftp.events.SftpDisconnectedEvent
Creates a new event instance.
SftpDownloadEvent - Class in com.jscape.inet.sftp.events
This event is fired when file is downloaded from SSH server.
SftpDownloadEvent(Sftp, String, String, String, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpDownloadEvent
Creates a new event instance.
SftpErrorEvent - Class in com.jscape.inet.sftp.events
This event is fired when file is uploaded to the SSH server.
SftpErrorEvent(Sftp, String, String, String, int) - Constructor for class com.jscape.inet.sftp.events.SftpErrorEvent
Creates a new event instance.
SftpErrorListener - Interface in com.jscape.inet.sftp.events
 
SftpEvent - Class in com.jscape.inet.sftp.events
The abstract event class for handling SSH related events.
SftpException - Exception in com.jscape.inet.sftp
SftpException is thrown by many methods of the Sftp class.
SftpException() - Constructor for exception com.jscape.inet.sftp.SftpException
 
SftpException(String) - Constructor for exception com.jscape.inet.sftp.SftpException
Creates a new SftpException with specified exception message.
SftpException(String, Throwable) - Constructor for exception com.jscape.inet.sftp.SftpException
Creates a new SftpException and store the original message and exception.
SftpException(Throwable) - Constructor for exception com.jscape.inet.sftp.SftpException
 
SftpFileNotFoundException - Exception in com.jscape.inet.sftp
Exception is thrown when attempting to retrieve a file from server that does not exist.
SftpFileNotFoundException(String) - Constructor for exception com.jscape.inet.sftp.SftpFileNotFoundException
Creates a new SftpException instance.
SftpFileTransfer - Class in com.jscape.filetransfer
Implements the basic functionality of a SFTP (FTP over SSH) client.
SftpFileTransfer(String, String, int, String, String, String, int, Time, Integer, Boolean, HostKeyVerificationService, String, String, KeyPair, ClientAuthentication, SftpConfiguration, int, int, boolean, int, boolean, boolean, boolean, File, String, Logger, Set<FileTransferListener>) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
 
SftpFileTransfer(SshParameters, SftpConfiguration, Logger) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(SshParameters, SftpConfiguration) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(SshParameters) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(String, int, String, String) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(String, String, String) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(String, String, String, File) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(String, int, String, String, SftpConfiguration) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpListener - Interface in com.jscape.inet.sftp.events
The event listener abstraction.
SftpListingEvent - Class in com.jscape.inet.sftp.events
This event is fired when directory listing is retrieved from SSH server.
SftpListingEvent(Sftp, Enumeration) - Constructor for class com.jscape.inet.sftp.events.SftpListingEvent
Creates a new event instance.
SftpPermissionDeniedException - Exception in com.jscape.inet.sftp
Exception thrown when trying to create or access a resource with insufficient permissions.
SftpPermissionDeniedException(String) - Constructor for exception com.jscape.inet.sftp.SftpPermissionDeniedException
Creates a new SftpPermissionDeniedException instance.
SftpProgressEvent - Class in com.jscape.inet.sftp.events
This event is fired on significant progress in upload and download operations in Sftp class.
SftpProgressEvent(Sftp, String, String, String, int, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpProgressEvent
 
SftpRenameFileEvent - Class in com.jscape.inet.sftp.events
This event is fired when directory is deleted from server.
SftpRenameFileEvent(Sftp, String, String, String) - Constructor for class com.jscape.inet.sftp.events.SftpRenameFileEvent
Creates a new SftpRenameFileEvent instance
SftpTimeoutException - Exception in com.jscape.inet.sftp
 
SftpTimeoutException(String) - Constructor for exception com.jscape.inet.sftp.SftpTimeoutException
 
SftpTimeoutException(String, Throwable) - Constructor for exception com.jscape.inet.sftp.SftpTimeoutException
 
SftpTimeoutException(Throwable) - Constructor for exception com.jscape.inet.sftp.SftpTimeoutException
 
SftpTransferCompleteEvent - Class in com.jscape.inet.sftp.events
This event is fired when upload or download was completed.
SftpUnknownHostException - Exception in com.jscape.inet.sftp
 
SftpUnknownHostException(String) - Constructor for exception com.jscape.inet.sftp.SftpUnknownHostException
 
SftpUnknownHostException(String, Throwable) - Constructor for exception com.jscape.inet.sftp.SftpUnknownHostException
 
SftpUnknownHostException(Throwable) - Constructor for exception com.jscape.inet.sftp.SftpUnknownHostException
 
SftpUploadEvent - Class in com.jscape.inet.sftp.events
This event is fired when file is uploaded to the SSH server.
SftpUploadEvent(Sftp, String, String, String, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpUploadEvent
Creates a new event instance.
SGRCommand - Class in com.jscape.inet.terminal.commands
SGR -- Select Graphic Rendition.
SHIFT_AUTHORITATIVE - Static variable in class com.jscape.inet.dns.Dns
Indicates that response is an authoritative answer.
SHIFT_OPCODE - Static variable in class com.jscape.inet.dns.Dns
 
SHIFT_QUERY - Static variable in class com.jscape.inet.dns.Dns
 
SHIFT_RECURSE_AVAILABLE - Static variable in class com.jscape.inet.dns.Dns
Indicates that recursion is available.
SHIFT_RECURSE_PLEASE - Static variable in class com.jscape.inet.dns.Dns
Indicates that recursion is requested.
SHIFT_RESERVED - Static variable in class com.jscape.inet.dns.Dns
 
SHIFT_RESPONSE_CODE - Static variable in class com.jscape.inet.dns.Dns
Indicates that no error occured in query.
SHIFT_TRUNCATED - Static variable in class com.jscape.inet.dns.Dns
Indicates that response is truncated.
SICommand - Class in com.jscape.inet.terminal.commands
Select G0 character set, as selected by "ESC (" sequence.
SimpleType - Class in com.jscape.inet.terminal
Simple sequence type.
skip(long) - Method in class com.jscape.inet.telnet.TelnetInputStream
Skips over and discards n bytes of data from this input stream.
SMCommand - Class in com.jscape.inet.terminal.commands
SM -- Set Mode.
Smtp - Class in com.jscape.inet.smtp
Implements the basic functionality of a SMTP client.
Smtp() - Constructor for class com.jscape.inet.smtp.Smtp
Constructs a new Smtp instance.
Smtp(String) - Constructor for class com.jscape.inet.smtp.Smtp
Constructs a new Smtp instance.
Smtp.Authentication - Enum in com.jscape.inet.smtp
 
SmtpAdapter - Class in com.jscape.inet.smtp
Implements methods for capturing events sourced from Smtp class.
SmtpAdapter() - Constructor for class com.jscape.inet.smtp.SmtpAdapter
 
SmtpCommandEvent - Class in com.jscape.inet.smtp
Fired when command is sent to SMTP server
SmtpCommandEvent(Object, String) - Constructor for class com.jscape.inet.smtp.SmtpCommandEvent
Creates SmtpCommandEvent.
SmtpConnectedEvent - Class in com.jscape.inet.smtp
Fired when connection to SMTP server is established.
SmtpConnectedEvent(Object, String) - Constructor for class com.jscape.inet.smtp.SmtpConnectedEvent
Creates SmtpConnectedEvent.
SmtpDisconnectedEvent - Class in com.jscape.inet.smtp
Fired when connection to SMTP server is released.
SmtpDisconnectedEvent(Object, String) - Constructor for class com.jscape.inet.smtp.SmtpDisconnectedEvent
Creates SmtpDisconnectedEvent.
SmtpException - Exception in com.jscape.inet.smtp
SmtpException is thrown by many methods of Smtp class.
SmtpException(String) - Constructor for exception com.jscape.inet.smtp.SmtpException
Creates exception with specified message string.
SmtpException(String, Throwable) - Constructor for exception com.jscape.inet.smtp.SmtpException
Creates exception with specified message string and source exception
SmtpException(Throwable) - Constructor for exception com.jscape.inet.smtp.SmtpException
 
SmtpListener - Interface in com.jscape.inet.smtp
Implements methods for capturing events sourced from Smtp class.
SmtpResponseEvent - Class in com.jscape.inet.smtp
Fired when response is received from SMTP server
SmtpResponseEvent(Object, String) - Constructor for class com.jscape.inet.smtp.SmtpResponseEvent
Creates SmtpResponseEvent.
SmtpSsh - Class in com.jscape.inet.smtpssh
Implements the basic functionality of a SMTP client tunnelling all data through a secure SSH connection.
SmtpSsh(String) - Constructor for class com.jscape.inet.smtpssh.SmtpSsh
Creates a new SmtpSsh instance.
SmtpSsh(SshParameters, String) - Constructor for class com.jscape.inet.smtpssh.SmtpSsh
Creates a new SmtpSsh instance.
SmtpSsh() - Constructor for class com.jscape.inet.smtpssh.SmtpSsh
Creates a new SmtpSsh instance.
SmtpSsl - Class in com.jscape.inet.smtpssl
Implements the basic functionality of a secure SMTP client using SSL/TLS.
SmtpSsl(String) - Constructor for class com.jscape.inet.smtpssl.SmtpSsl
Constructs new SmtpSsl instance.
SmtpSsl(String, int) - Constructor for class com.jscape.inet.smtpssl.SmtpSsl
Constructs new SmtpSsl instance.
SOCommand - Class in com.jscape.inet.terminal.commands
Invoke G1 character set, as designated by SCS control sequence.
sort() - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sorts the data.
SPACE - Static variable in class com.jscape.inet.mime.MimeConstants
Represents byte value for space.
SpecialGraphic - Class in com.jscape.inet.terminal
Represents "Special Graphic Character Set" in VT100 terminal.
sshConfiguration - Variable in class com.jscape.inet.sftp.SftpConfiguration
 
SshConfiguration - Class in com.jscape.inet.ssh
A SSH protocol configuration.
SshConfiguration(String, String, PublicKeyAlgorithm[], ClientKeyExchangeFactory, EncryptionFactory, MacFactory, CompressionFactory, int, int) - Constructor for class com.jscape.inet.ssh.SshConfiguration
Creates a new configuration instance.
SshHostKeys - Class in com.jscape.inet.ssh.util
Associative host keys store.
SshHostKeys(SshHostKeys.Entry...) - Constructor for class com.jscape.inet.ssh.util.SshHostKeys
Creates a new store instance.
SshHostKeys.Entry - Class in com.jscape.inet.ssh.util
A store entry.
SshHostKeys.Fingerprint - Class in com.jscape.inet.ssh.util
 
SshParameters - Class in com.jscape.inet.ssh.util
Contains information used in establishing a connection to and authenticating with an SSH server.
SshParameters(String, String, int, String, String, String, int, long, long, Integer, Boolean, HostKeyVerificationService, String, String, KeyPair, PublicKeyAlgorithm, ClientAuthentication) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, int, String, String, String, int, long, long, Integer, Boolean, HostKeyVerificationService, String, String, File, String, PublicKeyAlgorithm, ClientAuthentication) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, String, KeyPair) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, String, KeyPair) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, String, File, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, File, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, File, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(String, int, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(String, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(String, int, String, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(String, String, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(SshParameters) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Copy constructor.
SshTunneler - Class in com.jscape.inet.ipclientssh
This class is used as SshTunneler for a local service
SshTunneler(int, SshParameters, String, int) - Constructor for class com.jscape.inet.ipclientssh.SshTunneler
Creates a new instance of SshTunneler local service.
SshTunnelerConnection - Class in com.jscape.inet.ipclientssh
Ssh Tunneler connection service.
SshTunnelerConnection(Socket, SshParameters, String, int) - Constructor for class com.jscape.inet.ipclientssh.SshTunnelerConnection
Creates a new Ssh tunneler connection.
sslHandshakeCompleted(FileTransferSslHandshakeEvent) - Method in class com.jscape.filetransfer.FileTransferListener.Adapter
 
sslHandshakeCompleted(FileTransferSslHandshakeEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when SSL handshake is completed in SSL-based transfer.
start() - Method in class com.jscape.inet.ipclientssh.SshTunneler
Starts the Ssh tunneler service
startNew() - Method in class com.jscape.inet.terminal.ControlSequence
Resets sequence and starts a new one.
StartOfAuthority - Class in com.jscape.inet.dns.record
StartOfAuthority record marks the start of a zone of authority.
StartOfAuthority() - Constructor for class com.jscape.inet.dns.record.StartOfAuthority
 
startService() - Method in class com.jscape.inet.ipclientssh.SshTunnelerConnection
Starts service.
STARTTLS - Static variable in class com.jscape.inet.imapssl.ImapSsl
Connection type for explicit SSL/TLS connections using STARTTLS command on port 143.
STARTTLS - Static variable in class com.jscape.inet.popssl.PopSsl
Connection type for explicit SSL/TLS connections using STARTTLS command on port 110.
STARTTLS - Static variable in class com.jscape.inet.smtpssl.SmtpSsl
Connection type for explicit SSL/TLS connections using STARTTLS command on port 25.
stop() - Method in class com.jscape.inet.ipclientssh.SshTunneler
Stops the ssh tunneler service.
store(int, int, int) - Method in class com.jscape.inet.imap.Imap
Sets message flags for a single message in an IMAP mailbox.
store(int, int, int, int) - Method in class com.jscape.inet.imap.Imap
Sets message flags for a range of messages in an IMAP mailbox.
streamFileToServer(String, String, File) - Method in class com.jscape.inet.http.HttpFileUpload
Stream file to HTTP server instead of reading entire File object in RAM.
streamFor(Sftp, String, long) - Static method in class com.jscape.inet.sftp.Sftp.SftpPipedInputStream
 
streamFor(Sftp, String, long, long) - Static method in class com.jscape.inet.sftp.Sftp.SftpPipedOutputStream
 
subsystemResponseRequired - Variable in class com.jscape.inet.sftp.SftpConfiguration
 
SYNTAX_VALIDATION - Static variable in class com.jscape.inspect.EmailInspectionLevel
Checks for valid syntax of email address.
SYNTAX_VALIDATION - Static variable in class com.jscape.inspect.EmailInspector
Use in conjunction with setEmailInspectionLevel method to perform syntax validation of e-mail address.
systemConsoleAuthentication(MessageCodec.Factory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.authentication.KeyboardInteractiveConsoleClientAuthentication
Returns an authentication operation which uses a system console.
systemConsoleAuthentication(String) - Static method in class com.jscape.inet.ssh.protocol.v2.authentication.KeyboardInteractiveConsoleClientAuthentication
Returns an authentication operation which uses a system console.
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