Uses of Class
org.apache.sshd.common.future.GlobalRequestFuture
Packages that use GlobalRequestFuture
-
Uses of GlobalRequestFuture in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return GlobalRequestFutureModifier and TypeMethodDescriptionSession.request
(Buffer buffer, String request, GlobalRequestFuture.ReplyHandler replyHandler) Send a global request and handle the reply asynchronously. -
Uses of GlobalRequestFuture in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers with type parameters of type GlobalRequestFutureModifier and TypeFieldDescriptionprivate final Deque
<GlobalRequestFuture> AbstractSession.pendingGlobalRequests
Used to wait for results of global requests sent withwant-reply = true
.Methods in org.apache.sshd.common.session.helpers that return GlobalRequestFutureModifier and TypeMethodDescriptionAbstractSession.request
(Buffer buffer, String request, GlobalRequestFuture.ReplyHandler replyHandler)