Uses of Class
org.apache.sshd.common.future.GlobalRequestFuture
-
Packages that use GlobalRequestFuture Package Description org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of GlobalRequestFuture in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return GlobalRequestFuture Modifier and Type Method Description GlobalRequestFuture
Session. request(Buffer buffer, java.lang.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 GlobalRequestFuture Modifier and Type Field Description private java.util.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 GlobalRequestFuture Modifier and Type Method Description GlobalRequestFuture
AbstractSession. request(Buffer buffer, java.lang.String request, GlobalRequestFuture.ReplyHandler replyHandler)
-