Uses of Interface
org.apache.sshd.common.channel.RequestHandler
-
-
Uses of RequestHandler in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type RequestHandler Modifier and Type Field Description static List<RequestHandler<ConnectionService>>ClientBuilder. DEFAULT_GLOBAL_REQUEST_HANDLERS -
Uses of RequestHandler in org.apache.sshd.client.channel
Constructor parameters in org.apache.sshd.client.channel with type arguments of type RequestHandler Constructor Description AbstractClientChannel(String type, Collection<? extends RequestHandler<Channel>> handlers) -
Uses of RequestHandler in org.apache.sshd.client.channel.exit
Classes in org.apache.sshd.client.channel.exit that implement RequestHandler Modifier and Type Class Description classAbstractChannelExitRequestHandler<V>Provides a common base class for channel request handlers that deal with various "exit-XXX" requests.classExitSignalChannelRequestHandlerclassExitStatusChannelRequestHandler -
Uses of RequestHandler in org.apache.sshd.client.global
Classes in org.apache.sshd.client.global that implement RequestHandler Modifier and Type Class Description classOpenSshHostKeysHandlerA handler for the "hostkeys-00@openssh.com" request - for now, only reads the presented host key. -
Uses of RequestHandler in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type RequestHandler Modifier and Type Field Description protected List<RequestHandler<ConnectionService>>BaseBuilder. globalRequestHandlersMethods in org.apache.sshd.common that return types with arguments of type RequestHandler Modifier and Type Method Description List<RequestHandler<ConnectionService>>FactoryManager. getGlobalRequestHandlers()Retrieve the list of global request handlers.Method parameters in org.apache.sshd.common with type arguments of type RequestHandler Modifier and Type Method Description SBaseBuilder. globalRequestHandlers(List<RequestHandler<ConnectionService>> globalRequestHandlers) -
Uses of RequestHandler in org.apache.sshd.common.channel
Subinterfaces of RequestHandler in org.apache.sshd.common.channel Modifier and Type Interface Description interfaceChannelRequestHandlerClasses in org.apache.sshd.common.channel that implement RequestHandler Modifier and Type Class Description classAbstractChannelRequestHandlerclassAbstractRequestHandler<T>Fields in org.apache.sshd.common.channel with type parameters of type RequestHandler Modifier and Type Field Description static Function<ChannelRequestHandler,RequestHandler<Channel>>ChannelRequestHandler. CHANN2HNDLRMethods in org.apache.sshd.common.channel that return types with arguments of type RequestHandler Modifier and Type Method Description List<RequestHandler<Channel>>AbstractChannel. getRequestHandlers()List<RequestHandler<Channel>>Channel. getRequestHandlers()Methods in org.apache.sshd.common.channel with parameters of type RequestHandler Modifier and Type Method Description voidAbstractChannel. addRequestHandler(RequestHandler<Channel> handler)voidChannel. addRequestHandler(RequestHandler<Channel> handler)voidAbstractChannel. removeRequestHandler(RequestHandler<Channel> handler)voidChannel. removeRequestHandler(RequestHandler<Channel> handler)Method parameters in org.apache.sshd.common.channel with type arguments of type RequestHandler Modifier and Type Method Description default voidChannel. addRequestHandlers(Collection<? extends RequestHandler<Channel>> handlers)default voidChannel. removeRequestHandlers(Collection<? extends RequestHandler<Channel>> handlers)Constructor parameters in org.apache.sshd.common.channel with type arguments of type RequestHandler Constructor Description AbstractChannel(boolean client, Collection<? extends RequestHandler<Channel>> handlers)AbstractChannel(String discriminator, boolean client, Collection<? extends RequestHandler<Channel>> handlers, CloseableExecutorService executorService) -
Uses of RequestHandler in org.apache.sshd.common.global
Classes in org.apache.sshd.common.global that implement RequestHandler Modifier and Type Class Description classAbstractOpenSshHostKeysHandlerclassKeepAliveHandlerHandler for "keepalive@xxx" global request. -
Uses of RequestHandler in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers with type parameters of type RequestHandler Modifier and Type Field Description protected List<RequestHandler<ConnectionService>>AbstractFactoryManager. globalRequestHandlersMethods in org.apache.sshd.common.helpers that return types with arguments of type RequestHandler Modifier and Type Method Description List<RequestHandler<ConnectionService>>AbstractFactoryManager. getGlobalRequestHandlers()Method parameters in org.apache.sshd.common.helpers with type arguments of type RequestHandler Modifier and Type Method Description voidAbstractFactoryManager. setGlobalRequestHandlers(List<RequestHandler<ConnectionService>> globalRequestHandlers) -
Uses of RequestHandler in org.apache.sshd.common.session
Subinterfaces of RequestHandler in org.apache.sshd.common.session Modifier and Type Interface Description interfaceConnectionServiceRequestHandlerFields in org.apache.sshd.common.session with type parameters of type RequestHandler Modifier and Type Field Description static Function<ConnectionServiceRequestHandler,RequestHandler<ConnectionService>>ConnectionServiceRequestHandler. SVC2HNDLR -
Uses of RequestHandler in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement RequestHandler Modifier and Type Class Description classAbstractConnectionServiceRequestHandler -
Uses of RequestHandler in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type RequestHandler Modifier and Type Field Description static List<RequestHandler<ConnectionService>>ServerBuilder. DEFAULT_GLOBAL_REQUEST_HANDLERS -
Uses of RequestHandler in org.apache.sshd.server.channel
Classes in org.apache.sshd.server.channel that implement RequestHandler Modifier and Type Class Description classPuttyRequestHandlerHandles Putty specific channel requests as indicated by Appendix F: SSH-2 names specified for PuTTYConstructor parameters in org.apache.sshd.server.channel with type arguments of type RequestHandler Constructor Description AbstractServerChannel(String discriminator, Collection<? extends RequestHandler<Channel>> handlers, CloseableExecutorService executor)ChannelSession(Collection<? extends RequestHandler<Channel>> handlers) -
Uses of RequestHandler in org.apache.sshd.server.global
Classes in org.apache.sshd.server.global that implement RequestHandler 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.
-