public interface INetworkManager
Modifier and Type | Method and Description |
---|---|
void |
addToSendQueue(Packet packet)
Adds the packet to the correct send queue (chunk data packets go to a separate queue).
|
void |
closeConnections() |
SocketAddress |
getSocketAddress()
Return the InetSocketAddress of the remote endpoint
|
void |
networkShutdown(String s,
Object... var2)
Shuts down the network with the specified reason.
|
int |
packetSize()
returns 0 for memoryConnections
|
void |
processReadPackets()
Checks timeouts and processes all pending read packets.
|
void |
serverShutdown()
Shuts down the server.
|
void |
setNetHandler(NetHandler nethandler)
Sets the NetHandler for this NetworkManager.
|
void |
wakeThreads()
Wakes reader and writer threads
|
void setNetHandler(NetHandler nethandler)
void addToSendQueue(Packet packet)
void wakeThreads()
void processReadPackets()
SocketAddress getSocketAddress()
void serverShutdown()
int packetSize()
void networkShutdown(String s, Object... var2)
void closeConnections()