Uses of Interface
org.apache.sshd.common.channel.RequestHandler
Packages that use RequestHandler
Package
Description
-
Uses of RequestHandler in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type RequestHandlerModifier and TypeFieldDescriptionstatic final 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 RequestHandlerModifierConstructorDescriptionprotectedAbstractClientChannel(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 RequestHandlerModifier and TypeClassDescriptionclassProvides a common base class for channel request handlers that deal with various "exit-XXX" requests.classclass -
Uses of RequestHandler in org.apache.sshd.client.global
Classes in org.apache.sshd.client.global that implement RequestHandlerModifier and TypeClassDescriptionclassA 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 RequestHandlerModifier and TypeFieldDescriptionprotected List<RequestHandler<ConnectionService>> BaseBuilder.globalRequestHandlersMethods in org.apache.sshd.common that return types with arguments of type RequestHandlerModifier and TypeMethodDescriptionFactoryManager.getGlobalRequestHandlers()Retrieve the list of global request handlers.Method parameters in org.apache.sshd.common with type arguments of type RequestHandlerModifier and TypeMethodDescriptionBaseBuilder.globalRequestHandlers(List<RequestHandler<ConnectionService>> globalRequestHandlers) -
Uses of RequestHandler in org.apache.sshd.common.channel
Subinterfaces of RequestHandler in org.apache.sshd.common.channelClasses in org.apache.sshd.common.channel that implement RequestHandlerModifier and TypeClassDescriptionclassclassFields in org.apache.sshd.common.channel with type parameters of type RequestHandlerModifier and TypeFieldDescriptionstatic final Function<ChannelRequestHandler, RequestHandler<Channel>> ChannelRequestHandler.CHANN2HNDLRprivate final List<RequestHandler<Channel>> AbstractChannel.requestHandlersMethods in org.apache.sshd.common.channel that return types with arguments of type RequestHandlerModifier and TypeMethodDescriptionAbstractChannel.getRequestHandlers()Channel.getRequestHandlers()Methods in org.apache.sshd.common.channel with parameters of type RequestHandlerModifier and TypeMethodDescriptionvoidAbstractChannel.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 RequestHandlerModifier and TypeMethodDescriptiondefault 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 RequestHandlerModifierConstructorDescriptionprotectedAbstractChannel(boolean client, Collection<? extends RequestHandler<Channel>> handlers) protectedAbstractChannel(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 RequestHandlerModifier and TypeClassDescriptionclassclassHandler 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 RequestHandlerModifier and TypeFieldDescriptionprotected List<RequestHandler<ConnectionService>> AbstractFactoryManager.globalRequestHandlersMethods in org.apache.sshd.common.helpers that return types with arguments of type RequestHandlerMethod parameters in org.apache.sshd.common.helpers with type arguments of type RequestHandlerModifier and TypeMethodDescriptionvoidAbstractFactoryManager.setGlobalRequestHandlers(List<RequestHandler<ConnectionService>> globalRequestHandlers) -
Uses of RequestHandler in org.apache.sshd.common.session
Subinterfaces of RequestHandler in org.apache.sshd.common.sessionFields in org.apache.sshd.common.session with type parameters of type RequestHandlerModifier and TypeFieldDescriptionstatic final 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 -
Uses of RequestHandler in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type RequestHandlerModifier and TypeFieldDescriptionstatic final 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 RequestHandlerModifier and TypeClassDescriptionclassHandles 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 RequestHandlerModifierConstructorDescriptionprotectedAbstractServerChannel(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 RequestHandlerModifier and TypeClassDescriptionclassHandler for "cancel-tcpip-forward" global request.classHandler for "no-more-sessions@xxx" global request.classAn initial handler for "hostkeys-prove-00@openssh.com" requestclassHandler for "tcpip-forward" global request.