|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Multiplexer
A multiplexer reads messages from a connection's channels, and sends them down the connection's physical connection implementation.
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 |