Package | Description |
---|---|
com.rhfung.P2PDictionary |
Modifier and Type | Method and Description |
---|---|
static P2PDictionaryClientMode |
P2PDictionaryClientMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static P2PDictionaryClientMode[] |
P2PDictionaryClientMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
P2PDictionary(java.lang.String description,
int port,
java.lang.String ns,
P2PDictionaryServerMode serverMode,
P2PDictionaryClientMode clientMode,
int searchForClientsTimespan)
Creates a dictionary object.
|
P2PDictionary(java.lang.String description,
int port,
java.lang.String ns,
P2PDictionaryServerMode serverMode,
P2PDictionaryClientMode clientMode,
int searchForClientsTimespan,
com.rhfung.P2PDictionary.IDictionaryCallback cb)
Creates a dictionary object.
|