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 classOpenSshHostKeysHandlerA 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 classAbstractOpenSshHostKeysHandlerclassKeepAliveHandlerHandler for "keepalive@xxx" global request. -
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 classAbstractConnectionServiceRequestHandler -
Uses of ConnectionServiceRequestHandler in org.apache.sshd.server.global
Classes in org.apache.sshd.server.global that implement ConnectionServiceRequestHandler Modifier and Type Class Description classCancelTcpipForwardHandlerHandler for "cancel-tcpip-forward" global request.classNoMoreSessionsHandlerHandler for "no-more-sessions@xxx" global request.classOpenSshHostKeysHandlerAn initial handler for "hostkeys-prove-00@openssh.com" requestclassTcpipForwardHandlerHandler for "tcpip-forward" global request.
-