Class AbstractSimpleClient
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.client.simple.AbstractSimpleClient
- All Implemented Interfaces:
Closeable, AutoCloseable, Channel, SimpleClient, SimpleClientConfigurator, SimpleSessionClient
- Direct Known Subclasses:
AbstractSimpleClientSessionCreator
public abstract class AbstractSimpleClient
extends org.apache.sshd.common.util.logging.AbstractLoggingBean
implements SimpleClient
- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
logFields inherited from interface SimpleClientConfigurator
DEFAULT_AUTHENTICATION_TIMEOUT, DEFAULT_CONNECT_TIMEOUT, DEFAULT_PORT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.util.logging.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, toString, wait, wait, waitMethods inherited from interface SimpleClientConfigurator
getAuthenticationTimeout, getConnectTimeout, setAuthenticationTimeout, setConnectTimeoutMethods inherited from interface SimpleSessionClient
sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin, sessionLogin
-
Constructor Details
-
AbstractSimpleClient
protected AbstractSimpleClient()
-