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, getClientChannelMethods inherited from interface org.apache.sshd.client.session.ClientSessionHolder
getClientSessionMethods inherited from interface org.apache.sshd.common.NamedResource
getNameMethods inherited from interface org.apache.sshd.common.session.SessionHolder
getSessionContext
-
Method Details
-
getSession
- Specified by:
getSessionin interfaceSessionHolder<ClientSession>
-