dsnserver
Class CmdParserGetAddr
java.lang.Object
dsnserver.CmdParserGetAddr
- All Implemented Interfaces:
- CmdParser
public class CmdParserGetAddr
- extends java.lang.Object
- implements CmdParser
It is to declare the address of the DSNnode
which is connected to the server.
This address is used by other function, for
example ThreadLogging.java.
Additionally we define the DSNpreAddr which
is used if a we are receiving just a short
address from a node.
- Author:
- kaltt
Method Summary |
void |
parseLine(java.lang.String line)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSNnodeAddr
public static java.lang.String DSNnodeAddr
DSNpreAddr
public static java.lang.String DSNpreAddr
CmdParserGetAddr
public CmdParserGetAddr()
parseLine
public void parseLine(java.lang.String line)
- Specified by:
parseLine
in interface CmdParser