public class UDPServer
extends java.lang.Object
Constructor and Description |
---|
UDPServer(int port,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
receive()
Receives information from server as a String
|
byte[] |
receiveByteArray()
Receives information from server as an array of bytes
|