Package org.apache.sshd.client.subsystem
Interface SubsystemClient
-
- All Superinterfaces:
java.lang.AutoCloseable,java.nio.channels.Channel,ChannelHolder,ClientChannelHolder,ClientSessionHolder,java.io.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, java.nio.channels.Channel, ClientChannelHolder
-
-
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>
-
-