Uses of Class
org.apache.sshd.common.future.GlobalRequestFuture
Packages that use GlobalRequestFuture
Package
Description
-
Uses of GlobalRequestFuture in org.apache.sshd.common.future
Subclasses with type arguments of type GlobalRequestFuture in org.apache.sshd.common.futureModifier and TypeClassDescriptionclassADefaultSshFuturethat can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent withwant-reply = true. -
Uses of GlobalRequestFuture in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return GlobalRequestFutureModifier 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 in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that return GlobalRequestFutureModifier 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)