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

C

cancel() - Method in class com.jscape.inet.ssh.authentication.requests.UserDataBasedRequest
 
cancel() - Method in class com.jscape.inet.ssh.SshTask
Cancels this task and subsequent tasks by setting it's status to complete.
cancel() - Method in class com.jscape.inet.telnet.TelnetTask
Cancels this task and subsequent tasks by setting it's status to complete.
cancel() - Method in interface com.jscape.util.task.Task
Cancels task execution.
cancel() - Method in class com.jscape.util.Timeout
 
CANCommand - Class in com.jscape.inet.terminal.commands
If sent during a control sequence, the sequence is immediately terminated and not executed.
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.AMCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.ANSICommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.BSCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CANCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CPRCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CRCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CUBCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CUDCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CUFCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CUHCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CUPCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.CUUCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.DACommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.DECIDCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.DECSTBMCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.DECTSTCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.DSRCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.EDCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.EELCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.EESCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.ELCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.ESCCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.GMCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.HTCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.HTSCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.INDCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.LFCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.NELCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.RICommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.RMCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.SCSG00Command
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.SCSG0BCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.SCSG10Command
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.SCSG1BCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.SGRCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.SICommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.SMCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.SOCommand
 
CANONICAL_FORM - Static variable in class com.jscape.inet.terminal.commands.TBCCommand
 
CanonicalName - Class in com.jscape.inet.dns.record
CanonicalName record specifies the canonical or primary name for the owner of a domain name.
CanonicalName() - Constructor for class com.jscape.inet.dns.record.CanonicalName
 
Cell - Class in com.jscape.inet.terminal
Represents screen cell.
Cell(char, CellAttributes) - Constructor for class com.jscape.inet.terminal.Cell
Creates Cell object giving value and attributes.
Cell(char) - Constructor for class com.jscape.inet.terminal.Cell
Creates Cell object giving it's value.
Cell() - Constructor for class com.jscape.inet.terminal.Cell
Creates Cell object having '\000' value with default attributes.
Cell(Cell) - Constructor for class com.jscape.inet.terminal.Cell
Copy constructor.
cellAt(int) - Method in class com.jscape.inet.terminal.Row
Gives access to specified cell.
CellAttributes - Class in com.jscape.inet.terminal
This immutable classs represents code>Cell class attributes.
CellEvent - Class in com.jscape.inet.terminal.events
Represents Terminal cell event.
CellEvent(int, int) - Constructor for class com.jscape.inet.terminal.events.CellEvent
Creates CellEvent object giving screen cell coordinates.
changeDir(FileTransferChangeDirEvent) - Method in class com.jscape.filetransfer.FileTransferListener.Adapter
 
