Uses of Class
com.sshtools.j2ssh.transport.MessageNotRegisteredException

Packages that use MessageNotRegisteredException
com.sshtools.j2ssh.transport   
 

Uses of MessageNotRegisteredException in com.sshtools.j2ssh.transport
 

Methods in com.sshtools.j2ssh.transport that throw MessageNotRegisteredException
 void SshMessageStore.addMessage(byte[] msgdata)
           Adds a raw message to the store and processes the data into a registered message.
 void SshMessageStore.addMessage(SshMessage msg)
           Add a formed message to the store.
 SshMessage SshMessageStore.createMessage(byte[] msgdata)
           Create a formed message from raw message data.
 void TransportProtocolCommon.unregisterMessage(java.lang.Integer messageId, SshMessageStore store)
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.