Modifier and Type | Class and Description |
---|---|
class |
DefaultAgentForwardSupport |
Modifier and Type | Class and Description |
---|---|
class |
AgentForwardedChannel |
class |
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server.
|
Modifier and Type | Class and Description |
---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientChannel
TODO Add javadoc
|
class |
ChannelDirectTcpip
TODO Add javadoc
|
class |
ChannelExec
Client channel to run a remote command
|
class |
ChannelSession
TODO Add javadoc
|
class |
ChannelShell
Client channel to open a remote shell
|
class |
ChannelSubsystem
Client channel to run a subsystem
|
class |
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including
a full shell.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientSession
Provides default implementations of
ClientSession related methods |
class |
ClientConnectionService
Client side
ssh-connection service. |
class |
ClientSessionImpl
The default implementation of a
ClientSession |
class |
ClientUserAuthService
Client side
ssh-auth service. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannel
Provides common client/server channel functionality
|
class |
BufferedIoOutputStream
An
IoOutputStream capable of queuing write requests |
class |
ChannelAsyncInputStream |
class |
ChannelAsyncOutputStream |
Modifier and Type | Class and Description |
---|---|
class |
DefaultForwardingFilter
Requests a "tcpip-forward" action
|
class |
SocksProxy
SOCKS proxy server, supporting simple socks4/5 protocols.
|
class |
TcpipClientChannel
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFactoryManager |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIoServiceFactory |
Modifier and Type | Class and Description |
---|---|
class |
Nio2Acceptor |
class |
Nio2Connector
TODO Add javadoc
|
class |
Nio2Service |
class |
Nio2ServiceFactory |
class |
Nio2Session |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKexFactoryManager |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionService
Base implementation of ConnectionService.
|
class |
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
|
class |
SessionHelper
Contains split code in order to make
AbstractSession class smaller |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInnerCloseable |
Modifier and Type | Class and Description |
---|---|
protected class |
SshThreadPoolExecutor.DelegateCloseable |
Modifier and Type | Class and Description |
---|---|
class |
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerChannel
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
TcpipServerChannel
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerSession
Provides default implementations for
ServerSession related methods |
class |
ServerConnectionService
Server side
ssh-connection service. |
class |
ServerSessionImpl
The default implementation for a
ServerSession |
class |
ServerUserAuthService |
Modifier and Type | Class and Description |
---|---|
class |
ChannelForwardedX11 |
class |
DefaultX11ForwardSupport |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.