| Package | Description |
|---|---|
| <Unnamed> | |
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.agent | |
| net.sf.sshapi.auth | |
| net.sf.sshapi.forwarding | |
| net.sf.sshapi.hostkeys | |
| net.sf.sshapi.identity | |
| net.sf.sshapi.impl.ganymed |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.impl.j2ssh |
J2SSH is a suite of Java SSH applications providing a Java SSH API, SSH Terminal, SSH secured VNC client, SFTP client and SSH Daemon.
|
| net.sf.sshapi.impl.jsch |
JSch is a pure Java implementation of SSH2.
|
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.impl.maverick16 |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.impl.trilead |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.sftp | |
| net.sf.sshapi.util | |
| net.sf.sshapi.vfs | |
| org.apache.maven.wagon.providers.ssh.sshapi |
| Class and Description |
|---|
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| Class and Description |
|---|
| AbstractFileTransferClient
Abstract implementation of a file transfer client, providing some useful default
methods (currently transfer events).
|
| AbstractLifecycleComponent
Abstract implementation of an
SshLifecycleComponent, providing some
command methods. |
| AbstractLifecycleComponentWithEvents
Abstract implementation of an
AbstractLifecycleComponent that fires
events when the lifecycle methods are called. |
| Capability
Represents a feature that a provider implementation is capable of.
|
| Logger
Really simple logging interface.
|
| Logger.Level
Log level
|
| SshBannerHandler
Call back that is invoked when to display a banner message (during
authentication)
|
| SshChannel
Interface for custom channels created by
SshChannelHandler
implementations. |
| SshChannel.ChannelData
Encapsulate details needed for channel creation
|
| SshChannelHandler
SSH allows custom channels to be handled.
|
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshDataListener
Interface to be implemented by listeners who wish to receive events about
SshLifecycleComponent opening, closing and data transfer. |
| SshDataProducingComponent
Interface to be implemented by any lifecycle components that might produce
data that can be listened to.
|
| SshException
Exception thrown during various SSH operations.
|
| SshException.Code
Error code.
|
| SshExtendedStreamChannel
Extension of a
SshStreamChannel that adds the Extended Input Stream,
used for STDERR. |
| SshFileTransferClient
Interface to be implemented by components that can produce file transfer
events, such as SFTP and SCP.
|
| SshFileTransferListener
Listener that may be implemented to received events about file transfer
progress, for both SCP and SFTP.
|
| SshLifecycleComponent
Many components of SSHAPI implement this interface, as they all follow the open() / close() pattern.
|
| SshLifecycleListener
Interface to be implemented by listeners who wish to receive events about
SshLifecycleComponent opening, closing and data transfer. |
| SshProvider
Every SSH API implementation must provide one implementation of this
interface.
|
| SshProviderFactory
Implementations are responsible for creating
SshProvider instances. |
| SshProxyServerDetails
Holds details of the proxy server to connect to the remote SSH through.
|
| SshProxyServerDetails.Type
Proxy sever type.
|
| SshSCPClient
The SCP client.
|
| SshShell
A remote shell.
|
| SshStreamChannel
Extension to
SshLifecycleComponent for channels who expost I/O
streams, such as executing a command, or a SshShell. |
| Class and Description |
|---|
| SshChannelHandler
SSH allows custom channels to be handled.
|
| SshException
Exception thrown during various SSH operations.
|
| SshPublicKey
Represents the the public key portion of a key pair.
|
| Class and Description |
|---|
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshPasswordPrompt
Call-back interface used when passwords or passphrases are needed.
|
| Class and Description |
|---|
| AbstractLifecycleComponent
Abstract implementation of an
SshLifecycleComponent, providing some
command methods. |
| SshDataProducingComponent
Interface to be implemented by any lifecycle components that might produce
data that can be listened to.
|
| SshException
Exception thrown during various SSH operations.
|
| SshLifecycleComponent
Many components of SSHAPI implement this interface, as they all follow the open() / close() pattern.
|
| Class and Description |
|---|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshException
Exception thrown during various SSH operations.
|
| Class and Description |
|---|
| SshException
Exception thrown during various SSH operations.
|
| SshLifecycleComponent
Many components of SSHAPI implement this interface, as they all follow the open() / close() pattern.
|
| SshPrivateKey
Represents a private key.
|
| SshPublicKey
Represents the the public key portion of a key pair.
|
| Class and Description |
|---|
| AbstractProvider
Abstract implementation of an
SshProvider, providing some common
methods. |
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshException
Exception thrown during various SSH operations.
|
| SshProvider
Every SSH API implementation must provide one implementation of this
interface.
|
| Class and Description |
|---|
| AbstractProvider
Abstract implementation of an
SshProvider, providing some common
methods. |
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshException
Exception thrown during various SSH operations.
|
| SshProvider
Every SSH API implementation must provide one implementation of this
interface.
|
| Class and Description |
|---|
| AbstractProvider
Abstract implementation of an
SshProvider, providing some common
methods. |
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshException
Exception thrown during various SSH operations.
|
| SshProvider
Every SSH API implementation must provide one implementation of this
interface.
|
| Class and Description |
|---|
| AbstractClient
Abstract implementation of a
SshClient. |
| AbstractFileTransferClient
Abstract implementation of a file transfer client, providing some useful default
methods (currently transfer events).
|
| AbstractLifecycleComponent
Abstract implementation of an
SshLifecycleComponent, providing some
command methods. |
| AbstractLifecycleComponentWithEvents
Abstract implementation of an
AbstractLifecycleComponent that fires
events when the lifecycle methods are called. |
| AbstractProvider
Abstract implementation of an
SshProvider, providing some common
methods. |
| AbstractSCPClient
Abstract implementation of an SCP client.
|
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshDataListener
Interface to be implemented by listeners who wish to receive events about
SshLifecycleComponent opening, closing and data transfer. |
| SshDataProducingComponent
Interface to be implemented by any lifecycle components that might produce
data that can be listened to.
|
| SshException
Exception thrown during various SSH operations.
|
| SshExtendedStreamChannel
Extension of a
SshStreamChannel that adds the Extended Input Stream,
used for STDERR. |
| SshFileTransferClient
Interface to be implemented by components that can produce file transfer
events, such as SFTP and SCP.
|
| SshLifecycleComponent
Many components of SSHAPI implement this interface, as they all follow the open() / close() pattern.
|
| SshProvider
Every SSH API implementation must provide one implementation of this
interface.
|
| SshSCPClient
The SCP client.
|
| SshShell
A remote shell.
|
| SshStreamChannel
Extension to
SshLifecycleComponent for channels who expost I/O
streams, such as executing a command, or a SshShell. |
| Class and Description |
|---|
| AbstractProvider
Abstract implementation of an
SshProvider, providing some common
methods. |
| SshChannel
Interface for custom channels created by
SshChannelHandler
implementations. |
| SshChannel.ChannelData
Encapsulate details needed for channel creation
|
| SshChannelHandler
SSH allows custom channels to be handled.
|
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshException
Exception thrown during various SSH operations.
|
| SshPrivateKey
Represents a private key.
|
| SshProvider
Every SSH API implementation must provide one implementation of this
interface.
|
| SshPublicKey
Represents the the public key portion of a key pair.
|
| Class and Description |
|---|
| AbstractProvider
Abstract implementation of an
SshProvider, providing some common
methods. |
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshException
Exception thrown during various SSH operations.
|
| SshProvider
Every SSH API implementation must provide one implementation of this
interface.
|
| Class and Description |
|---|
| AbstractLifecycleComponent
Abstract implementation of an
SshLifecycleComponent, providing some
command methods. |
| AbstractLifecycleComponentWithEvents
Abstract implementation of an
AbstractLifecycleComponent that fires
events when the lifecycle methods are called. |
| SshException
Exception thrown during various SSH operations.
|
| SshException.Code
Error code.
|
| SshLifecycleComponent
Many components of SSHAPI implement this interface, as they all follow the open() / close() pattern.
|
| Class and Description |
|---|
| Logger
Really simple logging interface.
|
| Logger.Level
Log level
|
| SshBannerHandler
Call back that is invoked when to display a banner message (during
authentication)
|
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshConfiguration
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers. |
| SshException
Exception thrown during various SSH operations.
|
| SshLifecycleComponent
Many components of SSHAPI implement this interface, as they all follow the open() / close() pattern.
|
| SshLifecycleListener
Interface to be implemented by listeners who wish to receive events about
SshLifecycleComponent opening, closing and data transfer. |
| SshPasswordPrompt
Call-back interface used when passwords or passphrases are needed.
|
| Class and Description |
|---|
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| Class and Description |
|---|
| SshClient
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| SshException
Exception thrown during various SSH operations.
|
Copyright © 2018. All rights reserved.