net.i2p.BOB
Class DoCMDS
java.lang.Object
net.i2p.BOB.DoCMDS
- All Implemented Interfaces:
- java.lang.Runnable
public class DoCMDS
- extends java.lang.Object
- implements java.lang.Runnable
Simplistic command parser for BOB
- Author:
- sponge
Field Summary |
static java.lang.String |
BEXT
|
static java.lang.String |
BMAJ
|
static java.lang.String |
BMIN
|
static java.lang.String |
BOBversion
|
static java.lang.String |
BREV
|
Constructor Summary |
DoCMDS(java.util.concurrent.atomic.AtomicBoolean LIVE,
java.util.concurrent.atomic.AtomicBoolean lock,
java.net.Socket server,
java.util.Properties props,
NamedDB database,
Log _log)
|
Method Summary |
void |
run()
The actual parser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BMAJ
public static final java.lang.String BMAJ
- See Also:
- Constant Field Values
BMIN
public static final java.lang.String BMIN
- See Also:
- Constant Field Values
BREV
public static final java.lang.String BREV
- See Also:
- Constant Field Values
BEXT
public static final java.lang.String BEXT
- See Also:
- Constant Field Values
BOBversion
public static final java.lang.String BOBversion
- See Also:
- Constant Field Values
DoCMDS
DoCMDS(java.util.concurrent.atomic.AtomicBoolean LIVE,
java.util.concurrent.atomic.AtomicBoolean lock,
java.net.Socket server,
java.util.Properties props,
NamedDB database,
Log _log)
- Parameters:
LIVE
- server
- props
- database
- _log
-
run
public void run()
- The actual parser.
It probabbly needs a rewrite into functions, but I kind-of like inline code.
- Specified by:
run
in interface java.lang.Runnable