Uses of Interface
org.apache.sshd.common.future.GlobalRequestFuture.ReplyHandler
Packages that use GlobalRequestFuture.ReplyHandler
Package
Description
-
Uses of GlobalRequestFuture.ReplyHandler in org.apache.sshd.common.future
Fields in org.apache.sshd.common.future declared as GlobalRequestFuture.ReplyHandlerModifier and TypeFieldDescriptionprivate final GlobalRequestFuture.ReplyHandlerGlobalRequestFuture.handlerMethods in org.apache.sshd.common.future that return GlobalRequestFuture.ReplyHandlerModifier and TypeMethodDescriptionGlobalRequestFuture.getHandler()Retrieves theGlobalRequestFuture.ReplyHandlerof this future, if any.Constructors in org.apache.sshd.common.future with parameters of type GlobalRequestFuture.ReplyHandlerModifierConstructorDescriptionGlobalRequestFuture(String request, GlobalRequestFuture.ReplyHandler handler) Creates a newGlobalRequestFuturefor a global request. -
Uses of GlobalRequestFuture.ReplyHandler in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session with parameters of type GlobalRequestFuture.ReplyHandlerModifier and TypeMethodDescriptionSession.request(Buffer buffer, String request, GlobalRequestFuture.ReplyHandler replyHandler) Send a global request and handle the reply asynchronously. -
Uses of GlobalRequestFuture.ReplyHandler in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers with parameters of type GlobalRequestFuture.ReplyHandlerModifier and TypeMethodDescriptionAbstractSession.request(Buffer buffer, String request, GlobalRequestFuture.ReplyHandler replyHandler)