public class UDPServer
extends java.lang.Object
Constructor and Description |
---|
UDPServer(int port,
java.util.logging.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
void |
receive(common.collection.PeopleDatabase peopleDatabase) |
void |
send(common.commandline.response.CommandResult result,
java.net.InetAddress address,
int port) |