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 

I

ICType - Class in com.jscape.inet.terminal
Sequence type with '#', '(', ')' second sequence character.
IDEA_CBC - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
IDEA_CTR - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
identificationString - Variable in class com.jscape.inet.ssh.SshConfiguration
 
Imap - Class in com.jscape.inet.imap
Implements the basic functionality of a IMAP client.
Imap() - Constructor for class com.jscape.inet.imap.Imap
Constructs a new Imap instance.
Imap(String, String, String) - Constructor for class com.jscape.inet.imap.Imap
Constructs a new Imap instance.
Imap.Authentication - Enum in com.jscape.inet.imap
 
ImapAdapter - Class in com.jscape.inet.imap
Implements methods for capturing events sourced from Imap class.
ImapAdapter() - Constructor for class com.jscape.inet.imap.ImapAdapter
 
ImapCommandEvent - Class in com.jscape.inet.imap
Fired when command is sent to IMAP server
ImapCommandEvent(Object, String) - Constructor for class com.jscape.inet.imap.ImapCommandEvent
Creates ImapCommandEvent.
ImapConnectedEvent - Class in com.jscape.inet.imap
Fired when connection to Imap server is established.
ImapConnectedEvent(Object, String) - Constructor for class com.jscape.inet.imap.ImapConnectedEvent
Creates ImapConnectedEvent.
ImapDisconnectedEvent - Class in com.jscape.inet.imap
Fired when connection to IMAP server is released.
ImapDisconnectedEvent(Object, String) - Constructor for class com.jscape.inet.imap.ImapDisconnectedEvent
Creates ImapDisconnectedEvent.
ImapException - Exception in com.jscape.inet.imap
ImapException is thrown by many methods of Imap class.
ImapException(String) - Constructor for exception com.jscape.inet.imap.ImapException
Creates exception with specified message string.
ImapException(String, Throwable) - Constructor for exception com.jscape.inet.imap.ImapException
ImapException is thrown by many methods of Imap class.
ImapException(Throwable) - Constructor for exception com.jscape.inet.imap.ImapException
 
