public class SocketManagerImpl extends java.lang.Object implements SocketManager
START_OF_READ_CYCLE_LOAD_BUFFER| Modifier and Type | Method and Description |
|---|---|
void |
connect(MFString host,
int port) |
void |
disconnect() |
IMessage |
readNextMessage(int messagesRead) |
void |
send(IMessage message) |
public void connect(MFString host, int port) throws java.io.IOException
connect in interface SocketManagerjava.io.IOExceptionpublic void disconnect()
throws java.io.IOException
disconnect in interface SocketManagerjava.io.IOExceptionpublic void send(IMessage message) throws MFException
send in interface SocketManagerMFExceptionpublic IMessage readNextMessage(int messagesRead) throws MFException
readNextMessage in interface SocketManagerMFException