Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net.echo
Class DatagramEchoServer  view DatagramEchoServer download DatagramEchoServer.java

java.lang.Object
  extended bycom.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)