Class and Description |
---|
Buffer
Usually not to be used by applications.
|
Channel
The abstract base class for the different
types of channel which may be associated with a
Session . |
ChannelForwardedTCPIP
A Channel created when a forwarded port at the remote side
is connected.
|
ChannelSftp.LsEntry
Represents a directory entry, representing a remote file or directory.
|
ChannelSftp.LsEntrySelector
Objects implementing this interface can be passed as an argument for
ChannelSftp 's ChannelSftp.ls(java.lang.String) method. |
ConfigRepository
A repository for host-specific configuration settings, retrievable by host name (or an alias).
|
ConfigRepository.Config
A configuration for connections to a remote host name (or alias).
|
HostKey
The public key of a SSH server.
|
HostKeyRepository
A repository for known host keys.
|
Identity
A user identity for public-key authentication.
|
IdentityRepository
A repository for identities (basically key pairs usable for authentication to a server).
|
JSch
This class serves as a central configuration point, and
as a factory for
Session objects configured with these
settings. |
JSchException
Will be thrown if anything goes wrong with the SSH protocol.
|
Logger
Provides logging abilities to the library.
|
Packet
Usually not to be used by applications.
|
Proxy
Allows routing connections through some proxy.
|
ServerSocketFactory
A factory for ServerSockets.
|
Session
A Session represents a connection to a SSH server.
|
SftpATTRS
Attributes of a (remote) file manipulated via Sftp.
|
SftpException
This exception will be thrown if anything goes wrong while
using the SFTP protocol.
|
SftpProgressMonitor
A callback to get information about the progress of a file
transfer operation.
|
SftpStatVFS |
SocketFactory
A factory for (client) sockets.
|
UserInfo
Allows user interaction.
|
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.