|
|||||||||
| Home >> All >> com >> act365 >> net >> [ echo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.act365.net.echo
Class DatagramEchoServer

java.lang.Objectcom.act365.net.echo.DatagramEchoServer
- public class DatagramEchoServer
- extends java.lang.Object
DatagramEchoServer acts as the server for the UDP/IP echo service.
| Constructor Summary | |
(package private) |
DatagramEchoServer(int maxDatagramLength,
int port)
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DatagramEchoServer
DatagramEchoServer(int maxDatagramLength,
int port)
| Method Detail |
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> com >> act365 >> net >> [ echo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.act365.net.echo.DatagramEchoServer