Class ServerConnectionService

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.util.closeable.IoBaseCloseable
org.apache.sshd.common.util.closeable.AbstractCloseable
org.apache.sshd.common.util.closeable.AbstractInnerCloseable
org.apache.sshd.common.session.helpers.AbstractConnectionService
org.apache.sshd.server.session.ServerConnectionService
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, EventListener, org.apache.sshd.common.Closeable, PortForwardingEventListenerManager, PortForwardingEventListenerManagerHolder, org.apache.sshd.common.PropertyResolver, Service, ConnectionService, ReservedSessionMessagesHandler, org.apache.sshd.common.session.SessionContextHolder, org.apache.sshd.common.session.SessionHeartbeatController, SessionHolder<Session>, UnknownChannelReferenceHandlerManager, org.apache.sshd.common.util.SshdEventListener, ServerSessionHolder

public class ServerConnectionService extends AbstractConnectionService implements ServerSessionHolder
Server side ssh-connection service.
Author:
Apache MINA SSHD Project