Package | Description |
---|---|
monq.net |
Simple tcp server and clients.
|
Modifier and Type | Method and Description |
---|---|
static FilterSvrInfo |
FilterSvrInfo.from(java.util.Properties props)
reads the configuration file and returns a
FilterSvrInfo object. |
static FilterSvrInfo |
FilterSvrInfo.fromFile(java.lang.String fName)
calls
read() and stores any exception thrown in
the object returned. |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,FilterSvrInfo> |
FilterSvrInfo.readAll(java.lang.String directory)
assumes that all files with suffix
".svr" in the
given directory are configuration files. |