| Interface | Description |
|---|---|
| ChannelFactory<T extends SshContext> | |
| ConnectionStateListener | |
| ForwardingFactory<T extends SshContext> |
This interface defines the behaviour for remote forwarding requests.
|
| ForwardingManager.Listener | |
| GlobalRequestHandler<T extends SshContext> |
The SSH protocol allows for the sending of requests independently of
any communication channel.
|
| Service |
A service is a protocol that operates on top of the
TransportProtocol. |
| SocketListeningForwardingFactoryImpl.ActiveTunnelManager.TunnelListener<K extends SshContext> | |
| SshTransport<T extends SshContext> | |
| TransportProtocolListener |
An event handler for SSH Transport protocol events.
|
| Class | Description |
|---|---|
| AuthenticatedFuture | |
| ByteArrayMessage | |
| ByteArrays | |
| CachingDataWindow | |
| ChannelDataWindow | |
| ChannelNG<T extends SshContext> |
This abstract class provides the basic functions of an SSH2 channel.
|
| ChannelOutputStream | |
| Connection<T extends SshContext> | |
| ConnectionLoggingContext | |
| ConnectionManager<T extends SshContext> |
Holds and manages Connection objects.
|
| ConnectionProtocol<T extends SshContext> |
This class implements the SSH Connection Protocol as an SSH Transport
Protocol service.
|
| ConnectionTaskWrapper | |
| ForwardingChannel<T extends SshContext> |
An abstract forwarding channel implementation for use with both local
and remote forwarding operations.
|
| ForwardingDataWindow | |
| ForwardingManager<T extends SshContext> |
This class provides management of remote forwarding requests.
|
| LocalForwardingChannel<T extends SshContext> |
Implements a Local forwarding channel for use with forwarding sockets from
the client machine through the server to some endpoint reachable from the
server machine.
|
| PacketPool | |
| RemoteForward | |
| RemoteForwardingChannel<T extends SshContext> |
Implements a Remote forwarding channel for use with forwarding sockets from
the server machine through the client to some endpoint reachable from the
client machine.
|
| SocketForwardingChannel<T extends SshContext> |
An abstract forwarding channel implementation for use with forwarding both
local and remote sockets.
|
| SocketListeningForwardingFactoryImpl<T extends SshContext> |
This class implements the standard socket based forwarding for the SSHD.
|
| SocketListeningForwardingFactoryImpl.ActiveTunnelManager<K extends SshContext> | |
| SshContext |
This class defines an SSH context for listening interfaces on the
SshEngine. |
| TransportProtocol<T extends SshContext> |
This class implements the SSH Transport Protocol for the SSHD server.
|
| TransportProtocolHelper |
Copyright © 2021. All rights reserved.