| Package | Description |
|---|---|
| org.apache.sshd.common.future | |
| org.apache.sshd.common.session | |
| org.apache.sshd.common.session.helpers |
| Modifier and Type | Method and Description |
|---|---|
GlobalRequestFuture.ReplyHandler |
GlobalRequestFuture.getHandler()
Retrieves the
GlobalRequestFuture.ReplyHandler of this future, if any. |
| Constructor and Description |
|---|
GlobalRequestFuture(String request,
GlobalRequestFuture.ReplyHandler handler)
Creates a new
GlobalRequestFuture for a global request. |
| Modifier and Type | Method and Description |
|---|---|
GlobalRequestFuture |
Session.request(Buffer buffer,
String request,
GlobalRequestFuture.ReplyHandler replyHandler)
Send a global request and handle the reply asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalRequestFuture |
AbstractSession.request(Buffer buffer,
String request,
GlobalRequestFuture.ReplyHandler replyHandler) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.