Package org.apache.sshd.client.subsystem
Interface SubsystemClient
-
- All Superinterfaces:
AutoCloseable,Channel,ChannelHolder,ClientChannelHolder,ClientSessionHolder,Closeable,NamedResource,SessionContextHolder,SessionHolder<ClientSession>
- All Known Implementing Classes:
AbstractSubsystemClient
public interface SubsystemClient extends SessionHolder<ClientSession>, ClientSessionHolder, NamedResource, Channel, ClientChannelHolder
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ClientSessiongetSession()-
Methods inherited from interface org.apache.sshd.client.channel.ClientChannelHolder
getChannel, getClientChannel
-
Methods inherited from interface org.apache.sshd.client.session.ClientSessionHolder
getClientSession
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.session.SessionHolder
getSessionContext
-
-
-
-
Method Detail
-
getSession
default ClientSession getSession()
- Specified by:
getSessionin interfaceSessionHolder<ClientSession>
-
-