oogp2p
Class p2p
java.lang.Object
oogp2p.p2p
- public class p2p
- extends java.lang.Object
- Author:
- Chris, OogP2P
Main class for Oogp2p.
The primary function of this class is to put the program in motion. It starts the server
and client and initiates the connection process.
This class contains the Utilities Map which is reference from other applications
running on the system.
|
Constructor Summary |
p2p()
|
|
Method Summary |
static java.util.AbstractMap |
getUtils()
|
static void |
main(java.lang.String[] args)
|
static void |
usage()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myUtils
private static java.util.AbstractMap myUtils
PASTRYADMIN
public static final java.lang.String PASTRYADMIN
- See Also:
- Constant Field Values
CHORDADMIN
public static final java.lang.String CHORDADMIN
- See Also:
- Constant Field Values
CHATADMIN
public static final java.lang.String CHATADMIN
- See Also:
- Constant Field Values
UNIQUEIDS
public static final java.lang.String UNIQUEIDS
- See Also:
- Constant Field Values
ALLPEERS
public static final java.lang.String ALLPEERS
- See Also:
- Constant Field Values
CLIENTADMIN
public static final java.lang.String CLIENTADMIN
- See Also:
- Constant Field Values
CONNECTADMIN
public static final java.lang.String CONNECTADMIN
- See Also:
- Constant Field Values
CHORDSTAT
public static final java.lang.String CHORDSTAT
- See Also:
- Constant Field Values
uniqueIDFilename
private static final java.lang.String uniqueIDFilename
- See Also:
- Constant Field Values
p2p
public p2p()
getUtils
public static java.util.AbstractMap getUtils()
usage
public static void usage()
main
public static void main(java.lang.String[] args)