Pig Latin Problem Set Javadocs

Package cs101.net

Interface Summary
Wire A generic interface for stream-like things that can read and write objects.
 

Class Summary
BabySitter This object handles the io between the server and one client.
Client A reasonably vanilla network client.
ClientWire Networked Wire, Client Side.
DefaultReadLoop A generic read loop for a client.
RunServer Runs a server application that broadcasts incoming information to all connected clients (except source of information).
Server Generic Server class: broadcasts whatever messages it receives to all clients other than the message's originator.
ServerWire Networked Wire, Server Side.
 


Pig Latin Problem Set Javadocs