Uses of Class
com.sshtools.j2ssh.transport.InvalidMessageException
Packages that use InvalidMessageException
Package
Description
-
Uses of InvalidMessageException in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that throw InvalidMessageExceptionModifier and TypeMethodDescriptionprotected SubsystemMessageSshAgentClient.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 InvalidMessageExceptionModifier and TypeMethodDescriptionprotected voidSshMsgUserAuthBanner.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUserAuthFailure.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUserAuthInfoRequest.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUserAuthInfoResponse.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUserAuthPKOK.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUserAuthPwdChangeReq.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUserAuthRequest.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUserAuthSuccess.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUserAuthBanner.constructMessage(ByteArrayReader bar) protected voidSshMsgUserAuthFailure.constructMessage(ByteArrayReader bar) protected voidSshMsgUserAuthInfoRequest.constructMessage(ByteArrayReader bar) protected voidSshMsgUserAuthInfoResponse.constructMessage(ByteArrayReader bar) protected voidSshMsgUserAuthPKOK.constructMessage(ByteArrayReader bar) protected voidSshMsgUserAuthPwdChangeReq.constructMessage(ByteArrayReader bar) protected voidSshMsgUserAuthRequest.constructMessage(ByteArrayReader bar) protected voidSshMsgUserAuthSuccess.constructMessage(ByteArrayReader bar) Constructors in com.sshtools.j2ssh.authentication that throw InvalidMessageExceptionModifierConstructorDescriptionSshMsgUserAuthFailure(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 InvalidMessageExceptionModifier and TypeMethodDescriptionprotected voidSshMsgChannelClose.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelData.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelEOF.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelExtendedData.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelFailure.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelOpen.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelOpenConfirmation.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelOpenFailure.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelRequest.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelSuccess.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelWindowAdjust.constructByteArray(ByteArrayWriter baw) protected voidSshMsgGlobalRequest.constructByteArray(ByteArrayWriter baw) protected voidSshMsgRequestFailure.constructByteArray(ByteArrayWriter baw) protected voidSshMsgRequestSuccess.constructByteArray(ByteArrayWriter baw) protected voidSshMsgChannelClose.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelData.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelEOF.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelExtendedData.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelFailure.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelOpen.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelOpenConfirmation.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelOpenFailure.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelRequest.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelSuccess.constructMessage(ByteArrayReader bar) protected voidSshMsgChannelWindowAdjust.constructMessage(ByteArrayReader bar) protected voidSshMsgGlobalRequest.constructMessage(ByteArrayReader bar) protected voidSshMsgRequestFailure.constructMessage(ByteArrayReader bar) protected voidSshMsgRequestSuccess.constructMessage(ByteArrayReader bar) -
Uses of InvalidMessageException in com.sshtools.j2ssh.sftp
Methods in com.sshtools.j2ssh.sftp that throw InvalidMessageExceptionModifier and TypeMethodDescriptionvoidSshFxpAttrs.constructByteArray(ByteArrayWriter baw) voidSshFxpClose.constructByteArray(ByteArrayWriter baw) voidSshFxpData.constructByteArray(ByteArrayWriter baw) voidSshFxpFSetStat.constructByteArray(ByteArrayWriter baw) voidSshFxpFStat.constructByteArray(ByteArrayWriter baw) voidSshFxpHandle.constructByteArray(ByteArrayWriter baw) voidSshFxpInit.constructByteArray(ByteArrayWriter baw) voidSshFxpLStat.constructByteArray(ByteArrayWriter baw) voidSshFxpMkdir.constructByteArray(ByteArrayWriter baw) voidSshFxpName.constructByteArray(ByteArrayWriter baw) voidSshFxpOpen.constructByteArray(ByteArrayWriter baw) voidSshFxpOpenDir.constructByteArray(ByteArrayWriter baw) voidSshFxpRead.constructByteArray(ByteArrayWriter baw) voidSshFxpReadDir.constructByteArray(ByteArrayWriter baw) voidSshFxpReadlink.constructByteArray(ByteArrayWriter baw) voidSshFxpRealPath.constructByteArray(ByteArrayWriter baw) voidSshFxpRemove.constructByteArray(ByteArrayWriter baw) voidSshFxpRename.constructByteArray(ByteArrayWriter baw) voidSshFxpRmdir.constructByteArray(ByteArrayWriter baw) voidSshFxpSetStat.constructByteArray(ByteArrayWriter baw) voidSshFxpStat.constructByteArray(ByteArrayWriter baw) voidSshFxpStatus.constructByteArray(ByteArrayWriter baw) voidSshFxpSymlink.constructByteArray(ByteArrayWriter baw) voidSshFxpVersion.constructByteArray(ByteArrayWriter baw) voidSshFxpWrite.constructByteArray(ByteArrayWriter baw) voidSshFxpAttrs.constructMessage(ByteArrayReader bar) voidSshFxpClose.constructMessage(ByteArrayReader bar) voidSshFxpData.constructMessage(ByteArrayReader bar) voidSshFxpFSetStat.constructMessage(ByteArrayReader bar) voidSshFxpFStat.constructMessage(ByteArrayReader bar) voidSshFxpHandle.constructMessage(ByteArrayReader bar) voidSshFxpInit.constructMessage(ByteArrayReader bar) voidSshFxpLStat.constructMessage(ByteArrayReader bar) voidSshFxpMkdir.constructMessage(ByteArrayReader bar) voidSshFxpName.constructMessage(ByteArrayReader bar) voidSshFxpOpen.constructMessage(ByteArrayReader bar) voidSshFxpOpenDir.constructMessage(ByteArrayReader bar) voidSshFxpRead.constructMessage(ByteArrayReader bar) voidSshFxpReadDir.constructMessage(ByteArrayReader bar) voidSshFxpReadlink.constructMessage(ByteArrayReader bar) voidSshFxpRealPath.constructMessage(ByteArrayReader bar) voidSshFxpRemove.constructMessage(ByteArrayReader bar) voidSshFxpRename.constructMessage(ByteArrayReader bar) voidSshFxpRmdir.constructMessage(ByteArrayReader bar) voidSshFxpSetStat.constructMessage(ByteArrayReader bar) voidSshFxpStat.constructMessage(ByteArrayReader bar) voidSshFxpStatus.constructMessage(ByteArrayReader bar) voidSshFxpSymlink.constructMessage(ByteArrayReader bar) voidSshFxpVersion.constructMessage(ByteArrayReader bar) voidSshFxpWrite.constructMessage(ByteArrayReader bar) -
Uses of InvalidMessageException in com.sshtools.j2ssh.subsystem
Methods in com.sshtools.j2ssh.subsystem that throw InvalidMessageExceptionModifier and TypeMethodDescriptionvoidSubsystemMessageStore.addMessage(byte[] msgdata) abstract voidSubsystemMessage.constructByteArray(ByteArrayWriter baw) abstract voidSubsystemMessage.constructMessage(ByteArrayReader bar) voidSubsystemMessage.fromByteArray(byte[] data) protected voidSubsystemChannel.sendMessage(SubsystemMessage msg) protected voidSubsystemClient.sendMessage(SubsystemMessage msg) byte[]SubsystemMessage.toByteArray() -
Uses of InvalidMessageException in com.sshtools.j2ssh.transport
Methods in com.sshtools.j2ssh.transport that throw InvalidMessageExceptionModifier and TypeMethodDescriptionvoidSshMessageStore.addMessage(byte[] msgdata) Adds a raw message to the store and processes the data into a registered message.protected abstract voidSshMessage.constructByteArray(ByteArrayWriter baw) Message implementations should implement this method, writing the data as exected in the transport protocol message format.protected voidSshMsgDebug.constructByteArray(ByteArrayWriter baw) protected voidSshMsgDisconnect.constructByteArray(ByteArrayWriter baw) protected voidSshMsgIgnore.constructByteArray(ByteArrayWriter baw) protected voidSshMsgKexInit.constructByteArray(ByteArrayWriter baw) protected voidSshMsgNewKeys.constructByteArray(ByteArrayWriter baw) protected voidSshMsgServiceAccept.constructByteArray(ByteArrayWriter baw) protected voidSshMsgServiceRequest.constructByteArray(ByteArrayWriter baw) protected voidSshMsgUnimplemented.constructByteArray(ByteArrayWriter baw) protected abstract voidSshMessage.constructMessage(ByteArrayReader bar) Message implementation should implement this method, reading the data as expected in the transport protocol message format.protected voidSshMsgDebug.constructMessage(ByteArrayReader bar) protected voidSshMsgDisconnect.constructMessage(ByteArrayReader bar) protected voidSshMsgIgnore.constructMessage(ByteArrayReader bar) protected voidSshMsgKexInit.constructMessage(ByteArrayReader bar) protected voidSshMsgNewKeys.constructMessage(ByteArrayReader bar) protected voidSshMsgServiceAccept.constructMessage(ByteArrayReader bar) protected voidSshMsgServiceRequest.constructMessage(ByteArrayReader bar) protected voidSshMsgUnimplemented.constructMessage(ByteArrayReader bar) SshMessageStore.createMessage(byte[] msgdata) Create a formed message from raw message data.protected final voidSshMessage.fromByteArray(ByteArrayReader data) Initializes the message from a byte array.final 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 InvalidMessageExceptionModifier and TypeMethodDescriptionprotected voidSshMsgKexDhInit.constructByteArray(ByteArrayWriter baw) protected voidSshMsgKexDhReply.constructByteArray(ByteArrayWriter baw) protected voidSshMsgKexDhInit.constructMessage(ByteArrayReader bar) protected voidSshMsgKexDhReply.constructMessage(ByteArrayReader bar)