|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Demultiplexer
A demultiplexer reads messages from a connection's physical connection
implementation, and sends them to their associated Channel
instances.
Connection
Method Summary | |
---|---|
void |
close()
Close the multiplexer, freeing any allocated resources. |
void |
start()
Start multiplexing. |
Method Detail |
---|
void start()
Connection
instance, and sends them down the connection's physical connection
implementation.
java.lang.IllegalStateException
- if the multiplexer has been closed.void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |