A proposed base class for protocol handlers.
This base class is to be used in conjunction with the default
Mux stream handler. You are free to redefine another stream handler
and use your own protocol handler interface.
See Also:SampleMuxHandler
Method Summary
abstractpublic void
initialize(MuxSession session) Start speaking the protocol you handle on that session.
Start speaking the protocol you handle on that session.
Feel free to start a thread, or whatever is needed.
Parameters: session - The session devoted to speak your protocol.