changeDir(FileTransferChangeDirEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when the remote directory path is changed.
changeDir(FtpChangeDirEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when the remote directory path is changed on the server.
changeDir(FtpChangeDirEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when the remote directory path is changed on the server.
changeDir(SftpChangeDirEvent) - Method in class com.jscape.inet.sftp.events.SftpAdapter
Invoked when the remote directory path is changed.
changeDir(SftpChangeDirEvent) - Method in interface com.jscape.inet.sftp.events.SftpListener
Invoked when the remote directory path is changed.
changePassword(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Changes the password.
changePassword(String, String) - Method in class com.jscape.filetransfer.FtpTransfer
Changes the password.
changePassword(String, String) - Method in class com.jscape.inet.ftp.Ftp
Changes password for current account.
changePassword(String, String) - Method in class com.jscape.inet.ftp.FtpImplementation
Changes the password.
changePassword(String, String) - Method in class com.jscape.inet.ftps.Ftps
Changes the password for current account.
changeTerminalWindow(TerminalWindow) - Method in class com.jscape.inet.ssh.connection.channels.SessionClient
 
changeToParentDirectory() - Method in class com.jscape.inet.ftps.FtpsClient
The FTP CDUPcommand.
changeWorkingDirectory(String) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP CWD command.
Channel - Class in com.jscape.inet.ssh.connection.channels
 
Channel.ChannelClosedListener - Interface in com.jscape.inet.ssh.connection.channels
 
Channel.DataOutputStream - Class in com.jscape.inet.ssh.connection.channels
The channel output stream.
Channel.DataOutputStream(long, long) - Constructor for class com.jscape.inet.ssh.connection.channels.Channel.DataOutputStream
Creates channel output stream giving corresponded attributes.
Channel.Parameters - Class in com.jscape.inet.ssh.connection.channels
 
Channel.Parameters(String, long, long, long, long, long, long) - Constructor for class com.jscape.inet.ssh.connection.channels.Channel.Parameters
Method Parameters
CHANNEL_REQUEST_ENV - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXEC - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXIT_SIGNAL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXIT_STATUS - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_PTY_REQ - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SHELL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SIGNAL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SUBSYSTEM - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_WINDOW_CHANGE - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_X11_REQ - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_XON_XOFF - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE - Static variable in class com.jscape.inet.ssh.connection.PortHandler
The handled channel type
CHANNEL_TYPE_DIRECT_TCPIP - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_FORWARDED_TCPIP - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_SESSION - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_X11 - Static variable in class com.jscape.inet.ssh.Ssh
 
ChannelInputStream - Class in com.jscape.inet.ssh.connection.channels
 
ChannelInputStream(IncomingWindow) - Constructor for class com.jscape.inet.ssh.connection.channels.ChannelInputStream
 
ChannelRequest - Interface in com.jscape.inet.ssh
Channel request.
ChannelRequestHandler - Interface in com.jscape.inet.ssh.connection
 
ChannelTypes - Interface in com.jscape.inet.ssh.connection.channels
Known SSH connection channel types.
CHAR_ORIENTED - Static variable in class com.jscape.inet.file.JFileType
Character-oriented file.
CharacterSet - Interface in com.jscape.inet.terminal
Represents character set in terminal.
checkMac() - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
Checks if the SSH messages MAC verification is turned on.
checkMac(boolean) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
Setups the SSH messages MAC verification.
checkServerKeySignature() - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
checkServerKeySignature(boolean) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
checksum(File, String) - Method in class com.jscape.filetransfer.FtpsTransfer
 
checksum(File, String) - Method in class com.jscape.filetransfer.FtpTransfer
 
checksum(File, String) - Method in class com.jscape.inet.ftp.Ftp
Compares checksum of the local and remote files.
checksum(byte[], String) - Method in class com.jscape.inet.ftp.Ftp
Compares checksum of the local data and remote file.
checksum(File, String) - Method in class com.jscape.inet.ftps.Ftps
Compares checksum of the local and remote files.
checksum(byte[], String) - Method in class com.jscape.inet.ftps.Ftps
Compares checksum of the local data and remote file.
CLASS_ANY - Static variable in class com.jscape.inet.dns.Dns
Indicates any Domain Records.
CLASS_CH - Static variable in class com.jscape.inet.dns.Dns
Indicates CHAOS domain records.
CLASS_CS - Static variable in class com.jscape.inet.dns.Dns
Indicates CSNET domain records.
CLASS_HS - Static variable in class com.jscape.inet.dns.Dns
Indicates HESIOD domain records.
CLASS_IN - Static variable in class com.jscape.inet.dns.Dns
Indicates Internet domain records.
clear() - Method in class com.jscape.inet.ftps.FtpsClient
The FTP CCC command.
clear() - Method in class com.jscape.inet.ssh.SshScript
Clears all tasks from the script.
clear() - Method in class com.jscape.inet.ssh.util.SshHostKeys
Clears the store contents.
clear() - Method in class com.jscape.inet.telnet.TelnetScript
Clears all tasks from the script.
clearCommandChannel() - Method in class com.jscape.filetransfer.FtpsTransfer
Clears command channel.
clearCommandChannel() - Method in class com.jscape.inet.ftps.Ftps
Clears command channel.
clearCookies() - Method in class com.jscape.inet.http.HttpRequest
Clears all cookies from HTTP request
clearDenyDomain() - Method in class com.jscape.inspect.EmailInspector
Clears list of denied domains.
clearDirectory(File) - Static method in class com.jscape.util.FileTools
 
clearParameters() - Method in class com.jscape.inet.http.HttpRequest
Clears all parameters from HTTP request
clearProxySettings() - Method in interface com.jscape.filetransfer.FileTransfer
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.filetransfer.FtpsTransfer
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.filetransfer.FtpTransfer
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.filetransfer.SftpTransfer
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.bsd.Rexec
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.bsd.Rsh
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.dns.Dns
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.ftp.Ftp
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.ftp.FtpImplementation
Clears SOCKS related settings.
clearProxySettings() - Method in class com.jscape.inet.ftps.Ftps
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.http.Http
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.imap.Imap
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.imapssl.ImapSsl
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.ipclient.IpClient
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.nntp.Nntp
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.pop.Pop
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.popssl.PopSsl
Clears proxy server values.
clearProxySettings() - Static method in class com.jscape.inet.sftp.Sftp
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.smtp.Smtp
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.smtpssl.SmtpSsl
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.telnet.Telnet
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.telnetssl.TelnetSsl
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.whois.Whois
Clears proxy server values.
clearRequests() - Method in class com.jscape.inet.ssh.authentication.requests.AbstractComplexRequest
 
clearTabs() - Method in class com.jscape.inet.terminal.Screen
Clears all tabstops in screen.
clone() - Method in interface com.jscape.inet.ssh.authentication.AuthenticationRequest
Clones request instance.
clone() - Method in class com.jscape.inet.ssh.authentication.requests.AbstractAuthenticationRequest
 
clone() - Method in class com.jscape.inet.ssh.authentication.requests.SuccessiveAttemptRequest
 
clone() - Method in class com.jscape.inet.ssh.authentication.requests.UserDataBasedRequest
 
close() - Method in class com.jscape.inet.file.JavaFileSystem
Doesn't have sense for this file system type.
close() - Method in interface com.jscape.inet.file.JFileSystem
Closes the file system object and releases all associated resources.
close() - Method in interface com.jscape.inet.file.JRandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in interface com.jscape.inet.ftp.FtpConnection
Closes open connection.
close() - Method in class com.jscape.inet.ftp.SocketConnection
Closes open connection.
close() - Method in class com.jscape.inet.ftps.FtpsClient
Closes the current client.
close() - Method in class com.jscape.inet.sftp.PacketReader
Closes the current reader and releases all associated resources.
close() - Method in class com.jscape.inet.sftp.PacketWriter
Closes the current reader and releases all associated resources.
close() - Method in class com.jscape.inet.sftp.SftpClient
Closes the current client.
close(byte[]) - Method in class com.jscape.inet.sftp.SftpClient
Closes the file or directory handle.
close() - Method in class com.jscape.inet.ssh.connection.channels.Channel
 
close() - Method in class com.jscape.inet.ssh.connection.channels.Channel.DataOutputStream
Closes the current stream.
close() - Method in class com.jscape.inet.ssh.connection.channels.ChannelInputStream
 
close() - Method in class com.jscape.inet.ssh.connection.Connection
 
close() - Method in class com.jscape.inet.ssh.connection.RemotePort
Closes the remote port forwarding service.
close() - Method in class com.jscape.inet.ssh.SshConnection
 
close() - Method in class com.jscape.inet.ssh.SshConnector
 
close() - Method in class com.jscape.inet.ssh.SshReader
Closes the current reader.
close() - Method in class com.jscape.inet.ssh.SshWriter
Closes the current writer.
close() - Method in class com.jscape.inet.ssh.transport.MessageReader
Closes the reader.
close() - Method in class com.jscape.inet.ssh.transport.MessageWriter
Closes the writer.
close() - Method in class com.jscape.inet.ssh.transport.Transport
 
close() - Method in class com.jscape.inet.ssh.util.Queue
 
close() - Method in class com.jscape.inet.util.LineReader
 
close() - Method in class com.jscape.inet.util.LineWriter
 
close(InputStream) - Static method in class com.jscape.util.IOTools
Closes the specified stream without throwing any exception.
close(OutputStream) - Static method in class com.jscape.util.IOTools
Closes the specified stream without throwing any exception.
close(Reader) - Static method in class com.jscape.util.IOTools
Closes the specified reader without throwing any exception.
close(Writer) - Static method in class com.jscape.util.IOTools
Closes the specified writer without throwing any exception.
close(Socket) - Static method in class com.jscape.util.IOTools
Closes the specified socket without throwing any exception.
close(ServerSocket) - Static method in class com.jscape.util.IOTools
 
close(DatagramSocket) - Static method in class com.jscape.util.IOTools
Closes the specified socket without throwing any exception.
close(Closeable) - Static method in class com.jscape.util.IOTools
 
close(RandomAccessFile) - Static method in class com.jscape.util.IOTools
Closes random access file.
close(Channel) - Static method in class com.jscape.util.IOTools
Closes channel.
close() - Method in class com.jscape.util.Logger
Closes the logger.
CLOSE_REQUEST - Static variable in class com.jscape.inet.ssh.connection.RemotePort
Global request name for closing remote port forwarding
closed() - Method in class com.jscape.inet.sftp.SftpConfiguration.SftpLogger
 
closed() - Method in class com.jscape.inet.ssh.transport.SshLogger
 
CMD_ARTICLE - Static variable in class com.jscape.inet.nntp.Nntp
Command to get article.
CMD_AUTHPASS - Static variable in class com.jscape.inet.nntp.Nntp
Command to send password.
CMD_AUTHUSER - Static variable in class com.jscape.inet.nntp.Nntp
Command to send username.
CMD_BODY - Static variable in class com.jscape.inet.nntp.Nntp
Command to get body of article.
CMD_GROUP - Static variable in class com.jscape.inet.nntp.Nntp
Command to select a newsgroup.
CMD_HEAD - Static variable in class com.jscape.inet.nntp.Nntp
Command to get header of article.
CMD_HELP - Static variable in class com.jscape.inet.nntp.Nntp
Command to get NNTP help.
CMD_LAST - Static variable in class com.jscape.inet.nntp.Nntp
Command to get previous article.
CMD_LIST - Static variable in class com.jscape.inet.nntp.Nntp
Command to list newsgroups.
CMD_NEWGROUPS - Static variable in class com.jscape.inet.nntp.Nntp
Command to get new newsgroups.
CMD_NEWNEWS - Static variable in class com.jscape.inet.nntp.Nntp
Command to get new articles.
CMD_NEXT - Static variable in class com.jscape.inet.nntp.Nntp
Command to get next article.
CMD_POST - Static variable in class com.jscape.inet.nntp.Nntp
Command to post article.
CMD_QUIT - Static variable in class com.jscape.inet.nntp.Nntp
Command to logout.
CMD_STAT - Static variable in class com.jscape.inet.nntp.Nntp
Command to get information about an article.
Codec - Interface in com.jscape.inet.util
Defines methods for encoding and decoding of data.
CodecFactory - Class in com.jscape.inet.util
Factory class for looking up a Codec based on it's name.
COLON - Static variable in interface com.jscape.inet.mime.MimeConstants
Represents byte value for colon.
column() - Method in class com.jscape.inet.terminal.Screen.Cursor
Current column number.
com.jscape.inet.bsd - package com.jscape.inet.bsd
Contains client classes for remote communications using BSD rexec, rsh and rlogin protocols.
com.jscape.inet.dns - package com.jscape.inet.dns
Contains client classes for querying DNS servers.
com.jscape.inet.dns.record - package com.jscape.inet.dns.record
Contains classes representing various DNS record types.
com.jscape.inet.email - package com.jscape.inet.email
Contains classes for creating and parsing email messages and email addresses.
com.jscape.inet.finger - package com.jscape.inet.finger
Contains classes for querying remote hosts about users using finger protocol.
com.jscape.inet.https - package com.jscape.inet.https
Contains classes for securely communicating with HTTP servers using SSL.
com.jscape.inet.httpssh - package com.jscape.inet.httpssh
Contains classes for securely communicating with HTTP servers using an encrypted SSH tunnel.
com.jscape.inet.imap - package com.jscape.inet.imap
Contains classes for communicating an IMAP server.
com.jscape.inet.imapssh - package com.jscape.inet.imapssh
Contains classes for securely communicating with an IMAP server using an encrypted SSH tunnel.
com.jscape.inet.imapssl - package com.jscape.inet.imapssl
Contains classes for securely communicating with an IMAP server using SSL.
com.jscape.inet.ipclient - package com.jscape.inet.ipclient
Contains classes for creating TCP/IP client applications.
com.jscape.inet.ipclientssh - package com.jscape.inet.ipclientssh
Contains classes for creating secure TCP/IP client applications using an SSH encrypted tunnel.
com.jscape.inet.ipclientssl - package com.jscape.inet.ipclientssl
Contains classes for creating secure TCP/IP client applications using SSL.
com.jscape.inet.mime - package com.jscape.inet.mime
Contains classes for creating and parsing MIME compliant messages.
com.jscape.inet.nntp - package com.jscape.inet.nntp
Contains classes for communicating with NNTP (Network News Transport Protocol) servers.
com.jscape.inet.nntpssh - package com.jscape.inet.nntpssh
Contains classes for securely communicating with NNTP (Network News Transport Protocol) servers using an encrypted SSH tunnel.
com.jscape.inet.pop - package com.jscape.inet.pop
Contains classes for communicating with POP3 (Post Office Protocol version 3) servers.
com.jscape.inet.popssh - package com.jscape.inet.popssh
Contains classes for securely communicating with POP3 (Post Office Protocol version 3) servers using an encrypted SSH tunnel.
com.jscape.inet.popssl - package com.jscape.inet.popssl
Contains classes for securely communicating with POP3 (Post Office Protocol version 3) servers using SSL.
com.jscape.inet.smtp - package com.jscape.inet.smtp
Contains classes for communicating with SMTP (Simple Mail Transport Protocol) servers.
com.jscape.inet.smtpssh - package com.jscape.inet.smtpssh
Contains classes for securely communicating with SMTP (Simple Mail Transport Protocol) servers using an encrypted SSH tunnel.
com.jscape.inet.smtpssl - package com.jscape.inet.smtpssl
Contains classes for securely communicating with SMTP (Simple Mail Transport Protocol) servers using SSL.
com.jscape.inet.telnet - package com.jscape.inet.telnet
Contains classes for communicating with telnet servers.
com.jscape.inet.telnet.options - package com.jscape.inet.telnet.options
Contains various option negotiation classes for the telnet protocol.
com.jscape.inet.telnetssh - package com.jscape.inet.telnetssh
Contains classes for securely communicating with telnet servers using an encryted SSH tunnel.
com.jscape.inet.telnetssl - package com.jscape.inet.telnetssl
Contains classes for securely communicating with telnet servers using SSL.
com.jscape.inet.terminal - package com.jscape.inet.terminal
Contains classes for parsing vt100 emulated data from a telnet server.
com.jscape.inet.terminal.commands - package com.jscape.inet.terminal.commands
Contains classes for sending vt100 emulated to a telnet server.
com.jscape.inet.terminal.events - package com.jscape.inet.terminal.events
Contains event classes for use in capturing emulated data from telnet server.
com.jscape.inet.whois - package com.jscape.inet.whois
Contains classes for communicating with a whois server.
com.jscape.inspect - package com.jscape.inspect
Contains classes for performing email address validation.
com.jscape.zip - package com.jscape.zip
Contains classes for performing archive compression and decompression using ZIP and GZIP protocols.
combine(String, String[]) - Static method in class com.jscape.util.StringTools
 
combine(String, Collection) - Static method in class com.jscape.util.StringTools
 
COMMAND_MAP - Static variable in class com.jscape.inet.telnet.Telnet
This field can be used to map command codes to their String representation.
CommandEvent - Class in com.jscape.inet.terminal.events
Represents Terminal command event.
CommandEvent(String, String) - Constructor for class com.jscape.inet.terminal.events.CommandEvent
Creates CommandEvent object giving "canonical" form and value of incoming control command.
commandSent(FileTransferCommandEvent) - Method in class com.jscape.filetransfer.FileTransferListener.Adapter
 
commandSent(FileTransferCommandEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when a command is sent to server.
commandSent(FtpCommandEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when a command is sent to FTP server.
commandSent(FtpCommandEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when a command is sent to FTP server.
commandSent(ImapCommandEvent) - Method in class com.jscape.inet.imap.ImapAdapter
Invoked when command is sent to the IMAP server
commandSent(ImapCommandEvent) - Method in interface com.jscape.inet.imap.ImapListener
Invoked when command is sent to the IMAP server
commandSent(PopCommandEvent) - Method in class com.jscape.inet.pop.PopAdapter
Invoked when command is sent to the POP3 server.
commandSent(PopCommandEvent) - Method in interface com.jscape.inet.pop.PopListener
Invoked when command is sent to the POP3 server.
commandSent(SmtpCommandEvent) - Method in class com.jscape.inet.smtp.SmtpAdapter
Invoked when command is sent to the SMTP server
commandSent(SmtpCommandEvent) - Method in interface com.jscape.inet.smtp.SmtpListener
Invoked when command is sent to the SMTP server
CommandSet - Class in com.jscape.inet.terminal
Represents command set (ANSI, VT52) in terminal.
CommandSet(String) - Constructor for class com.jscape.inet.terminal.CommandSet
Creates CommandSet object giving its name.
compare(Object, Object) - Method in class com.jscape.filetransfer.FileTransferRemoteSort.FileDateComparator
Compares files for sorting.
compare(Object, Object) - Method in class com.jscape.filetransfer.FileTransferRemoteSort.FileNameComparator
Compares the file name of both FileTransferRemoteFile arguments.
compare(Object, Object) - Method in class com.jscape.filetransfer.FileTransferRemoteSort.FileSizeComparator
Compares the file size using the compareTo of Long class.
compare(Object, Object) - Method in class com.jscape.inet.dns.record.MailExchangerComparator
Compares preference of two (2) MailExchanger instances.
compareFiles(File, File) - Static method in class com.jscape.util.FileTools
Compares file content.
compareTo(Object) - Method in class com.jscape.inet.ssh.transport.ProtocolVersion
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.jscape.inet.ssh.types.SshByte
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.jscape.inet.ssh.types.SshMpint
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.jscape.inet.ssh.types.SshNameList
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.jscape.inet.ssh.types.SshUint32
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.jscape.inet.ssh.types.SshUint64
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.jscape.util.Logger.Level
 
COMPLETE - Static variable in class com.jscape.inet.ssh.SshTask
SshTask has finished execution of command and has received end prompt
COMPLETE - Static variable in class com.jscape.inet.telnet.TelnetTask
TelnetTask has finished execution of command and has received end prompt
compress(File) - Method in interface com.jscape.zip.Archive
Compresses a file.
compress(File, File) - Method in interface com.jscape.zip.Archive
Compress a file or directory and store to output file
compress(File) - Method in class com.jscape.zip.Gzip
GZIP the input file.
compress(File, File) - Method in class com.jscape.zip.Gzip
GZIP the input file to specified output file or directory.
compress(File) - Method in class com.jscape.zip.Zip
Creates a new ZIP archive.
compress(File, File) - Method in class com.jscape.zip.Zip
Creates a new ZIP archive.
compress(File, Vector) - Method in class com.jscape.zip.Zip
Compresses list of files to specified output file.
COMPRESS_MODE - Static variable in class com.jscape.inet.ssh.transport.compression.Compression
 
compressed(ArchiveCompressedEvent) - Method in interface com.jscape.zip.ArchiveListener
Invoked when a file is compressed.
Compression - Class in com.jscape.inet.ssh.transport.compression
 
COMPRESSION_ALG_NONE - Static variable in class com.jscape.inet.ssh.Ssh
 
COMPRESSION_ALG_ZLIB - Static variable in class com.jscape.inet.ssh.Ssh
 
CompressionException - Exception in com.jscape.inet.ssh.transport.compression
 
CompressionException() - Constructor for exception com.jscape.inet.ssh.transport.compression.CompressionException
Method CompressionException
CompressionException(String) - Constructor for exception com.jscape.inet.ssh.transport.compression.CompressionException
Method CompressionException
CompressionException(Exception) - Constructor for exception com.jscape.inet.ssh.transport.compression.CompressionException
Method CompressionException
connect() - Method in interface com.jscape.filetransfer.FileTransfer
Connects to server and performs login.
connect() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
connect(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Establishes a connection with FTP server with optional login
connect() - Method in class com.jscape.filetransfer.FtpTransfer
 
connect(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Establishes a connection with FTP server with optional login
connect() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
connect() - Method in class com.jscape.inet.bsd.Rexec
Connects to the remote host, initializing streams that handle stdin and stdout.
connect() - Method in class com.jscape.inet.bsd.Rlogin
Initializes input and output streams to handle stdin and stdout of the remote host.
connect() - Method in class com.jscape.inet.bsd.Rsh
Initializes input and output streams to handle stdin and stdout of the remote host.
connect() - Method in class com.jscape.inet.ftp.Ftp
Connects to FTP server and performs login using specified username, password and optional account.
connect(boolean) - Method in class com.jscape.inet.ftp.Ftp
Connects to FTP server and optionally performs login.
connect() - Method in class com.jscape.inet.ftp.FtpImplementation
Connects to FTP server and performs login.
connect(boolean) - Method in class com.jscape.inet.ftp.FtpImplementation
Connects to FTP server and optionally performs login
connect() - Method in class com.jscape.inet.ftps.Ftps
Connects to FTP server and performs login.
connect(boolean) - Method in class com.jscape.inet.ftps.Ftps
Connects to FTP server and optionally performs login.
connect() - Method in class com.jscape.inet.imap.Imap
Connects to an IMAP server.
connect() - Method in class com.jscape.inet.imapssh.ImapSsh
Connects to IMAP server tunelling data through SSH server and performs login with IMAP server.
connect() - Method in class com.jscape.inet.imapssl.ImapSsl
Establishes secure SSL connection to IMAP server.
connect() - Method in class com.jscape.inet.ipclient.IpClient
Establishes connection with server.
connect() - Method in class com.jscape.inet.ipclientssh.IpClientSsh
Establishes connection with SSH server, performs authentication and creates tunnel to hostname and port provided in constructor.
connect() - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Establishes connection with server.
connect() - Method in class com.jscape.inet.nntp.Nntp
Connects to NNTP server and authenticates using username and password if found.
connect() - Method in class com.jscape.inet.nntpssh.NntpSsh
Connects to NNTP server tunnelling all data through SSH server.
connect() - Method in class com.jscape.inet.pop.Pop
Connects to POP3 server and performs login.
connect() - Method in class com.jscape.inet.popssh.PopSsh
Connects to POP3 server tunelling data through SSH server and performs login with POP3 server.
connect() - Method in class com.jscape.inet.popssl.PopSsl
Establishes secure SSL connection to POP3 server.
connect() - Method in class com.jscape.inet.scp.Scp
Connects to the server.
connect() - Method in class com.jscape.inet.sftp.Sftp
Establishes secure connection with SSH server.
connect() - Method in class com.jscape.inet.smtp.Smtp
Connects to SMTP server.
connect() - Method in class com.jscape.inet.smtpssh.SmtpSsh
Connects to SMTP server tunnelling data through SSH server.
connect() - Method in class com.jscape.inet.smtpssl.SmtpSsl
Securely connects to SMTP server using SSL.
connect() - Method in class com.jscape.inet.ssh.Ssh
Connects to SSH server.
connect(int) - Method in class com.jscape.inet.ssh.SshSession
Establishes connection with SSH server and performs login
connect() - Method in class com.jscape.inet.ssh.SshSession
Establishes connection with SSH server and performs login.
connect() - Method in class com.jscape.inet.telnet.Telnet
Connect the client socket to host and port specified by contructor or Telnet.setHostname(java.lang.String), Telnet.setPort(int) methods.
connect(String, String, int) - Method in class com.jscape.inet.telnet.TelnetSession
Establishes connection with telnet server and performs login using specified username and password.
connect(String, String) - Method in class com.jscape.inet.telnet.TelnetSession
Establishes connection with telnet server and performs login using specified username and password.
connect() - Method in class com.jscape.inet.telnetssh.TelnetSsh
Establishes connection with SSH server and creates secure tunnel to Telnet server.
connect() - Method in class com.jscape.inet.telnetssl.TelnetSsl
Establishes connection to telnet server using SSL/TLS.
connect() - Method in class com.jscape.inet.terminal.Terminal
Connects to remote host.
connected(FileTransferConnectedEvent) - Method in class com.jscape.filetransfer.FileTransferListener.Adapter
 
connected(FileTransferConnectedEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when connection to server is established.
connected(BsdConnectedEvent) - Method in class com.jscape.inet.bsd.BsdAdapter
Invoked when connection to BSD r service server is established.
connected(BsdConnectedEvent) - Method in interface com.jscape.inet.bsd.BsdListener
Invoked when connection to BSD r service server is established.
connected(FtpConnectedEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when connection to FTP server is established.
connected(FtpConnectedEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when connection to FTP server is established.
connected(HttpConnectedEvent) - Method in class com.jscape.inet.http.HttpAdapter
Invoked when connection to HTTP server is established.
connected(HttpConnectedEvent) - Method in interface com.jscape.inet.http.HttpListener
Invoked when connection to Http server is established.
connected(ImapConnectedEvent) - Method in class com.jscape.inet.imap.ImapAdapter
Invoked when connection to IMAP server is established.
connected(ImapConnectedEvent) - Method in interface com.jscape.inet.imap.ImapListener
Invoked when connection to IMAP server is established.
connected(IpClientConnectedEvent) - Method in interface com.jscape.inet.ipclient.IpClientListener
Invoked when connection to server is established.
connected(NntpConnectedEvent) - Method in class com.jscape.inet.nntp.NntpAdapter
Invoked when connection to NNTP server is established.
connected(NntpConnectedEvent) - Method in interface com.jscape.inet.nntp.NntpListener
Invoked when connection to NNTP server is established.
connected(PopConnectedEvent) - Method in class com.jscape.inet.pop.PopAdapter
Invoked when connection to POP3 server is established.
connected(PopConnectedEvent) - Method in interface com.jscape.inet.pop.PopListener
Invoked when connection to POP3 server is established.
connected(ScpConnectedEvent) - Method in interface com.jscape.inet.scp.events.ScpEventListener
Informs listener about Scp connection.
connected(SftpConnectedEvent) - Method in class com.jscape.inet.sftp.events.SftpAdapter
Invoked when connection to SSH server is established.
connected(SftpConnectedEvent) - Method in interface com.jscape.inet.sftp.events.SftpListener
Invoked when connection to server is established.
connected(SmtpConnectedEvent) - Method in class com.jscape.inet.smtp.SmtpAdapter
Invoked when connection to SMTP server is established.
connected(SmtpConnectedEvent) - Method in interface com.jscape.inet.smtp.SmtpListener
Invoked when connection to SMTP server is established.
connected(SshConnectedEvent) - Method in class com.jscape.inet.ssh.SshAdapter
Invoked when SSH connection is established.
connected(SshConnectedEvent) - Method in interface com.jscape.inet.ssh.SshListener
Invoked when SSH connection is established.
connected(TelnetConnectedEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when Telnet connection is established.
connected(TelnetConnectedEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when Telnet connection is established.
connected(TelnetConnectedEvent) - Method in class com.jscape.inet.terminal.Terminal
Handles "connected" event from underlying transport.
Connection - Class in com.jscape.inet.ssh.connection
 
Connection.ConnectionClosedListener - Interface in com.jscape.inet.ssh.connection
The connection closer public interface.
Connection.ConnectionClosedListener.NullListener - Class in com.jscape.inet.ssh.connection
 
Connection.ConnectionClosedListener.NullListener() - Constructor for class com.jscape.inet.ssh.connection.Connection.ConnectionClosedListener.NullListener
 
ConnectionClient - Class in com.jscape.inet.ssh.connection
 
ConnectionClient(Transport, ConnectionConfiguration) - Constructor for class com.jscape.inet.ssh.connection.ConnectionClient
Creates a new client instance.
ConnectionConfiguration - Class in com.jscape.inet.ssh.connection
 
ConnectionConfiguration() - Constructor for class com.jscape.inet.ssh.connection.ConnectionConfiguration
 
ConnectionException - Exception in com.jscape.inet.ssh.connection
The connection service error.
ConnectionException() - Constructor for exception com.jscape.inet.ssh.connection.ConnectionException
Creates a new exception instance.
ConnectionException(String) - Constructor for exception com.jscape.inet.ssh.connection.ConnectionException
Creates a new exception instance with the specified message.
ConnectionException(Exception) - Constructor for exception com.jscape.inet.ssh.connection.ConnectionException
Creates a new exception instance with the specified cause.
connectionLost(FtpConnectionLostEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when connection to FTP server is unexpectedly closed.
connectionLost(FtpConnectionLostEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when connection to FTP server is unexpectedly closed.
ConnectionParameters - Class in com.jscape.inet.util
SSH connection parameters container.
ConnectionParameters(String, int, long, long, int, int, Integer, Boolean, String, int, String, String, String, long, long) - Constructor for class com.jscape.inet.util.ConnectionParameters
 
ConnectionParameters(String, int, long, long, int, int, Integer, Boolean, String, int, String, String, String) - Constructor for class com.jscape.inet.util.ConnectionParameters
 
ConnectionParameters(String, int, long, String, int, String, String, String) - Constructor for class com.jscape.inet.util.ConnectionParameters
 
ConnectionParameters(ConnectionParameters) - Constructor for class com.jscape.inet.util.ConnectionParameters
Copy constructor.
ConnectionParameters(String, int, long, long, int, int, String, int, String, String, String) - Constructor for class com.jscape.inet.util.ConnectionParameters
 
ConnectionParameters(String, int, long, int, int) - Constructor for class com.jscape.inet.util.ConnectionParameters
Creates a new parameters instance.
ConnectionParameters(String, int, long) - Constructor for class com.jscape.inet.util.ConnectionParameters
Creates a new parameters instance.
ConnectionParameters(String, int) - Constructor for class com.jscape.inet.util.ConnectionParameters
Creates a new parameters instance.
ConnectionParameters(String, int, int, int) - Constructor for class com.jscape.inet.util.ConnectionParameters
Creates a new parameters instance.
contains(byte[], boolean) - Method in class com.jscape.util.ByteBuffer
Checks if data is contained in this buffer.
contains(byte[]) - Method in class com.jscape.util.ByteBuffer
Checks if data is contained in this buffer.
containsChannelHandler(String) - Method in class com.jscape.inet.ssh.connection.Connection
Checks if the channel request handler is already added.
containsCipher(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
containsClientVersion(int) - Method in class com.jscape.inet.sftp.SftpConfiguration
Checks if the specified version is registered.
containsCompression(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
containsExtension(String) - Method in class com.jscape.inet.sftp.SftpClient
Checks if the client contains the specified server extension.
containsFormat(KeyPairFormat) - Method in class com.jscape.inet.ssh.util.KeyPairAssembler
Check if format is already added.
containsGlobalHandler(String) - Method in class com.jscape.inet.ssh.connection.Connection
Checks if the request handler is already added.
containsKeyExchange(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
containsKeyFormat(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
containsLanguage(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
containsMac(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
containsSshKeyFormat(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
ContextFactory - Class in com.jscape.inet.ftps
The SSL context factory.
ContextFactory(String, String, String, String, String, String, KeyManager[], TrustManager[]) - Constructor for class com.jscape.inet.ftps.ContextFactory
 
ContextFactory(String, String, String) - Constructor for class com.jscape.inet.ftps.ContextFactory
Creates a new factory instance.
ContextFactory() - Constructor for class com.jscape.inet.ftps.ContextFactory
Creates a new factory instance.
ControlCommand - Interface in com.jscape.inet.terminal.commands
Base interface for control commands.
ControlSequence - Class in com.jscape.inet.terminal
Represents control sequence.
ControlSequence(char) - Constructor for class com.jscape.inet.terminal.ControlSequence
Creates ControlSequence object giving opening char.
ControlSequence() - Constructor for class com.jscape.inet.terminal.ControlSequence
Creates ControlSequence object with default opening char ('\033').
copy() - Method in interface com.jscape.filetransfer.FileTransfer
Returns a copy of current transfer instance with same listeners.
copy() - Method in class com.jscape.filetransfer.FtpsImplicitTransfer
 
copy() - Method in class com.jscape.filetransfer.FtpsTransfer
 
copy() - Method in class com.jscape.filetransfer.FtpTransfer
 
copy() - Method in class com.jscape.filetransfer.SftpTransfer
 
copy(InputStream, OutputStream) - Static method in class com.jscape.util.IOTools
 
copy(InputStream, OutputStream, int) - Static method in class com.jscape.util.IOTools
 
copy(Reader, Writer) - Static method in class com.jscape.util.IOTools
 
copy(BufferedReader, BufferedWriter) - Static method in class com.jscape.util.IOTools
 
copy(File, File) - Static method in class com.jscape.util.IOTools
 
CPRCommand - Class in com.jscape.inet.terminal.commands
CPR -- Cursor Position Report.
CR - Static variable in interface com.jscape.inet.mime.MimeConstants
Represents byte value for carriage return.
CRCommand - Class in com.jscape.inet.terminal.commands
Move cursor to the left margin on the current line.
create(Class, Connection, SftpConfiguration) - Static method in class com.jscape.inet.sftp.SftpClient
Creates a SFTP client instance.
create(long, long, Connection) - Static method in class com.jscape.inet.ssh.connection.channels.SessionClient
Creates a new session client channel.
createCipher(byte[], byte[], int) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory.CipherEntry
 
createClient(Ftps, ConnectionParameters, SSLContext, String[], Logger) - Method in interface com.jscape.inet.ftps.Ftps.ConnectionStrategy
Creates an appropriate FTP client.
createClient(ConnectionParameters, User) - Method in class com.jscape.inet.sftp.SftpConfiguration
Creates a new SFTP client instance for specified connection and user parameters.
createClientServerCipherKey(int) - Method in class com.jscape.inet.ssh.transport.KeyCreator
 
createClientServerIV(int) - Method in class com.jscape.inet.ssh.transport.KeyCreator
 
createClientServerMacKey(int) - Method in class com.jscape.inet.ssh.transport.KeyCreator
 
createConnectionClient(ConnectionParameters, User) - Method in class com.jscape.inet.ssh.SshConfiguration
Creates a new client instance.
createDir(FileTransferCreateDirEvent) - Method in class com.jscape.filetransfer.FileTransferListener.Adapter
 
createDir(FileTransferCreateDirEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when a directory is created.
createDir(FtpCreateDirEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when a directory is created.
createDir(FtpCreateDirEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when a directory is created.
createDir(SftpCreateDirEvent) - Method in class com.jscape.inet.sftp.events.SftpAdapter
Invoked when a directory is created.
createDir(SftpCreateDirEvent) - Method in interface com.jscape.inet.sftp.events.SftpListener
Invoked when a directory is created.
createDirect(long, long, ConnectionParameters, ConnectionParameters, Connection) - Static method in class com.jscape.inet.ssh.connection.channels.TcpChannel
Creates a new direct TCP channel.
createDirectory(String) - Static method in class com.jscape.util.FileTools
 
createDirectory(File) - Static method in class com.jscape.util.FileTools
 
createForwarded(long, long, SshMsgChannelOpen, Connection) - Static method in class com.jscape.inet.ssh.connection.channels.TcpChannel
Creates a new direct TCP channel.
createLogger() - Method in class com.jscape.inet.sftp.SftpConfiguration
Creates and returns logger.
createLogger() - Method in class com.jscape.inet.ssh.connection.ConnectionConfiguration
 
createLogger() - Method in class com.jscape.inet.ssh.SshConfiguration
Creates a new logger.
createLogger() - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
createMac(byte[]) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory.MacEntry
 
createMailbox(String) - Method in class com.jscape.inet.imap.Imap
Creates a new mailbox on IMAP server.
createNew() - Method in class com.jscape.inet.file.JFileOpenFlags
 
createNewDirectory() - Method in interface com.jscape.inet.file.JFile
Creates the directory named by this abstract pathname if and only if a file with this name does not yet exist.
createNewDirectory() - Method in class com.jscape.inet.sftp.SftpFile
Creates the directory named by this abstract pathname if and only if a file with this name does not yet exist.
createNewFile() - Method in interface com.jscape.inet.file.JFile
Creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNewFile() - Method in class com.jscape.inet.sftp.SftpFile
Creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNewLink(JFile) - Method in interface com.jscape.inet.file.JFile
Creates the symbolic link named by this abstract pathname if and only if a file with this name does not yet exist.
createNewLink(JFile) - Method in class com.jscape.inet.sftp.SftpFile
Creates the symbolic link named by this abstract pathname if and only if a file with this name does not yet exist.
createProtected(Ftps, ConnectionParameters, SSLContext, String[], Logger) - Static method in class com.jscape.inet.ftps.FtpsClient
 
createProtocolVersion() - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
createServerClientCipherKey(int) - Method in class com.jscape.inet.ssh.transport.KeyCreator
 
createServerClientIV(int) - Method in class com.jscape.inet.ssh.transport.KeyCreator
 
createServerClientMacKey(int) - Method in class com.jscape.inet.ssh.transport.KeyCreator
 
createServerSocket(int, int) - Static method in class com.jscape.inet.util.ServerSocketUtil
Creates a server socket which is going to listen a port between the port range from dataPortStart to dataPortEnd
createServerSocket(ServerSocketFactory, int, int) - Static method in class com.jscape.inet.util.ServerSocketUtil
Creates a server socket which is going to listen a port between the port range from dataPortStart to dataPortEnd.
createSocket() - Method in class com.jscape.inet.util.ConnectionParameters
Creates a new connected socket.
createTruncate() - Method in class com.jscape.inet.file.JFileOpenFlags
 
createUnprotected(Ftps, ConnectionParameters, SSLContext, String[], Logger) - Static method in class com.jscape.inet.ftps.FtpsClient
 
CRLF - Static variable in interface com.jscape.inet.mime.MimeConstants
Represents String value for carriage return line feed combination.
CSIType - Class in com.jscape.inet.terminal
Sequence type with '[' second character.
CUBCommand - Class in com.jscape.inet.terminal.commands
CUB -- Cursor Backward.
CUDCommand - Class in com.jscape.inet.terminal.commands
CUD -- Cursor Down.
CUFCommand - Class in com.jscape.inet.terminal.commands
CUF -- Cursor Forward.
CUHCommand - Class in com.jscape.inet.terminal.commands
Cursor to Home.
CUPCommand - Class in com.jscape.inet.terminal.commands
CUP -- Cursor Position.
CURRENT_DIR - Static variable in interface com.jscape.filetransfer.FileTransfer
Represents the current directory.
CURRENT_DIR - Static variable in class com.jscape.inet.ftp.Ftp
Represents the current directory.
CURRENT_DIR - Static variable in class com.jscape.inet.ftps.Ftps
Represents the current directory.
CUUCommand - Class in com.jscape.inet.terminal.commands
CUU -- Cursor Up.

Secure iNet Factory
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved