Package org.apache.sshd.client.session
Interface ClientSessionHolder
- All Known Subinterfaces:
ClientChannel,CloseableScpClient,ConnectFuture,FullAccessSftpClient,ScpClient,SftpClient,SubsystemClient,UserAuth
- All Known Implementing Classes:
AbstractClientChannel,AbstractDHClientKeyExchange,AbstractKeyPairIterator,AbstractScpClient,AbstractSftpClient,AbstractSubsystemClient,AbstractUserAuth,AgentForwardedChannel,ChannelDirectTcpip,ChannelExec,ChannelForwardedX11,ChannelSession,ChannelShell,ChannelSubsystem,ClientConnectionService,ClientUserAuthService,DefaultConnectFuture,DefaultScpClient,DefaultSftpClient,DefaultSftpClient.SftpChannelSubsystem,DHGClient,DHGEXClient,DynamicPortForwardingTracker,ExplicitPortForwardingTracker,PortForwardingTracker,PtyCapableChannelSession,SessionKeyPairIterator,SftpFileSystem,SftpFileSystem.Wrapper,SftpFileSystemAutomatic,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.
-
Method Summary
-
Method Details
-
getClientSession
ClientSession getClientSession()- Returns:
- The underlying
ClientSessionused
-