ImapListener - Interface in com.jscape.inet.imap
Implements methods for capturing connected and disconnected events from Imap class.
ImapMessage - Class in com.jscape.inet.imap
Represents an email message retrieved from an IMAP server containing additional information such as message flags and message id.
ImapMessage(EmailMessage, int, String) - Constructor for class com.jscape.inet.imap.ImapMessage
Constructs a new ImapMessage instance
ImapMessageEvent - Class in com.jscape.inet.imap
Fired after retrieving a message from the IMAP server.
ImapMessageEvent(Object, EmailMessage) - Constructor for class com.jscape.inet.imap.ImapMessageEvent
Creates ImapMessageEvent.
ImapMessageProgressEvent - Class in com.jscape.inet.imap
Fired frequently during the progress of downloading a message from IMAP server.
ImapMessageProgressEvent(Object, int, long, long) - Constructor for class com.jscape.inet.imap.ImapMessageProgressEvent
Creates ImapMessageProgressEvent.
ImapResponseEvent - Class in com.jscape.inet.imap
Fired when response is received from IMAP server.
ImapResponseEvent(Object, String) - Constructor for class com.jscape.inet.imap.ImapResponseEvent
Creates ImapResponseEvent.
ImapSsh - Class in com.jscape.inet.imapssh
Implements the basic functionality of a IMAP client tunnelling data through a secure SSH connection.
ImapSsh() - Constructor for class com.jscape.inet.imapssh.ImapSsh
Creates a new ImapSsh instance.
ImapSsh(String, String, String) - Constructor for class com.jscape.inet.imapssh.ImapSsh
Creates a new ImapSsh instance.
ImapSsh(SshParameters, String, String, String) - Constructor for class com.jscape.inet.imapssh.ImapSsh
Creates a new ImapSsh instance.
ImapSsl - Class in com.jscape.inet.imapssl
Implements the basic functionality of a secure IMAP client using SSL/TLS.
ImapSsl(String, String, String) - Constructor for class com.jscape.inet.imapssl.ImapSsl
Creates a new ImapSsl instance.
ImapSsl(String, int, String, String) - Constructor for class com.jscape.inet.imapssl.ImapSsl
Creates a new ImapSsl instance.
IMPLICIT_SSL - Static variable in class com.jscape.inet.ftps.Ftps
Connection type for implicit SSL session.
IMPLICIT_SSL - Static variable in class com.jscape.inet.imapssl.ImapSsl
Connection type for implicit SSL/TLS connections on port 993.
IMPLICIT_SSL - Static variable in class com.jscape.inet.popssl.PopSsl
Connection type for implicit SSL/TLS connections on port 995.
IMPLICIT_SSL - Static variable in class com.jscape.inet.smtpssl.SmtpSsl
Connection type for implicit SSL/TLS connections on port 465.
INDCommand - Class in com.jscape.inet.terminal.commands
IND -- Index.
init(String, int, int, long, DnsInputStream) - Method in class com.jscape.inet.dns.record.DnsRecord
Initializes this DnsRecord.
init(JceEncryptionFactory, JceEncryptions.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
init(JceEncryptionFactory, String, JceEncryptions.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
init(JceEncryptionFactory, Provider, JceEncryptions.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
init(JceMacFactory, JceMacs.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
init(JceMacFactory, String, JceMacs.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
init(JceMacFactory, Provider, JceMacs.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
init(ComponentClientKeyExchangeFactory, ClientKeyExchanges.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
init(ComponentClientKeyExchangeFactory, String, ClientKeyExchanges.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
init(ComponentClientKeyExchangeFactory, Provider, ClientKeyExchanges.Entry...) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAll(ComponentCompressionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.Compressions
Setups all implemented algorithms.
initAll(JceEncryptionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
Setups all implemented encryption algorithms.
initAll(JceMacFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
Setups all implemented MAC algorithms.
initAll(ComponentClientKeyExchangeFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
Setups all implemented key exchange algorithms.
initAll(ComponentClientKeyExchangeFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAll(ComponentClientKeyExchangeFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllClient(ComponentCompressionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.Compressions
 
initAllClient(JceEncryptionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initAllClient(JceEncryptionFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initAllClient(JceEncryptionFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initAllClient(JceMacFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initAllClient(JceMacFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initAllClient(JceMacFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initAllClient(ComponentClientKeyExchangeFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllClient(ComponentClientKeyExchangeFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllClient(ComponentClientKeyExchangeFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllClientDisabledSignatureVerification(ComponentClientKeyExchangeFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllClientDisabledSignatureVerification(ComponentClientKeyExchangeFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllClientDisabledSignatureVerification(ComponentClientKeyExchangeFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllDisabledSignatureVerification(ComponentClientKeyExchangeFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllDisabledSignatureVerification(ComponentClientKeyExchangeFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initAllDisabledSignatureVerification(ComponentClientKeyExchangeFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initFipsClient(JceEncryptionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initFipsClient(JceMacFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initialWindowSize - Variable in class com.jscape.inet.ssh.SshConfiguration
 
initOptional(ComponentCompressionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.Compressions
Setups optional algorithms.
initOptional(JceEncryptionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
Setups optional encryption algorithms.
initOptional(JceEncryptionFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initOptional(JceEncryptionFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initOptional(JceMacFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
Setups optional MAC algorithms.
initOptional(JceMacFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initOptional(JceMacFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initOptional(ComponentClientKeyExchangeFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
Setups optional key exchange algorithms.
initOptional(ComponentClientKeyExchangeFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initOptional(ComponentClientKeyExchangeFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initOptionalDisabledSignatureVerification(ComponentClientKeyExchangeFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initOptionalDisabledSignatureVerification(ComponentClientKeyExchangeFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initOptionalDisabledSignatureVerification(ComponentClientKeyExchangeFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initRecommended(JceEncryptionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
Setups recommended encryption algorithms.
initRecommended(JceEncryptionFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initRecommended(JceEncryptionFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initRecommended(JceMacFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
Setups recommended MAC algorithms.
initRecommended(JceMacFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initRecommended(JceMacFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initRequired(ComponentCompressionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.Compressions
Setups required algorithms.
initRequired(JceEncryptionFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
Setups required encryption algorithms.
initRequired(JceEncryptionFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initRequired(JceEncryptionFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
initRequired(JceMacFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
Setups required MAC algorithms.
initRequired(JceMacFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initRequired(JceMacFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
initRequired(ComponentClientKeyExchangeFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
Setups required key exchange algorithms.
initRequired(ComponentClientKeyExchangeFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initRequired(ComponentClientKeyExchangeFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initRequiredDisabledSignatureVerification(ComponentClientKeyExchangeFactory) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initRequiredDisabledSignatureVerification(ComponentClientKeyExchangeFactory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
initRequiredDisabledSignatureVerification(ComponentClientKeyExchangeFactory, Provider) - Static method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ClientKeyExchanges
 
inProgress() - Method in class com.jscape.inet.terminal.ControlSequence
Checks if sequence is in progress.
InputWriter - Class in com.jscape.inet.bsd
InputWriter is an utility class that should be is used to handle user input and write it to the input of remote bsd process.
InputWriter(InputStream, OutputStream, Vector) - Constructor for class com.jscape.inet.bsd.InputWriter
Constructs the InputWriter thread.
interrupt() - Method in interface com.jscape.filetransfer.FileTransfer
Interrupts the current data transfer and sets interrupted flag to true.
interrupt() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
interrupt() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
interrupt() - Method in class com.jscape.filetransfer.SftpFileTransfer
 
interrupt() - Method in class com.jscape.inet.ftp.Ftp
Interrupts the current data transfer and sets interrupted flag to true.
interrupt() - Method in class com.jscape.inet.ftps.Ftps
Interrupts the current data transfer and sets interrupted flag to true.
interrupt() - Method in class com.jscape.inet.scp.Scp
Interrupts current transfer process.
interrupt() - Method in class com.jscape.inet.sftp.Sftp
Interrupts the current data transfer and sets interrupted flag to true.
interrupt() - Method in class com.jscape.inet.telnet.TelnetSession
Interrupts any running command waiting for an expected prompt.
interrupt() - Method in class com.jscape.zip.Zip
Interrupt this instance & stop any ongoing compression / decompression.
interrupted() - Method in interface com.jscape.filetransfer.FileTransfer
Checks if transfer process was interrupted.
interrupted() - Method in class com.jscape.filetransfer.FtpsTransfer
Checks if transfer process was interrupted.
interrupted() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
interrupted() - Method in class com.jscape.inet.ftp.Ftp
Checks if transfer process was interrupted.
interrupted() - Method in class com.jscape.inet.ftps.Ftps
Checks if transfer process was interrupted.
interrupted() - Method in class com.jscape.inet.sftp.Sftp
Checks if transfer process was interrupted.
INVALID_DOMAIN_ERROR - Static variable in exception com.jscape.inspect.InvalidEmailException
Indicates email address contains an invalid domain name.
INVALID_MX_ERROR - Static variable in exception com.jscape.inspect.InvalidEmailException
Indicates error locating SMTP server for email address.
INVALID_SYNTAX_ERROR - Static variable in exception com.jscape.inspect.InvalidEmailException
Indicates syntax error in email address.
INVALID_USER_ERROR - Static variable in exception com.jscape.inspect.InvalidEmailException
Indicates invalid user portion of email address.
InvalidCredentialsException() - Constructor for exception com.jscape.inet.ssh.protocol.v2.authentication.ClientAuthentication.InvalidCredentialsException
 
InvalidEmailException - Exception in com.jscape.inspect
InvalidEmailException is thrown when an email address is found to be invalid.
InvalidEmailException(String, String) - Constructor for exception com.jscape.inspect.InvalidEmailException
Creates exception with specified message string.
InvalidEmailException(String, String, Throwable) - Constructor for exception com.jscape.inspect.InvalidEmailException
Creates exception with specified message String, email and base exception.
InvalidEmailException(String, int) - Constructor for exception com.jscape.inspect.InvalidEmailException
Exception thrown to handle an invalid email.
InvalidHostKeyException(InetAddress, PublicKey) - Constructor for exception com.jscape.inet.ssh.protocol.v2.transport.keyexchange.HostKeyVerificationService.InvalidHostKeyException
 
IO_ERROR - Static variable in exception com.jscape.inspect.InvalidEmailException
Indicates I/O error communicating with DNS Nameserver or SMTP server.
IpClient - Class in com.jscape.inet.ipclient
Implements basic functionality of a TCP/IP client connection.
IpClient(String, int) - Constructor for class com.jscape.inet.ipclient.IpClient
Creates a new IpClient instance.
IpClient(String, int, int) - Constructor for class com.jscape.inet.ipclient.IpClient
Creates a new IpClient instance.
IpClientConnectedEvent - Class in com.jscape.inet.ipclient
Fired when connection with server is established
IpClientConnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.ipclient.IpClientConnectedEvent
Creates a new IpClientConnectedEvent instance.
IpClientDisconnectedEvent - Class in com.jscape.inet.ipclient
Fired when connection with server is closed.
IpClientDisconnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.ipclient.IpClientDisconnectedEvent
Creates a new IpClientDisconnectedEvent instance.
IpClientException - Exception in com.jscape.inet.ipclient
IpClientException is thrown by many methods of IpClient class.
IpClientException(String) - Constructor for exception com.jscape.inet.ipclient.IpClientException
Creates exception with specified message string.
IpClientException(String, Throwable) - Constructor for exception com.jscape.inet.ipclient.IpClientException
IpClientException is thrown by many methods of IpClient class.
IpClientException(Throwable) - Constructor for exception com.jscape.inet.ipclient.IpClientException
 
IpClientListener - Interface in com.jscape.inet.ipclient
Implements methods for capturing connected and disconnected events from IpClient class.
IpClientSsh - Class in com.jscape.inet.ipclientssh
Implements basic functionality of a TCP/IP client connection tunnelling data through a secure SSH connection.
IpClientSsh(SshParameters, String, int, int, SshConfiguration) - Constructor for class com.jscape.inet.ipclientssh.IpClientSsh
Creates new IpClientSsh instance.
IpClientSsh(SshParameters, String, int, int) - Constructor for class com.jscape.inet.ipclientssh.IpClientSsh
Creates a new IpClientSsh instance.
IpClientSsh(SshParameters, String, int) - Constructor for class com.jscape.inet.ipclientssh.IpClientSsh
Creates a new IpClientSsh instance.
IpClientSsl - Class in com.jscape.inet.ipclientssl
Implements basic functionality of a secure TLS/SSL TCP/IP client connection.
IpClientSsl(String, int) - Constructor for class com.jscape.inet.ipclientssl.IpClientSsl
Creates a new IpClientSsl instance.
IpClientSsl(String, int, SSLContext) - Constructor for class com.jscape.inet.ipclientssl.IpClientSsl
Creates a new IpClientSsl instance.
IpClientSsl(String, int, int) - Constructor for class com.jscape.inet.ipclientssl.IpClientSsl
Creates a new IpClientSsl instance.
IpClientSsl(String, int, int, SSLContext) - Constructor for class com.jscape.inet.ipclientssl.IpClientSsl
Creates a new IpClientSsl instance.
isActive() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if this TelnetTask is active.
isAllowCookies() - Method in class com.jscape.inet.http.HttpSession
Checks if cookies are allowed to be stored in memory.
isAnswered() - Method in class com.jscape.inet.imap.ImapMessage
Gets if message has been answered.
isAscendent() - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Gets whether sort will be performed in ascending or descending order.
isAuthoritative() - Method in class com.jscape.inet.dns.DnsResponse
Checks if DNS response was issued by an authoritative DNS nameserver.
isAutomaticVersionLoweringEnabled() - Method in class com.jscape.inet.sftp.Sftp
Returns automatic protocol version lowering flag.
isAutoWrapMode() - Method in class com.jscape.inet.terminal.Terminal
Checks if AutoWrap mode is on.
isBlinked() - Method in class com.jscape.inet.terminal.CellAttributes
Returns if 'blinked' is set for current object.
isBold() - Method in class com.jscape.inet.terminal.CellAttributes
Returns if 'bold' is set in current object.
isChecksumVerificationRequired() - Method in interface com.jscape.filetransfer.FileTransfer
 
isChecksumVerificationRequired() - Method in class com.jscape.filetransfer.FtpsTransfer
 
isChecksumVerificationRequired() - Method in class com.jscape.filetransfer.FtpTransfer
 
isComplete() - Method in class com.jscape.inet.telnet.TelnetScript
Checks whether this TelnetScript has completed execution of all TelnetTask.
isComplete() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if this TelnetTask is complete.
isComplete() - Method in class com.jscape.inet.terminal.ControlSequence
Checks if sequence is complete.
isComplete(StringBuffer) - Method in class com.jscape.inet.terminal.CSIType
Checks if sequence is complete.
isComplete(StringBuffer) - Method in class com.jscape.inet.terminal.ICType
Checks if sequence is complete.
isComplete(StringBuffer) - Method in interface com.jscape.inet.terminal.SequenceType
Checks if sequence is complete.
isComplete(StringBuffer) - Method in class com.jscape.inet.terminal.SimpleType
Checks if sequence is complete.
isConnected() - Method in interface com.jscape.filetransfer.FileTransfer
Checks if client is connected to server.
isConnected() - Method in class com.jscape.filetransfer.FtpsTransfer
Checks if client is connected to server.
isConnected() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
isConnected() - Method in class com.jscape.filetransfer.SftpFileTransfer
 
isConnected() - Method in class com.jscape.inet.ftp.Ftp
Checks if client is connected to FTP server.
isConnected() - Method in class com.jscape.inet.ftps.Ftps
Checks if client is connected to FTP server.
isConnected() - Method in class com.jscape.inet.imap.Imap
True, if there is a connection to the IMAP server.
isConnected() - Method in class com.jscape.inet.pop.Pop
Checks if client is connected to POP3 server.
isConnected() - Method in class com.jscape.inet.scp.Scp
Checks if client is connected.
isConnected() - Method in class com.jscape.inet.sftp.Sftp
Tests whether the current service is connected to the remote host.
isConnected() - Method in class com.jscape.inet.smtp.Smtp
Checks if client is connected to SMTP server.
isControlChar(char) - Method in class com.jscape.inet.terminal.CommandSet
Check if character passed is a control character.
isDebug() - Method in class com.jscape.inet.http.Http
Gets debug level of HTTP session.
isDebug() - Method in class com.jscape.inet.http.HttpSession
Checks if debugging is enabled.
isDebug() - Method in class com.jscape.inet.imap.Imap
Gets debug level of IMAP session.
isDebug() - Method in class com.jscape.inet.pop.Pop
Gets debug level of POP3 session.
isDebug() - Method in class com.jscape.inet.smtp.Smtp
Gets debug level of SMTP session.
isDebug() - Method in class com.jscape.inet.telnet.TelnetSession
Checks if debugging is enabled.
isDelete() - Method in class com.jscape.inet.imap.Imap
Checks whether to delete messages automatically after retrieval.
isDelete() - Method in class com.jscape.inet.pop.Pop
Checks whether to delete messages automatically after retrieval.
isDeleted() - Method in class com.jscape.inet.imap.ImapMessage
Gets if message is deleted
isDirectory(String) - Method in interface com.jscape.filetransfer.FileTransfer
 
isDirectory() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if remote file is a directory.
isDirectory(String) - Method in class com.jscape.filetransfer.FtpsTransfer
 
isDirectory(String) - Method in class com.jscape.filetransfer.FtpTransfer
 
isDirectory(String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
isDirectory() - Method in class com.jscape.inet.ftp.FtpFile
Test if this file represents a directory on the server.
isDirectory(String) - Method in class com.jscape.inet.sftp.Sftp
Checks if remote pathname denotes a directory.
isDoubleHigh() - Method in class com.jscape.inet.terminal.Row
Checks if current row has doubled high.
isDoubleWidth() - Method in class com.jscape.inet.terminal.Row
Checks if current row has doubled width.
isDraft() - Method in class com.jscape.inet.imap.ImapMessage
Gets if message is in a draft.
isEmpty() - Method in class com.jscape.inet.telnet.TelnetScript
Checks if there are any TelnetTask bound to this TelnetScript
isEncoded() - Method in class com.jscape.inet.http.HttpParameter
Checks if provided name and value are URL encoded Default value is false
isEndPromptRegex() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if end prompt is a regular expression
isFeatureSupported(String) - Method in class com.jscape.filetransfer.FtpsTransfer
 
isFeatureSupported(String) - Method in class com.jscape.filetransfer.FtpTransfer
 
isFeatureSupported(String) - Method in class com.jscape.inet.ftp.Ftp
Looks for the command argument into the server features list to validate if it is supported.
isFeatureSupported(String) - Method in class com.jscape.inet.ftps.Ftps
Looks for the command argument into the server features list to validate if it is supported
isFileAttributesPreservingRequired() - Method in class com.jscape.inet.scp.Scp
Returns current file attributes preserving required flag.
isFolding() - Method in class com.jscape.inet.mime.MimeHeader
Checks if folding should be enabled for this MimeHeader.
isHidden() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if the filename is a hidden filename by checking to see if filename begins with a period.
isHidden() - Method in class com.jscape.inet.ftp.FtpFile
Checks where the filename is a hidden filename by checking to see if filename begins with a period.
isInterrupted() - Method in class com.jscape.filetransfer.FileTransferDownloadEvent
Indicates if the download operations was interrupted by the user or network connection.
isInterrupted() - Method in class com.jscape.zip.Zip
Returns whether this instance has been interrupted.
isLink() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if remote files is a symbolic link.
isLink() - Method in class com.jscape.inet.ftp.FtpFile
Test wheather the entity represented by this FtpFile object is a symbolic link.
isLNMMode() - Method in class com.jscape.inet.terminal.Terminal
Checks if Line Feed/New Line Mode is set.
isOpeningChar(char) - Method in class com.jscape.inet.terminal.ControlSequence
Checks if giving char is opening char for current sequence.
isOriginMode() - Method in class com.jscape.inet.terminal.Screen
Checks if screen is in Origin mode.
isPending() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if this TelnetTask is pending activation.
isPipelinedTransferEnabled() - Method in class com.jscape.filetransfer.SftpFileTransfer
 
isPipelinedTransferEnabled() - Method in class com.jscape.inet.sftp.Sftp
 
isReadable() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if filename is readable.
isRecent() - Method in class com.jscape.inet.imap.ImapMessage
Gets if message is recent.
isRecursive() - Method in class com.jscape.inet.dns.DnsResponse
Checks if query response is recursive.
isReversed() - Method in class com.jscape.inet.terminal.CellAttributes
Returns if 'reversed' is set for current object.
isRunning() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if this TelnetTask is running.
isSecure() - Method in class com.jscape.inet.http.HttpCookie
Checks if this HttpCookie is secure.
isSeen() - Method in class com.jscape.inet.imap.ImapMessage
Gets if message has been seen (read).
isStartPromptRegex() - Method in class com.jscape.inet.telnet.TelnetTask
Specified if start prompt is a regular expression
isStreamingEnabled() - Method in class com.jscape.inet.http.HttpFileUpload
Streaming.
issueCommand(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Issues command to the server.
issueCommand(String) - Method in class com.jscape.filetransfer.FtpTransfer
Issues command to the server.
issueCommand(String) - Method in class com.jscape.inet.ftp.Ftp
Issues command to FTP server.
issueCommand(String) - Method in class com.jscape.inet.ftps.Ftps
Issues the command to FTP server.
issueCommand(String) - Method in class com.jscape.inet.imap.Imap
This method sends out a request and waits for a response.
issueCommand(String) - Method in class com.jscape.inet.nntp.Nntp
Sends command to NNTP server.
issueCommand(String) - Method in class com.jscape.inet.pop.Pop
Issues a command to POP3 server and reads response.
issueCommand(String, boolean) - Method in class com.jscape.inet.pop.Pop
Issues a command to POP3 server and optionally reads response.
issueCommand(String) - Method in class com.jscape.inet.smtp.Smtp
Sends command to SMTP server Command must be a valid SMTP command.
issueCommandCheck(String) - Method in class com.jscape.inet.ftp.Ftp
Issues command to FTP server.
issueCommandCheck(String) - Method in class com.jscape.inet.ftps.Ftps
Issues command to FTP server.
issueCommandMultiLine(String) - Method in class com.jscape.inet.pop.Pop
Issues a command to POP3 server and reads a multi-line response.
isTabstop() - Method in class com.jscape.inet.terminal.Cell
Checks if this Cell object has tabstop.
isTimedOut() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if task has exceeded timeout
isTruncated() - Method in class com.jscape.inet.dns.DnsResponse
Checks if query response is truncated.
isUnderscored() - Method in class com.jscape.inet.terminal.CellAttributes
Returns if 'underscored' is set for current object.
isUTF8() - Method in class com.jscape.inet.http.HttpRequest
Gets whether UTF-8 encoding is used when encoding parameters, default is true.
isValid() - Method in class com.jscape.inet.dns.record.DnsRecord
Checks to see if this DnsRecord is valid.
isValid() - Method in class com.jscape.inet.email.EmailAddress
Checks to see if this email address is syntactically valid.
isValid() - Method in class com.jscape.inet.mime.MimeHeader
Checks if this header is valid.
isWritable() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if filename is writable.
isYearSet() - Method in class com.jscape.inet.ftp.FtpFile
Is year set.
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