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() |
common.collection.PeopleCollection |
loadFromDatabase() |
void |
receive() |
void |
send(common.commandline.response.CommandResult result,
java.net.InetAddress address,
int port) |
public void connect()
public void disconnect()
public void send(common.commandline.response.CommandResult result, java.net.InetAddress address, int port)
public void receive()
public common.collection.PeopleCollection loadFromDatabase() throws java.sql.SQLException
java.sql.SQLException