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

Quick Search    Search Deep

com.act365.net.echo: Javadoc index of package com.act365.net.echo.


Package Samples:

com.act365.net.echo

Classes:

EchoClient: EchoClient acts as the client for the TCP echo service. Usage: EchoClient -p protocol -i inputfile -o outputfile -l localhost localport hostname hostport . -p protocol (optional) defines the socket protocol to be used. By default, the JDK TCP implementation will be used. The alternatives are TCPJ, RawTCP or RawTCPJ. (NB The RawTCP protocol will behave identically to TCP because no DatagramSocket objects will be instantiated. However, a DatagramSocket is always used by TCPJ, so the behaviour of TCPJ and RawTCPJ will differ). -i inputfile (optional) defines the file from which input will be read. ...
EchoServer: EchoServer acts as the server for the TCP echo service. Usage: EchoServer -p protocol -l localhost localport . NB When a TCPJ protocol has been chosen, the server will be created with a backlog of 1 (as against the standard Berkeley value of 5) because of a limitation in the current TCPJ implementation. -p protocol (optional) defines the socket protocol to be used. By default, the JDK TCP implementation will be used. The alternatives are TCPJ, RawTCP or RawTCPJ. (NB The RawTCP protocol will behave identically to TCP because no DatagramSocket objects will be instantiated. However, a DatagramSocket ...
EchoWorker: An instance of the EchoWorker is created by the EchoServer class to handle each new client that is accepted. The EchoWorker objects will simply echo all input it receives back to the output.
DatagramEchoClient: DatagramEchoClient acts as the client for the UDP/IP echo service.
DatagramEchoServer: DatagramEchoServer acts as the server for the UDP/IP echo service.

Home | Contact Us | Privacy Policy | Terms of Service