Package | Description |
---|---|
magma.util.connection | |
magma.util.connection.impl |
Modifier and Type | Method and Description |
---|---|
void |
IServerConnection.establishConnection()
Creates a connection to the server and initializes the input and output
stream
|
void |
IServerConnection.sendMessage(byte[] msg)
Sends the passed message to the server
|
void |
IServerConnection.startReceiveLoop()
Starts the receive loop that only ends once the socket is shutdown
|
Modifier and Type | Method and Description |
---|---|
void |
UDPConnection.establishConnection() |
void |
TimedConnection.establishConnection() |
void |
ServerConnection.establishConnection()
Actually connect to the server
|
void |
RCSSLogFileConnection.establishConnection() |
void |
UDPConnection.establishSending() |
void |
UDPConnection.sendMessage(byte[] msg) |
void |
TimedConnection.sendMessage(byte[] msg) |
void |
ServerConnection.sendMessage(byte[] msg)
Send a message to the server
|
void |
RCSSLogFileConnection.sendMessage(byte[] msg) |
void |
UDPConnection.startReceiveLoop() |
void |
TimedConnection.startReceiveLoop() |
void |
ServerConnection.startReceiveLoop()
Starts the endless loop of receiving messages and notifying observers
|
void |
RCSSLogFileConnection.startReceiveLoop() |