Package | Description |
---|---|
monq.net |
Simple tcp server and clients.
|
monq.programs |
a collection of command line programs.
|
monq.stuff |
contains assorted stuff which does not fit anywhere else.
|
Class and Description |
---|
FilterSvrInfo
describes a filter server running somewhere on the
network.
|
PipelineRequest
Encapsulates a request for contact to a
FilterServiceFactory . |
Service
is a
Runnable that catches and stores exceptions
thrown in its run() method such that Service.getException() can return it. |
ServiceCreateException
thrown if something goes wrong when creating a service.
|
ServiceFactory |
TcpServer
a simple socket server able to serve multiple client
connections in parallel.
|
Class and Description |
---|
Service
is a
Runnable that catches and stores exceptions
thrown in its run() method such that Service.getException() can return it. |
ServiceCreateException
thrown if something goes wrong when creating a service.
|
ServiceFactory |
Class and Description |
---|
Service
is a
Runnable that catches and stores exceptions
thrown in its run() method such that Service.getException() can return it. |