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 RequestHandlerModifierConstructorDescriptionprotected
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 RequestHandlerModifier and TypeClassDescriptionclass
Provides a common base class for channel request handlers that deal with various "exit-XXX
" requests.class
class
-
Uses of RequestHandler in org.apache.sshd.client.global
Classes in org.apache.sshd.client.global that implement RequestHandlerModifier and TypeClassDescriptionclass
A 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.globalRequestHandlers
Methods 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 TypeClassDescriptionclass
class
Fields in org.apache.sshd.common.channel with type parameters of type RequestHandlerModifier and TypeFieldDescriptionstatic final Function<ChannelRequestHandler,
RequestHandler<Channel>> ChannelRequestHandler.CHANN2HNDLR
private final List<RequestHandler<Channel>>
AbstractChannel.requestHandlers
Methods 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 TypeMethodDescriptionvoid
AbstractChannel.addRequestHandler
(RequestHandler<Channel> handler) void
Channel.addRequestHandler
(RequestHandler<Channel> handler) void
AbstractChannel.removeRequestHandler
(RequestHandler<Channel> handler) void
Channel.removeRequestHandler
(RequestHandler<Channel> handler) Method parameters in org.apache.sshd.common.channel with type arguments of type RequestHandlerModifier and TypeMethodDescriptiondefault void
Channel.addRequestHandlers
(Collection<? extends RequestHandler<Channel>> handlers) default void
Channel.removeRequestHandlers
(Collection<? extends RequestHandler<Channel>> handlers) Constructor parameters in org.apache.sshd.common.channel with type arguments of type RequestHandlerModifierConstructorDescriptionprotected
AbstractChannel
(boolean client, Collection<? extends RequestHandler<Channel>> handlers) protected
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 -
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.globalRequestHandlers
Methods 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 TypeMethodDescriptionvoid
AbstractFactoryManager.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 TypeClassDescriptionclass
Handles 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 RequestHandlerModifierConstructorDescriptionprotected
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 RequestHandlerModifier 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.