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

Quick Search    Search Deep
C D E F I M O R S

C

com.act365.net.echo - package com.act365.net.echo
 

D

DatagramEchoClient - class com.act365.net.echo.DatagramEchoClient.
DatagramEchoClient acts as the client for the UDP/IP echo service.
DatagramEchoClient(DatagramSocket, int, InetAddress, int, InputStream, OutputStream) - Constructor for class com.act365.net.echo.DatagramEchoClient
 
DatagramEchoServer - class com.act365.net.echo.DatagramEchoServer.
DatagramEchoServer acts as the server for the UDP/IP echo service.
DatagramEchoServer(int, int) - Constructor for class com.act365.net.echo.DatagramEchoServer
 

E

EchoClient - class com.act365.net.echo.EchoClient.
EchoClient acts as the client for the TCP echo service.
EchoClient(InputStreamReader, OutputStreamWriter, InputStream, OutputStreamWriter) - Constructor for class com.act365.net.echo.EchoClient
 
EchoServer - class com.act365.net.echo.EchoServer.
EchoServer acts as the server for the TCP echo service.
EchoServer(int, InetAddress) - Constructor for class com.act365.net.echo.EchoServer
 
EchoWorker - class com.act365.net.echo.EchoWorker.
An instance of the EchoWorker is created by the EchoServer class to handle each new client that is accepted.
EchoWorker(InputStream, OutputStream) - Constructor for class com.act365.net.echo.EchoWorker
 

F

finalize() - Method in class com.act365.net.echo.EchoServer
 

I

in - Variable in class com.act365.net.echo.EchoWorker
 

M

main(String[]) - Static method in class com.act365.net.echo.DatagramEchoClient
 
main(String[]) - Static method in class com.act365.net.echo.DatagramEchoServer
 
main(String[]) - Static method in class com.act365.net.echo.EchoClient
 
main(String[]) - Static method in class com.act365.net.echo.EchoServer
 

O

out - Variable in class com.act365.net.echo.EchoWorker
 

R

run() - Method in class com.act365.net.echo.EchoServer
 
run() - Method in class com.act365.net.echo.EchoWorker
 

S

server - Variable in class com.act365.net.echo.EchoServer
 

C D E F I M O R S