Modifier and Type | Method and Description |
---|---|
protected SubsystemMessage |
SshAgentClient.readMessage()
Read a single message from the inputstream and convert into a valid
subsystem message
|
Modifier and Type | Method and Description |
---|---|
protected void |
SshMsgUserAuthBanner.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUserAuthFailure.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUserAuthInfoRequest.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUserAuthInfoResponse.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUserAuthPKOK.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUserAuthPwdChangeReq.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUserAuthRequest.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUserAuthSuccess.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUserAuthBanner.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgUserAuthFailure.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgUserAuthInfoRequest.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgUserAuthInfoResponse.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgUserAuthPKOK.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgUserAuthPwdChangeReq.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgUserAuthRequest.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgUserAuthSuccess.constructMessage(ByteArrayReader bar) |
Constructor and Description |
---|
SshMsgUserAuthFailure(java.lang.String auths,
boolean partialSuccess)
Creates a new SshMsgUserAuthFailure object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SshMsgChannelClose.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelData.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelEOF.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelExtendedData.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelFailure.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelOpen.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelOpenConfirmation.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelOpenFailure.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelRequest.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelSuccess.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelWindowAdjust.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgGlobalRequest.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgRequestFailure.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgRequestSuccess.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgChannelClose.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelData.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelEOF.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelExtendedData.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelFailure.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelOpen.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelOpenConfirmation.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelOpenFailure.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelRequest.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelSuccess.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgChannelWindowAdjust.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgGlobalRequest.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgRequestFailure.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgRequestSuccess.constructMessage(ByteArrayReader bar) |
Modifier and Type | Method and Description |
---|---|
void |
SubsystemMessageStore.addMessage(byte[] msgdata) |
abstract void |
SubsystemMessage.constructByteArray(ByteArrayWriter baw) |
abstract void |
SubsystemMessage.constructMessage(ByteArrayReader bar) |
void |
SubsystemMessage.fromByteArray(byte[] data) |
protected void |
SubsystemChannel.sendMessage(SubsystemMessage msg) |
protected void |
SubsystemClient.sendMessage(SubsystemMessage msg) |
byte[] |
SubsystemMessage.toByteArray() |
Modifier and Type | Method and Description |
---|---|
void |
SshMessageStore.addMessage(byte[] msgdata)
Adds a raw message to the store and processes the data into a registered
message.
|
protected abstract void |
SshMessage.constructByteArray(ByteArrayWriter baw)
Message implementations should implement this method, writing the data
as exected in the transport protocol message format.
|
protected void |
SshMsgDebug.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgDisconnect.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgIgnore.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgKexInit.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgNewKeys.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgServiceAccept.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgServiceRequest.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgUnimplemented.constructByteArray(ByteArrayWriter baw) |
protected abstract void |
SshMessage.constructMessage(ByteArrayReader bar)
Message implementation should implement this method, reading the data as
expected in the transport protocol message format.
|
protected void |
SshMsgDebug.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgDisconnect.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgIgnore.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgKexInit.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgNewKeys.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgServiceAccept.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgServiceRequest.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgUnimplemented.constructMessage(ByteArrayReader bar) |
SshMessage |
SshMessageStore.createMessage(byte[] msgdata)
Create a formed message from raw message data.
|
protected void |
SshMessage.fromByteArray(ByteArrayReader data)
Initializes the message from a byte array.
|
byte[] |
SshMessage.toByteArray()
Format the message into the payload array for sending by the transport
protocol.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SshMsgKexDhInit.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgKexDhReply.constructByteArray(ByteArrayWriter baw) |
protected void |
SshMsgKexDhInit.constructMessage(ByteArrayReader bar) |
protected void |
SshMsgKexDhReply.constructMessage(ByteArrayReader bar) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.