Package org.apache.sshd.client.subsystem
Interface SubsystemClient
- All Superinterfaces:
AutoCloseable
,Channel
,ChannelHolder
,ClientChannelHolder
,ClientSessionHolder
,Closeable
,NamedResource
,SessionContextHolder
,SessionHolder<ClientSession>
- All Known Subinterfaces:
FullAccessSftpClient
,SftpClient
- All Known Implementing Classes:
AbstractSftpClient
,AbstractSubsystemClient
,DefaultSftpClient
,SftpFileSystem.Wrapper
public interface SubsystemClient
extends SessionHolder<ClientSession>, ClientSessionHolder, NamedResource, Channel, ClientChannelHolder
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Method Summary
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 Details
-
getSession
- Specified by:
getSession
in interfaceSessionHolder<ClientSession>
-