Uses of Class
org.apache.sshd.common.util.closeable.IoBaseCloseable
-
-
Uses of IoBaseCloseable in org.apache.sshd.agent.common
Subclasses of IoBaseCloseable in org.apache.sshd.agent.common Modifier and Type Class Description class
DefaultAgentForwardSupport
-
Uses of IoBaseCloseable in org.apache.sshd.agent.local
Subclasses of IoBaseCloseable in org.apache.sshd.agent.local Modifier and Type Class Description class
AgentForwardedChannel
class
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server. -
Uses of IoBaseCloseable in org.apache.sshd.agent.unix
Subclasses of IoBaseCloseable in org.apache.sshd.agent.unix Modifier and Type Class Description class
AgentForwardedChannel
class
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server. -
Uses of IoBaseCloseable in org.apache.sshd.client
Subclasses of IoBaseCloseable in org.apache.sshd.client Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol. -
Uses of IoBaseCloseable in org.apache.sshd.client.channel
Subclasses of IoBaseCloseable in org.apache.sshd.client.channel Modifier and Type Class Description class
AbstractClientChannel
TODO Add javadocclass
ChannelDirectTcpip
TODO Add javadocclass
ChannelExec
Client channel to run a remote commandclass
ChannelSession
Client side channel sessionclass
ChannelShell
Client channel to open a remote shellclass
ChannelSubsystem
Client channel to run a subsystemclass
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including a full shell. -
Uses of IoBaseCloseable in org.apache.sshd.client.session
Subclasses of IoBaseCloseable in org.apache.sshd.client.session Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientConnectionService
Client sidessh-connection
service.class
ClientSessionImpl
The default implementation of aClientSession
class
ClientUserAuthService
Client sidessh-auth
service. -
Uses of IoBaseCloseable in org.apache.sshd.common.channel
Subclasses of IoBaseCloseable in org.apache.sshd.common.channel Modifier and Type Class Description class
AbstractChannel
Provides common client/server channel functionalityclass
AbstractChannel.GracefulChannelCloseable
class
BufferedIoOutputStream
AnIoOutputStream
capable of queuing write requests.class
ChannelAsyncInputStream
class
ChannelAsyncOutputStream
class
SimpleIoOutputStream
An implementation ofIoOutputStream
using a synchronousChannelOutputStream
. -
Uses of IoBaseCloseable in org.apache.sshd.common.forward
Subclasses of IoBaseCloseable in org.apache.sshd.common.forward Modifier and Type Class Description class
DefaultForwarder
Requests a "tcpip-forward" actionclass
SocksProxy
SOCKS proxy server, supporting simple socks4/5 protocols.class
TcpipClientChannel
TODO Add javadoc -
Uses of IoBaseCloseable in org.apache.sshd.common.helpers
Subclasses of IoBaseCloseable in org.apache.sshd.common.helpers Modifier and Type Class Description class
AbstractFactoryManager
-
Uses of IoBaseCloseable in org.apache.sshd.common.io
Subclasses of IoBaseCloseable in org.apache.sshd.common.io Modifier and Type Class Description class
AbstractIoServiceFactory
-
Uses of IoBaseCloseable in org.apache.sshd.common.io.nio2
Subclasses of IoBaseCloseable in org.apache.sshd.common.io.nio2 Modifier and Type Class Description class
Nio2Acceptor
class
Nio2Connector
TODO Add javadocclass
Nio2Service
class
Nio2ServiceFactory
class
Nio2Session
-
Uses of IoBaseCloseable in org.apache.sshd.common.kex
Subclasses of IoBaseCloseable in org.apache.sshd.common.kex Modifier and Type Class Description class
AbstractKexFactoryManager
-
Uses of IoBaseCloseable in org.apache.sshd.common.session.helpers
Subclasses of IoBaseCloseable in org.apache.sshd.common.session.helpers Modifier and Type Class 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 makeAbstractSession
class smaller -
Uses of IoBaseCloseable in org.apache.sshd.common.util.closeable
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.closeable Modifier and Type Class Description class
AbstractCloseable
Provides some default implementations for managing channel/connection open/close stateclass
AbstractInnerCloseable
class
FuturesCloseable<T extends SshFuture<T>>
class
ParallelCloseable
Waits for a group ofCloseable
s to complete in any order, then signals the completion by setting the "parent" future as closedclass
SequentialCloseable
Waits for a group ofCloseable
s to complete in the given order, then signals the completion by setting the "parent" future as closedclass
SimpleCloseable
-
Uses of IoBaseCloseable in org.apache.sshd.common.util.threads
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.threads Modifier and Type Class Description protected class
SshThreadPoolExecutor.DelegateCloseable
-
Uses of IoBaseCloseable in org.apache.sshd.server
Subclasses of IoBaseCloseable in org.apache.sshd.server Modifier and Type Class Description class
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of IoBaseCloseable in org.apache.sshd.server.channel
Subclasses of IoBaseCloseable in org.apache.sshd.server.channel Modifier and Type Class Description class
AbstractServerChannel
TODO Add javadocclass
ChannelSession
Server side channel sessionclass
ChannelSession.CommandCloseable
-
Uses of IoBaseCloseable in org.apache.sshd.server.forward
Subclasses of IoBaseCloseable in org.apache.sshd.server.forward Modifier and Type Class Description class
TcpipServerChannel
TODO Add javadoc -
Uses of IoBaseCloseable in org.apache.sshd.server.session
Subclasses of IoBaseCloseable in org.apache.sshd.server.session Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerConnectionService
Server sidessh-connection
service.class
ServerSessionImpl
The default implementation for aServerSession
class
ServerUserAuthService
-
Uses of IoBaseCloseable in org.apache.sshd.server.x11
Subclasses of IoBaseCloseable in org.apache.sshd.server.x11 Modifier and Type Class Description class
ChannelForwardedX11
class
DefaultX11ForwardSupport
-
Uses of IoBaseCloseable in org.apache.sshd.sftp.client.impl
Subclasses of IoBaseCloseable in org.apache.sshd.sftp.client.impl Modifier and Type Class Description protected class
DefaultSftpClient.SftpChannelSubsystem
-