|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdriver.udp
public class udp
Small UDP test that can be run both inside and outside of JiST.
Nested Class Summary | |
---|---|
static class |
udp.Client
Simple UDP client. |
static class |
udp.Server
Simple UDP server. |
Field Summary | |
---|---|
static java.lang.String |
HOST
default server address. |
static int |
PORT
default client-server port. |
Constructor Summary | |
---|---|
udp()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Program entry point: small UDP test that can be run inside and outside of JiST. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String HOST
public static final int PORT
Constructor Detail |
---|
public udp()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- command-line parameters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |