Uses of Interface
org.apache.sshd.common.session.SessionHolder
-
-
Uses of SessionHolder in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SessionHolder Modifier and Type Class Description class
AgentForwardedChannel
class
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server. -
Uses of SessionHolder in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey that implement SessionHolder Modifier and Type Class Description class
AbstractKeyPairIterator<I extends PublicKeyIdentity>
class
SessionKeyPairIterator
class
SshAgentPublicKeyIterator
class
UserAuthPublicKeyIterator
-
Uses of SessionHolder in org.apache.sshd.client.channel
Subinterfaces of SessionHolder in org.apache.sshd.client.channel Modifier and Type Interface Description interface
ClientChannel
A client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement SessionHolder 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 SessionHolder in org.apache.sshd.client.future
Subinterfaces of SessionHolder in org.apache.sshd.client.future Modifier and Type Interface Description interface
ConnectFuture
AnSshFuture
for asynchronous connections requests.Classes in org.apache.sshd.client.future that implement SessionHolder Modifier and Type Class Description class
DefaultConnectFuture
A default implementation ofConnectFuture
. -
Uses of SessionHolder in org.apache.sshd.client.kex
Classes in org.apache.sshd.client.kex that implement SessionHolder Modifier and Type Class Description class
AbstractDHClientKeyExchange
class
DHGClient
Base class for DHG key exchange algorithms.class
DHGEXClient
-
Uses of SessionHolder in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement SessionHolder Modifier and Type Class Description class
ClientConnectionService
Client sidessh-connection
service.class
ClientUserAuthService
Client sidessh-auth
service. -
Uses of SessionHolder in org.apache.sshd.client.session.forward
Classes in org.apache.sshd.client.session.forward that implement SessionHolder Modifier and Type Class Description class
DynamicPortForwardingTracker
class
ExplicitPortForwardingTracker
class
PortForwardingTracker
-
Uses of SessionHolder in org.apache.sshd.client.subsystem
Subinterfaces of SessionHolder in org.apache.sshd.client.subsystem Modifier and Type Interface Description interface
SubsystemClient
Classes in org.apache.sshd.client.subsystem that implement SessionHolder Modifier and Type Class Description class
AbstractSubsystemClient
-
Uses of SessionHolder in org.apache.sshd.common
Subinterfaces of SessionHolder in org.apache.sshd.common Modifier and Type Interface Description interface
Service
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet. -
Uses of SessionHolder in org.apache.sshd.common.channel
Subinterfaces of SessionHolder in org.apache.sshd.common.channel Modifier and Type Interface Description interface
Channel
Represents a channel opened over an SSH session - holds information that is common both to server and client channels.Classes in org.apache.sshd.common.channel that implement SessionHolder Modifier and Type Class Description class
AbstractChannel
Provides common client/server channel functionality -
Uses of SessionHolder in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement SessionHolder Modifier and Type Class Description class
DefaultForwarder
Requests a "tcpip-forward" actionclass
TcpipClientChannel
TODO Add javadoc -
Uses of SessionHolder in org.apache.sshd.common.kex
Subinterfaces of SessionHolder in org.apache.sshd.common.kex Modifier and Type Interface Description interface
KeyExchange
Key exchange algorithm. -
Uses of SessionHolder in org.apache.sshd.common.kex.dh
Classes in org.apache.sshd.common.kex.dh that implement SessionHolder Modifier and Type Class Description class
AbstractDHKeyExchange
-
Uses of SessionHolder in org.apache.sshd.common.session
Subinterfaces of SessionHolder in org.apache.sshd.common.session Modifier and Type Interface Description interface
ConnectionService
Interface implementing ssh-connection service.Classes in org.apache.sshd.common.session that implement SessionHolder Modifier and Type Class Description class
SessionWorkBuffer
-
Uses of SessionHolder in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SessionHolder Modifier and Type Class Description class
AbstractConnectionService
Base implementation of ConnectionService. -
Uses of SessionHolder in org.apache.sshd.scp.client
Subinterfaces of SessionHolder in org.apache.sshd.scp.client Modifier and Type Interface Description interface
CloseableScpClient
AnScpClient
wrapper that also closes the underlying session when closedinterface
ScpClient
Classes in org.apache.sshd.scp.client that implement SessionHolder Modifier and Type Class Description class
AbstractScpClient
class
DefaultScpClient
-
Uses of SessionHolder in org.apache.sshd.scp.common
Classes in org.apache.sshd.scp.common that implement SessionHolder Modifier and Type Class Description class
ScpHelper
-
Uses of SessionHolder in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement SessionHolder Modifier and Type Class Description class
ScpCommand
This commands provide SCP support on both server and client side.class
ScpShell
This commands SCP support for a ChannelSession. -
Uses of SessionHolder in org.apache.sshd.server.channel
Subinterfaces of SessionHolder in org.apache.sshd.server.channel Modifier and Type Interface Description interface
ServerChannel
Classes in org.apache.sshd.server.channel that implement SessionHolder Modifier and Type Class Description class
AbstractServerChannel
TODO Add javadocclass
ChannelSession
Server side channel session -
Uses of SessionHolder in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement SessionHolder Modifier and Type Class Description class
AbstractCommandSupport
Provides a basic useful skeleton forCommand
executionsclass
AbstractFileSystemCommand
Provides a basic useful skeleton forCommand
executions that require file system access -
Uses of SessionHolder in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement SessionHolder Modifier and Type Class Description class
TcpipServerChannel
TODO Add javadoc -
Uses of SessionHolder in org.apache.sshd.server.kex
Classes in org.apache.sshd.server.kex that implement SessionHolder Modifier and Type Class Description class
AbstractDHServerKeyExchange
class
DHGEXServer
class
DHGServer
-
Uses of SessionHolder in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement SessionHolder Modifier and Type Class Description class
ServerConnectionService
Server sidessh-connection
service.class
ServerUserAuthService
-
Uses of SessionHolder in org.apache.sshd.server.shell
Subinterfaces of SessionHolder in org.apache.sshd.server.shell Modifier and Type Interface Description interface
InvertedShell
This shell have inverted streams, such as the one obtained when launching a newProcess
from java.Classes in org.apache.sshd.server.shell that implement SessionHolder Modifier and Type Class Description class
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes it -
Uses of SessionHolder in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement SessionHolder Modifier and Type Class Description class
ChannelForwardedX11
-
Uses of SessionHolder in org.apache.sshd.sftp.client
Subinterfaces of SessionHolder in org.apache.sshd.sftp.client Modifier and Type Interface Description interface
FullAccessSftpClient
Provides both structured and raw SFTP accessinterface
SftpClient
-
Uses of SessionHolder in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SessionHolder Modifier and Type Class Description class
SftpFileSystem
-
Uses of SessionHolder in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement SessionHolder Modifier and Type Class Description class
AbstractSftpClient
class
DefaultSftpClient
protected class
DefaultSftpClient.SftpChannelSubsystem
-
Uses of SessionHolder in org.apache.sshd.sftp.server
Subinterfaces of SessionHolder in org.apache.sshd.sftp.server Modifier and Type Interface Description interface
SftpSubsystemEnvironment
interface
SftpSubsystemProxy
Classes in org.apache.sshd.sftp.server that implement SessionHolder Modifier and Type Class Description class
AbstractSftpSubsystemHelper
class
SftpSubsystem
SFTP subsystem
-