public interface ConnectionManager
| Modifier and Type | Method and Description |
|---|---|
APIResult |
connectWithoutPinging() |
APIResult |
connectWithPinging() |
void |
disconnect() |
void |
dispatch() |
MFString |
getCurrentlyConnectedHost() |
int |
getCurrentlyConnectedPort() |
java.util.List<PingTime> |
getLastPingTimes() |
boolean |
isConnected() |
boolean |
isStopRequested() |
APIResult |
send(IMessage message) |
void |
stopDispatching() |
APIResult connectWithPinging()
APIResult connectWithoutPinging()
void disconnect()
MFString getCurrentlyConnectedHost()
int getCurrentlyConnectedPort()
boolean isConnected()
void dispatch()
throws MFException
MFExceptionvoid stopDispatching()
boolean isStopRequested()
java.util.List<PingTime> getLastPingTimes()