Uses of Interface
org.apache.sshd.common.session.ConnectionServiceRequestHandler
Packages that use ConnectionServiceRequestHandler
Package
Description
-
Uses of ConnectionServiceRequestHandler in org.apache.sshd.client.global
Classes in org.apache.sshd.client.global that implement ConnectionServiceRequestHandlerModifier and TypeClassDescriptionclass
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 -
Uses of ConnectionServiceRequestHandler in org.apache.sshd.common.session
Fields in org.apache.sshd.common.session with type parameters of type ConnectionServiceRequestHandlerModifier and TypeFieldDescriptionstatic final 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 -
Uses of ConnectionServiceRequestHandler in org.apache.sshd.server.global
Classes in org.apache.sshd.server.global that implement ConnectionServiceRequestHandlerModifier and TypeClassDescriptionclass
Handler for "cancel-tcpip-forward" global request.class
Handler for "keepalive@xxx" global request.class
Handler for "no-more-sessions@xxx" global request.class
An initial handler for "hostkeys-prove-00@openssh.com" requestclass
Handler for "tcpip-forward" global request.