public interface ClientMessageConnection
Modifier and Type | Method and Description |
---|---|
void |
connect(SessionId sessionId) |
boolean |
isConnected() |
java.lang.Object |
readNextMessage()
Reads the next message for the network.
|
void |
shutdown() |
boolean isConnected()
void connect(SessionId sessionId) throws java.lang.Exception
java.lang.Exception
java.lang.Object readNextMessage() throws java.lang.Exception
NetResponse
or NetMessage
objects here.java.lang.Exception
void shutdown()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.