public class UDPIoChannelTest
extends java.lang.Object
Monitoring must be enabled via the agent JVM parameter!
| Modifier and Type | Class and Description |
|---|---|
private static class |
UDPIoChannelTest.ServerMainThread
Implements a simple thread for accepting network connections.
|
| Modifier and Type | Field and Description |
|---|---|
private static int |
PORT
Defines the port used for communication operations.
|
| Modifier | Constructor and Description |
|---|---|
private |
UDPIoChannelTest()
Prevents this class from being instantiated from outside.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Starts the server part, executes the client part and prints out the
results.
|
private static final int PORT
private UDPIoChannelTest()
public static void main(java.lang.String[] args)
throws java.io.IOException
args - command line arguments (ignored)java.io.IOException - any kind of network I/O problem in the client