Uses of Class
com.sshtools.j2ssh.transport.MessageNotRegisteredException
Packages that use MessageNotRegisteredException
-
Uses of MessageNotRegisteredException in com.sshtools.j2ssh.transport
Methods in com.sshtools.j2ssh.transport that throw MessageNotRegisteredExceptionModifier and TypeMethodDescriptionvoidSshMessageStore.addMessage(byte[] msgdata) Adds a raw message to the store and processes the data into a registered message.voidSshMessageStore.addMessage(SshMessage msg) Add a formed message to the store.SshMessageStore.createMessage(byte[] msgdata) Create a formed message from raw message data.voidTransportProtocolCommon.unregisterMessage(Integer messageId, SshMessageStore store)