Package com.trilead.ssh2.transport
Interface MessageHandler
- All Known Implementing Classes:
AuthenticationManager,ChannelManager,KexManager
public interface MessageHandler
MessageHandler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEndMessage(Throwable cause) Called to inform that no more messages will be delivered.voidhandleMessage(byte[] msg, int msglen)
-
Method Details
-
handleMessage
- Throws:
IOException
-
handleEndMessage
Called to inform that no more messages will be delivered.- Parameters:
cause- For diagnosis, the reason that caused the transport to close down.- Throws:
IOException
-