Package | Description |
---|---|
monq.net |
Simple tcp server and clients.
|
monq.programs |
a collection of command line programs.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceUnavailException
thrown if something goes wrong when creating a service because the
service is currently unavailable, but is expected to work again in
further requests.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceFactory.createService(java.io.InputStream in,
java.io.OutputStream out,
java.lang.Object param)
creates a
Service that reads from the given input
stream, processes it and writes the result to the given output
stream. |
Service |
FilterServiceFactory.createService(java.io.InputStream controlIn,
java.io.OutputStream filterOut,
java.lang.Object param)
contacts an upstream server and connects a service to the
resulting input and the given output.
|
static FilterSvrInfo |
FilterSvrInfo.from(java.util.Properties props)
reads the configuration file and returns a
FilterSvrInfo object. |
Modifier and Type | Method and Description |
---|---|
Service |
DictFilter.createService(java.io.InputStream in,
java.io.OutputStream out,
java.lang.Object p) |