Package | Description |
---|---|
org.apache.sshd.common.session | |
org.apache.sshd.common.session.helpers |
Modifier and Type | Method and Description |
---|---|
GlobalRequestFuture |
Session.request(Buffer buffer,
java.lang.String request,
GlobalRequestFuture.ReplyHandler replyHandler)
Send a global request and handle the reply asynchronously.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<GlobalRequestFuture> |
AbstractSession.pendingGlobalRequests
Used to wait for results of global requests sent with
want-reply = true . |
Modifier and Type | Method and Description |
---|---|
GlobalRequestFuture |
AbstractSession.request(Buffer buffer,
java.lang.String request,
GlobalRequestFuture.ReplyHandler replyHandler) |