Package | Description |
---|---|
monq.net |
Simple tcp server and clients.
|
monq.programs |
a collection of command line programs.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterServiceFactory
sets up a filter service as returned by any
ServiceFactory as an element of a distributed pipe. |
Constructor and Description |
---|
FilterServiceFactory(ServiceFactory clientFactory)
create a filter service factory to connect services created by
clientFactory to an upstream server. |
TcpServer(int port,
ServiceFactory fac)
creates a server to listen on the given port.
|
TcpServer(int port,
ServiceFactory fac,
int slots) |
TcpServer(java.net.ServerSocket s,
ServiceFactory fac,
int slots)
creates a server to listen on the given socket.
|
Modifier and Type | Class and Description |
---|---|
class |
DictFilter
(Command Line Program) is a class to create a text markup filter
from a long list of term/ID or regex/ID mappings.
|
class |
Grep
is a class and a command line program to copy input to output
depending on matching regular expressions.
|