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.Exceptionjava.lang.Object readNextMessage()
throws java.lang.Exception
NetResponse or NetMessage objects here.java.lang.Exceptionvoid shutdown()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.