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 | Method and Description |
---|---|
protected void |
ClientConnectionService.futureDone(IoWriteFuture future) |
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 |
BufferedIoOutputStream.writePacket(Buffer buffer) |
IoWriteFuture |
AbstractChannel.writePacket(Buffer buffer) |
IoWriteFuture |
ChannelAsyncOutputStream.writePacket(Buffer buffer) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIoWriteFuture |
Modifier and Type | Method and Description |
---|---|
IoWriteFuture |
AbstractIoWriteFuture.verify(long timeout) |
IoWriteFuture |
PacketWriter.writePacket(Buffer buffer)
Encode and send the given buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
Nio2DefaultIoWriteFuture |
Modifier and Type | Method and Description |
---|---|
IoWriteFuture |
Nio2Session.writePacket(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,
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 |
AbstractConnectionService.globalRequest(Buffer buffer)
Process global requests
|
protected IoWriteFuture |
AbstractConnectionService.handleUnknownRequest(Buffer buffer,
String req,
boolean wantReply) |
protected IoWriteFuture |
AbstractSession.notImplemented(int cmd,
Buffer buffer)
Send a
SSH_MSG_UNIMPLEMENTED packet. |
protected IoWriteFuture |
AbstractConnectionService.sendChannelOpenFailure(Buffer buffer,
int sender,
int reasonCode,
String message,
String lang) |
IoWriteFuture |
SessionHelper.sendDebugMessage(boolean display,
Object msg,
String lang) |
protected IoWriteFuture |
DefaultUnknownChannelReferenceHandler.sendFailureResponse(ConnectionService service,
byte cmd,
int channelId) |
protected IoWriteFuture |
AbstractConnectionService.sendGlobalResponse(Buffer buffer,
String req,
RequestHandler.Result result,
boolean wantReply) |
protected IoWriteFuture |
SessionHelper.sendIdentification(String ident)
Send our identification.
|
IoWriteFuture |
SessionHelper.sendIgnoreMessage(byte... data) |
protected IoWriteFuture |
SessionHelper.sendNewKeys()
Send a message to put new keys into use.
|
protected IoWriteFuture |
SessionHelper.sendNotImplemented(long seqNoValue)
Sends a
SSH_MSG_UNIMPLEMENTED message |
IoWriteFuture |
AbstractSession.writePacket(Buffer buffer) |
IoWriteFuture |
SessionHelper.writePacket(Buffer buffer,
long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected List<AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>> |
AbstractSession.sendPendingPackets(Queue<PendingWriteFuture> packetsQueue) |
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–2022 The Apache Software Foundation. All rights reserved.