org.acmicpc.presentation.core.net

Common networking classes used by the presentation manager and elsewhere. Contains:
 -client & server, a matched pair for doing datastream packet communication between
   a server and multiple clients. handles threading, reconnections, and synchronization
 -listener classes for server & clients
 -multicast server & client, a matched pair for helping a client to find a possible
   server on the same network
 -NetUtil, helper methods for communication
 -SimpleClient, a simple client connection utility