| Modifier and Type | Method and Description |
|---|---|
protected IoWriteFuture |
UserAuthPassword.sendPassword(Buffer buffer,
ClientSession session,
String oldPassword,
String newPassword)
Sends the password via a
SSH_MSG_USERAUTH_REQUEST message. |
| Modifier and Type | Method and Description |
|---|---|
protected IoWriteFuture |
AbstractClientSession.sendClientIdentification() |
protected IoWriteFuture |
ClientConnectionService.sendHeartBeat()
Sends a heartbeat message
|
| Modifier and Type | Class and Description |
|---|---|
class |
IoWriteFutureImpl |
| Modifier and Type | Method and Description |
|---|---|
protected IoWriteFuture |
AbstractChannel.sendResponse(Buffer buffer,
String req,
RequestHandler.Result result,
boolean wantReply) |
IoWriteFuture |
ChannelAsyncOutputStream.write(Buffer buffer) |
IoWriteFuture |
BufferedIoOutputStream.write(Buffer buffer) |
protected IoWriteFuture |
AbstractChannel.writePacket(Buffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIoWriteFuture |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
AbstractIoWriteFuture.verify(long timeout) |
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 | Class and Description |
|---|---|
static class |
MinaSession.Future |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
MinaSession.write(Buffer buffer) |
IoWriteFuture |
MinaSession.write(byte[] data) |
IoWriteFuture |
MinaSession.write(byte[] data,
int offset,
int len) |
IoWriteFuture |
MinaSession.write(org.apache.mina.core.buffer.IoBuffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
Nio2DefaultIoWriteFuture |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
Nio2Session.write(Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
IoWriteFuture |
Session.sendDebugMessage(boolean display,
Object msg,
String lang)
Sends an
SSH_MSG_DEBUG to the peer session |
IoWriteFuture |
Session.sendIgnoreMessage(byte... data)
Sends an
SSH_MSG_IGNORE to the peer session |
IoWriteFuture |
Session.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.
|
| 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) |
protected IoWriteFuture |
AbstractSession.notImplemented()
Send a
SSH_MSG_UNIMPLEMENTED packet. |
protected IoWriteFuture |
AbstractConnectionService.sendChannelOpenFailure(Buffer buffer,
int sender,
int reasonCode,
String message,
String lang) |
IoWriteFuture |
AbstractSession.sendDebugMessage(boolean display,
Object msg,
String lang) |
protected IoWriteFuture |
AbstractConnectionService.sendGlobalResponse(Buffer buffer,
String req,
RequestHandler.Result result,
boolean wantReply) |
protected IoWriteFuture |
AbstractSession.sendIdentification(String ident)
Send our identification.
|
IoWriteFuture |
AbstractSession.sendIgnoreMessage(byte... data) |
protected IoWriteFuture |
AbstractSession.sendNewKeys()
Send a message to put new keys into use.
|
protected IoWriteFuture |
AbstractSession.sendNotImplemented(long seqNoValue)
Sends a
SSH_MSG_UNIMPLEMENTED message |
IoWriteFuture |
AbstractSession.writePacket(Buffer buffer) |
IoWriteFuture |
AbstractSession.writePacket(Buffer buffer,
long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
PendingWriteFuture.operationComplete(IoWriteFuture future) |
| Modifier and Type | Method and Description |
|---|---|
protected IoWriteFuture |
ChannelSession.sendResponse(Buffer buffer,
String req,
RequestHandler.Result result,
boolean wantReply) |
| Modifier and Type | Method and Description |
|---|---|
protected IoWriteFuture |
AbstractServerSession.sendServerIdentification(String... headerLines)
Sends the server identification + any extra header lines
|
IoWriteFuture |
ServerUserAuthService.sendWelcomeBanner(ServerSession session)
Sends the welcome banner (if any configured) and if not already invoked
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.