Package org.apache.sshd.client.channel
Interface ClientChannelHolder
- All Superinterfaces:
ChannelHolder
- All Known Subinterfaces:
FullAccessSftpClient,SftpClient,SubsystemClient
- All Known Implementing Classes:
AbstractSftpClient,AbstractSubsystemClient,DefaultSftpClient,SftpFileSystem.Wrapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
TODO Add javadoc
-
Method Summary
-
Method Details
-
getChannel
- Specified by:
getChannelin interfaceChannelHolder- Returns:
- The associated
Channelinstance
-
getClientChannel
ClientChannel getClientChannel()- Returns:
- The underlying
ClientChannelused
-