Class AbstractSubsystemClient
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.client.subsystem.AbstractSubsystemClient
- All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ClientChannelHolder, ClientSessionHolder, SubsystemClient, ChannelHolder, NamedResource, SessionContextHolder, SessionHolder<ClientSession>
- Direct Known Subclasses:
AbstractSftpClient
public abstract class AbstractSubsystemClient
extends AbstractLoggingBean
implements SubsystemClient
-
Field Summary
Fields inherited from class AbstractLoggingBean
logFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ClientChannelHolder
getChannel, getClientChannelMethods inherited from interface ClientSessionHolder
getClientSessionMethods inherited from interface NamedResource
getNameMethods inherited from interface SessionHolder
getSessionContextMethods inherited from interface SubsystemClient
getSession
-
Constructor Details
-
AbstractSubsystemClient
protected AbstractSubsystemClient()
-
-
Method Details
-
toString
-