Uses of Class
com.sshtools.j2ssh.transport.InvalidMessageException
-
-
Uses of InvalidMessageException in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that throw InvalidMessageException Modifier and Type Method Description protected SubsystemMessage
SshAgentClient. readMessage()
Read a single message from the inputstream and convert into a valid subsystem message -
Uses of InvalidMessageException in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication that throw InvalidMessageException Modifier and Type Method 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)
Constructors in com.sshtools.j2ssh.authentication that throw InvalidMessageException Constructor Description SshMsgUserAuthFailure(java.lang.String auths, boolean partialSuccess)
Creates a new SshMsgUserAuthFailure object. -
Uses of InvalidMessageException in com.sshtools.j2ssh.connection
Methods in com.sshtools.j2ssh.connection that throw InvalidMessageException Modifier and Type Method 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)
-
Uses of InvalidMessageException in com.sshtools.j2ssh.sftp
-
Uses of InvalidMessageException in com.sshtools.j2ssh.subsystem
Methods in com.sshtools.j2ssh.subsystem that throw InvalidMessageException Modifier and Type Method 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()
-
Uses of InvalidMessageException in com.sshtools.j2ssh.transport
Methods in com.sshtools.j2ssh.transport that throw InvalidMessageException Modifier and Type Method 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. -
Uses of InvalidMessageException in com.sshtools.j2ssh.transport.kex
Methods in com.sshtools.j2ssh.transport.kex that throw InvalidMessageException Modifier and Type Method 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)
-