Package org.apache.sshd.client.session
Interface ClientSessionHolder
- All Known Subinterfaces:
ClientChannel,ConnectFuture,SubsystemClient,UserAuth
- All Known Implementing Classes:
AbstractClientChannel,AbstractDHClientKeyExchange,AbstractKeyPairIterator,AbstractSubsystemClient,AbstractUserAuth,AgentForwardedChannel,AgentForwardedChannel,AsyncCapableClientChannel,ChannelDirectTcpip,ChannelExec,ChannelForwardedX11,ChannelSession,ChannelShell,ChannelSubsystem,ClientConnectionService,ClientUserAuthService,DefaultConnectFuture,DHGClient,DHGEXClient,DynamicPortForwardingTracker,ExplicitPortForwardingTracker,PortForwardingTracker,PtyCapableChannelSession,SessionKeyPairIterator,SshAgentPublicKeyIterator,TcpipClientChannel,UserAuthHostBased,UserAuthKeyboardInteractive,UserAuthPassword,UserAuthPublicKey,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
-
getClientSession
ClientSession getClientSession()- Returns:
- The underlying
ClientSessionused
-