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