Package org.apache.sshd.common.session
Interface SessionContextHolder
-
- All Known Subinterfaces:
Channel
,ClientChannel
,CloseableScpClient
,ConnectFuture
,ConnectionService
,InvertedShell
,KeyExchange
,ScpClient
,ServerChannel
,Service
,SessionHolder<S>
,SftpClient
,SftpSubsystemEnvironment
,SubsystemClient
- All Known Implementing Classes:
AbstractChannel
,AbstractClientChannel
,AbstractCommandSupport
,AbstractConnectionService
,AbstractDHClientKeyExchange
,AbstractDHKeyExchange
,AbstractDHServerKeyExchange
,AbstractFileSystemCommand
,AbstractKeyPairIterator
,AbstractScpClient
,AbstractServerChannel
,AbstractSftpClient
,AbstractSftpSubsystemHelper
,AbstractSubsystemClient
,AgentForwardedChannel
,ChannelAgentForwarding
,ChannelDirectTcpip
,ChannelExec
,ChannelForwardedX11
,ChannelSession
,ChannelSession
,ChannelShell
,ChannelSubsystem
,ClientConnectionService
,ClientUserAuthService
,DefaultConnectFuture
,DefaultForwardingFilter
,DefaultScpClient
,DefaultSftpClient
,DHGClient
,DHGEXClient
,DHGEXServer
,DHGServer
,DynamicPortForwardingTracker
,ExplicitPortForwardingTracker
,MultiKeyIdentityIterator
,PortForwardingTracker
,ProcessShell
,PtyCapableChannelSession
,ScpCommand
,ScpHelper
,ServerConnectionService
,ServerUserAuthService
,SessionKeyPairIterator
,SessionWorkBuffer
,SftpFileSystem
,SftpSubsystem
,SshAgentPublicKeyIterator
,TcpipClientChannel
,TcpipServerChannel
,UserAuthPublicKeyIterator
public interface SessionContextHolder
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionContext
getSessionContext()
-
-
-
Method Detail
-
getSessionContext
SessionContext getSessionContext()
-
-