Uses of Interface
org.apache.sshd.common.session.ConnectionServiceRequestHandler
-
-
Uses of ConnectionServiceRequestHandler in org.apache.sshd.client.global
Classes in org.apache.sshd.client.global that implement ConnectionServiceRequestHandler Modifier and Type Class Description class
OpenSshHostKeysHandler
A handler for the "hostkeys-00@openssh.com" request - for now, only reads the presented host key. -
Uses of ConnectionServiceRequestHandler in org.apache.sshd.common.global
Classes in org.apache.sshd.common.global that implement ConnectionServiceRequestHandler Modifier and Type Class Description class
AbstractOpenSshHostKeysHandler
-
Uses of ConnectionServiceRequestHandler in org.apache.sshd.common.session
Fields in org.apache.sshd.common.session with type parameters of type ConnectionServiceRequestHandler Modifier and Type Field Description static Function<ConnectionServiceRequestHandler,RequestHandler<ConnectionService>>
ConnectionServiceRequestHandler. SVC2HNDLR
-
Uses of ConnectionServiceRequestHandler in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement ConnectionServiceRequestHandler Modifier and Type Class Description class
AbstractConnectionServiceRequestHandler
-
Uses of ConnectionServiceRequestHandler in org.apache.sshd.server.global
Classes in org.apache.sshd.server.global that implement ConnectionServiceRequestHandler Modifier and Type Class Description class
CancelTcpipForwardHandler
Handler for "cancel-tcpip-forward" global request.class
KeepAliveHandler
Handler for "keepalive@xxx" global request.class
NoMoreSessionsHandler
Handler for "no-more-sessions@xxx" global request.class
OpenSshHostKeysHandler
An initial handler for "hostkeys-prove-00@openssh.com" requestclass
TcpipForwardHandler
Handler for "tcpip-forward" global request.
-