Modifier and Type | Method and Description |
---|---|
SshMessage |
AuthenticationProtocolServer.readMessage() |
Modifier and Type | Method and Description |
---|---|
protected void |
AuthenticationProtocolServer.onMessageReceived(SshMessage msg) |
void |
AuthenticationProtocolServer.sendMessage(SshMessage msg) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportProtocolServer.onMessageReceived(SshMessage msg) |
Modifier and Type | Class and Description |
---|---|
class |
SshMsgUserAuthBanner |
class |
SshMsgUserAuthFailure |
class |
SshMsgUserAuthInfoRequest |
class |
SshMsgUserAuthInfoResponse |
class |
SshMsgUserAuthPKOK |
class |
SshMsgUserAuthPwdChangeReq |
class |
SshMsgUserAuthRequest |
class |
SshMsgUserAuthSuccess |
Modifier and Type | Method and Description |
---|---|
SshMessage |
AuthenticationProtocolClient.readMessage(int messageId) |
SshMessage |
AuthenticationProtocolClient.readMessage(int[] messageId) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationProtocolClient.sendMessage(SshMessage msg) |
Modifier and Type | Class and Description |
---|---|
class |
SshMsgChannelClose |
class |
SshMsgChannelData |
class |
SshMsgChannelEOF |
class |
SshMsgChannelExtendedData |
class |
SshMsgChannelFailure |
class |
SshMsgChannelOpen |
class |
SshMsgChannelOpenConfirmation |
class |
SshMsgChannelOpenFailure |
class |
SshMsgChannelRequest |
class |
SshMsgChannelSuccess |
class |
SshMsgChannelWindowAdjust |
class |
SshMsgGlobalRequest |
class |
SshMsgRequestFailure |
class |
SshMsgRequestSuccess |
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionProtocol.onMessageReceived(SshMessage msg) |
Modifier and Type | Class and Description |
---|---|
class |
SshMsgDebug |
class |
SshMsgDisconnect |
class |
SshMsgIgnore |
class |
SshMsgKexInit |
class |
SshMsgNewKeys |
class |
SshMsgServiceAccept |
class |
SshMsgServiceRequest |
class |
SshMsgUnimplemented |
Modifier and Type | Method and Description |
---|---|
SshMessage |
SshMessageStore.createMessage(byte[] msgdata)
Create a formed message from raw message data.
|
SshMessage |
SshMessageStore.getMessage(int messageId)
Get a message from the store.
|
SshMessage |
SshMessageStore.getMessage(int[] messageIdFilter)
Get a message from the store.
|
SshMessage |
SshMessageStore.getMessage(int[] messageIdFilter,
int timeout)
Get a message from the store.
|
SshMessage |
SshMessageStore.getMessage(int messageId,
int timeout)
Get a message from the store.
|
SshMessage |
SshMessageStore.nextMessage()
Get the next message in the store or wait until a new message arrives.
|
SshMessage |
SshMessageStore.peekMessage(int messageId)
Get a message from the store without removing it.
|
SshMessage |
SshMessageStore.peekMessage(int[] messageIdFilter)
Get a message from the store without removing or blocking if the message
does not exist.
|
SshMessage |
SshMessageStore.peekMessage(int[] messageIdFilter,
int timeout)
Get a message from the store without removing it; only blocking for the
number of milliseconds specified in the timeout field.
|
SshMessage |
SshMessageStore.peekMessage(int messageId,
int timeout)
Get a message from the store without removing it, only blocking for the
number of milliseconds specified in the timeout field.
|
protected SshMessage |
TransportProtocolCommon.processMessages() |
SshMessage |
TransportProtocol.readMessage(int[] filter) |
SshMessage |
TransportProtocolCommon.readMessage(int[] filter) |
Modifier and Type | Method and Description |
---|---|
void |
SshMessageStore.addMessage(SshMessage msg)
Add a formed message to the store.
|
void |
SshMessageListener.messageReceived(SshMessage msg) |
void |
TransportProtocolClient.onMessageReceived(SshMessage msg) |
protected abstract void |
AsyncService.onMessageReceived(SshMessage msg)
Called by the service thread when an asyncronous message is received.
|
protected abstract void |
TransportProtocolCommon.onMessageReceived(SshMessage msg) |
void |
SshMessageStore.removeMessage(SshMessage msg)
Removes a message from the message store.
|
void |
TransportProtocol.sendMessage(SshMessage ms,
java.lang.Object sender) |
void |
TransportProtocolCommon.sendMessage(SshMessage msg,
java.lang.Object sender) |
Modifier and Type | Class and Description |
---|---|
class |
SshMsgKexDhInit |
class |
SshMsgKexDhReply |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.