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,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.
@FunctionalInterface public interface ClientSessionHolder
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientSessiongetClientSession()
-
-
-
Method Detail
-
getClientSession
ClientSession getClientSession()
- Returns:
- The underlying
ClientSessionused
-
-