Interface Service

All Superinterfaces:
AutoCloseable, Channel, Closeable, Closeable, PropertyResolver, SessionContextHolder, SessionHolder<Session>
All Known Subinterfaces:
ConnectionService
All Known Implementing Classes:
AbstractConnectionService, ClientConnectionService, ClientUserAuthService, ServerConnectionService, ServerUserAuthService

public interface Service extends SessionHolder<Session>, PropertyResolver, Closeable
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet. Examples include "ssh-userauth" and "ssh-connection" but developers are also free to implement their own custom service.
Author:
Apache MINA SSHD Project