| Package | Description |
|---|---|
| org.apache.sshd.common.channel | |
| org.apache.sshd.common.io | |
| org.apache.sshd.common.io.mina | |
| org.apache.sshd.common.io.nio2 | |
| org.apache.sshd.common.session |
| Modifier and Type | Class and Description |
|---|---|
class |
IoWriteFutureImpl |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
ChannelAsyncOutputStream.write(Buffer buffer) |
IoWriteFuture |
BufferedIoOutputStream.write(Buffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIoWriteFuture |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
IoSession.write(Buffer buffer)
Write a packet on the socket.
|
IoWriteFuture |
IoOutputStream.write(Buffer buffer)
NOTE: the buffer must not be touched until the returned write future is completed.
|
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
MinaSession.write(Buffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
Nio2DefaultIoWriteFuture |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
Nio2Session.write(Buffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
PendingWriteFuture
Future holding a packet pending key exchange termination.
|
| Modifier and Type | Method and Description |
|---|---|
protected IoWriteFuture |
AbstractSession.doWritePacket(Buffer buffer) |
IoWriteFuture |
Session.writePacket(Buffer buffer)
Encode and send the given buffer.
|
IoWriteFuture |
AbstractSession.writePacket(Buffer buffer)
Encode and send the given buffer.
|
IoWriteFuture |
Session.writePacket(Buffer buffer,
long timeout,
TimeUnit unit)
Encode and send the given buffer with the specified timeout.
|
IoWriteFuture |
AbstractSession.writePacket(Buffer buffer,
long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
PendingWriteFuture.operationComplete(IoWriteFuture future) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.