Uses of Interface
org.apache.sshd.common.session.SessionContextHolder
-
-
Uses of SessionContextHolder in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SessionContextHolder Modifier and Type Class Description class
AgentForwardedChannel
class
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server. -
Uses of SessionContextHolder in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey that implement SessionContextHolder Modifier and Type Class Description class
AbstractKeyPairIterator<I extends PublicKeyIdentity>
class
SessionKeyPairIterator
class
SshAgentPublicKeyIterator
class
UserAuthPublicKeyIterator
-
Uses of SessionContextHolder in org.apache.sshd.client.channel
Subinterfaces of SessionContextHolder 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 SessionContextHolder 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 SessionContextHolder in org.apache.sshd.client.future
Subinterfaces of SessionContextHolder 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 SessionContextHolder Modifier and Type Class Description class
DefaultConnectFuture
A default implementation ofConnectFuture
. -
Uses of SessionContextHolder in org.apache.sshd.client.kex
Classes in org.apache.sshd.client.kex that implement SessionContextHolder Modifier and Type Class Description class
AbstractDHClientKeyExchange
class
DHGClient
Base class for DHG key exchange algorithms.class
DHGEXClient
-
Uses of SessionContextHolder in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement SessionContextHolder Modifier and Type Class Description class
ClientConnectionService
Client sidessh-connection
service.class
ClientUserAuthService
Client sidessh-auth
service. -
Uses of SessionContextHolder in org.apache.sshd.client.session.forward
Classes in org.apache.sshd.client.session.forward that implement SessionContextHolder Modifier and Type Class Description class
DynamicPortForwardingTracker
class
ExplicitPortForwardingTracker
class
PortForwardingTracker
-
Uses of SessionContextHolder in org.apache.sshd.client.subsystem
Subinterfaces of SessionContextHolder in org.apache.sshd.client.subsystem Modifier and Type Interface Description interface
SubsystemClient
Classes in org.apache.sshd.client.subsystem that implement SessionContextHolder Modifier and Type Class Description class
AbstractSubsystemClient
-
Uses of SessionContextHolder in org.apache.sshd.common
Subinterfaces of SessionContextHolder 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 SessionContextHolder in org.apache.sshd.common.channel
Subinterfaces of SessionContextHolder 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 SessionContextHolder Modifier and Type Class Description class
AbstractChannel
Provides common client/server channel functionality -
Uses of SessionContextHolder in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement SessionContextHolder Modifier and Type Class Description class
DefaultForwarder
Requests a "tcpip-forward" actionclass
TcpipClientChannel
TODO Add javadoc -
Uses of SessionContextHolder in org.apache.sshd.common.kex
Subinterfaces of SessionContextHolder in org.apache.sshd.common.kex Modifier and Type Interface Description interface
KeyExchange
Key exchange algorithm. -
Uses of SessionContextHolder in org.apache.sshd.common.kex.dh
Classes in org.apache.sshd.common.kex.dh that implement SessionContextHolder Modifier and Type Class Description class
AbstractDHKeyExchange
-
Uses of SessionContextHolder in org.apache.sshd.common.keyprovider
Classes in org.apache.sshd.common.keyprovider that implement SessionContextHolder Modifier and Type Class Description class
MultiKeyIdentityIterator
Iterates over severalKeyIdentityProvider
-s exhausting their keys one by one (lazily). -
Uses of SessionContextHolder in org.apache.sshd.common.session
Subinterfaces of SessionContextHolder in org.apache.sshd.common.session Modifier and Type Interface Description interface
ConnectionService
Interface implementing ssh-connection service.interface
SessionHolder<S extends Session>
Classes in org.apache.sshd.common.session that implement SessionContextHolder Modifier and Type Class Description class
SessionWorkBuffer
-
Uses of SessionContextHolder in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SessionContextHolder Modifier and Type Class Description class
AbstractConnectionService
Base implementation of ConnectionService. -
Uses of SessionContextHolder in org.apache.sshd.scp.client
Subinterfaces of SessionContextHolder 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 SessionContextHolder Modifier and Type Class Description class
AbstractScpClient
class
DefaultScpClient
-
Uses of SessionContextHolder in org.apache.sshd.scp.common
Classes in org.apache.sshd.scp.common that implement SessionContextHolder Modifier and Type Class Description class
ScpHelper
-
Uses of SessionContextHolder in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement SessionContextHolder 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 SessionContextHolder in org.apache.sshd.server.channel
Subinterfaces of SessionContextHolder in org.apache.sshd.server.channel Modifier and Type Interface Description interface
ServerChannel
Classes in org.apache.sshd.server.channel that implement SessionContextHolder Modifier and Type Class Description class
AbstractServerChannel
TODO Add javadocclass
ChannelSession
Server side channel session -
Uses of SessionContextHolder in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement SessionContextHolder 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 SessionContextHolder in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement SessionContextHolder Modifier and Type Class Description class
TcpipServerChannel
TODO Add javadoc -
Uses of SessionContextHolder in org.apache.sshd.server.kex
Classes in org.apache.sshd.server.kex that implement SessionContextHolder Modifier and Type Class Description class
AbstractDHServerKeyExchange
class
DHGEXServer
class
DHGServer
-
Uses of SessionContextHolder in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement SessionContextHolder Modifier and Type Class Description class
ServerConnectionService
Server sidessh-connection
service.class
ServerUserAuthService
-
Uses of SessionContextHolder in org.apache.sshd.server.shell
Subinterfaces of SessionContextHolder 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 SessionContextHolder Modifier and Type Class Description class
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes it -
Uses of SessionContextHolder in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement SessionContextHolder Modifier and Type Class Description class
ChannelForwardedX11
-
Uses of SessionContextHolder in org.apache.sshd.sftp.client
Subinterfaces of SessionContextHolder in org.apache.sshd.sftp.client Modifier and Type Interface Description interface
FullAccessSftpClient
Provides both structured and raw SFTP accessinterface
SftpClient
-
Uses of SessionContextHolder in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SessionContextHolder Modifier and Type Class Description class
SftpFileSystem
private class
SftpFileSystem.Wrapper
-
Uses of SessionContextHolder in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement SessionContextHolder Modifier and Type Class Description class
AbstractSftpClient
class
DefaultSftpClient
protected class
DefaultSftpClient.SftpChannelSubsystem
-
Uses of SessionContextHolder in org.apache.sshd.sftp.server
Subinterfaces of SessionContextHolder in org.apache.sshd.sftp.server Modifier and Type Interface Description interface
SftpSubsystemEnvironment
interface
SftpSubsystemProxy
Classes in org.apache.sshd.sftp.server that implement SessionContextHolder Modifier and Type Class Description class
AbstractSftpSubsystemHelper
class
SftpSubsystem
SFTP subsystem
-