Package org.apache.sshd.common.session
Interface SessionContextHolder
-
- All Known Subinterfaces:
Channel
,ClientChannel
,CloseableScpClient
,ConnectFuture
,ConnectionService
,FullAccessSftpClient
,InvertedShell
,KeyExchange
,ScpClient
,ServerChannel
,Service
,SessionHolder<S>
,SftpClient
,SftpSubsystemEnvironment
,SftpSubsystemProxy
,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
,DefaultForwarder
,DefaultScpClient
,DefaultSftpClient
,DefaultSftpClient.SftpChannelSubsystem
,DHGClient
,DHGEXClient
,DHGEXServer
,DHGServer
,DynamicPortForwardingTracker
,ExplicitPortForwardingTracker
,MultiKeyIdentityIterator
,PortForwardingTracker
,ProcessShell
,PtyCapableChannelSession
,ScpCommand
,ScpHelper
,ScpShell
,ServerConnectionService
,ServerUserAuthService
,SessionKeyPairIterator
,SessionWorkBuffer
,SftpFileSystem
,SftpFileSystem.Wrapper
,SftpFileSystemAutomatic
,SftpSubsystem
,SshAgentPublicKeyIterator
,TcpipClientChannel
,TcpipServerChannel
,UserAuthPublicKeyIterator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SessionContextHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionContext
getSessionContext()
-
-
-
Method Detail
-
getSessionContext
SessionContext getSessionContext()
-
-