Package org.apache.sshd.client.channel
Interface ClientChannelHolder
-
- All Superinterfaces:
ChannelHolder
- All Known Subinterfaces:
SubsystemClient
- All Known Implementing Classes:
AbstractSubsystemClient
- 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 ClientChannelHolder extends ChannelHolder
TODO Add javadoc- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ChannelgetChannel()ClientChannelgetClientChannel()
-
-
-
Method Detail
-
getChannel
default Channel getChannel()
- Specified by:
getChannelin interfaceChannelHolder- Returns:
- The associated
Channelinstance
-
getClientChannel
ClientChannel getClientChannel()
- Returns:
- The underlying
ClientChannelused
-
-