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
Methods 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 TypeMethodDescriptionConnectionService.request(org.apache.sshd.common.util.buffer.Buffer buffer, String request, GlobalRequestFuture.ReplyHandler replyHandler) Send a global request and handle the reply asynchronously.Session.request(org.apache.sshd.common.util.buffer.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 TypeMethodDescriptionAbstractConnectionService.request(org.apache.sshd.common.util.buffer.Buffer buffer, String request, GlobalRequestFuture.ReplyHandler replyHandler) AbstractSession.request(org.apache.sshd.common.util.buffer.Buffer buffer, String request, GlobalRequestFuture.ReplyHandler replyHandler)