Package org.apache.sshd.common.session
Interface SessionHolder<S extends Session>
- Type Parameters:
S- Type ofSessionbeing held
- All Superinterfaces:
SessionContextHolder
- All Known Subinterfaces:
Channel,ClientChannel,ConnectFuture,ConnectionService,InvertedShell,KeyExchange,ServerChannel,Service,SubsystemClient
- All Known Implementing Classes:
AbstractChannel,AbstractClientChannel,AbstractCommandSupport,AbstractConnectionService,AbstractDHClientKeyExchange,AbstractDHKeyExchange,AbstractDHServerKeyExchange,AbstractFileSystemCommand,AbstractKeyPairIterator,AbstractServerChannel,AbstractSubsystemClient,AgentForwardedChannel,AgentForwardedChannel,AsyncCapableClientChannel,ChannelAgentForwarding,ChannelAgentForwarding,ChannelDirectTcpip,ChannelExec,ChannelForwardedX11,ChannelSession,ChannelSession,ChannelShell,ChannelSubsystem,ClientConnectionService,ClientUserAuthService,DefaultConnectFuture,DefaultForwarder,DHGClient,DHGEXClient,DHGEXServer,DHGServer,DynamicPortForwardingTracker,ExplicitPortForwardingTracker,PortForwardingTracker,ProcessShell,PtyCapableChannelSession,ServerConnectionService,ServerUserAuthService,SessionKeyPairIterator,SessionWorkBuffer,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.
- Author:
- Apache MINA SSHD Project
-
Method Summary
-
Method Details
-
getSessionContext
- Specified by:
getSessionContextin interfaceSessionContextHolder
-
getSession
S getSession()
-