public class UDPClient
extends java.lang.Object
Constructor and Description |
---|
UDPClient(int port) |
UDPClient(java.lang.String hostname,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
common.commandline.response.CommandResult |
receive() |
common.commandline.response.CommandResult |
send(common.commandline.Executable executable,
java.lang.Object[] args) |