Package | Description |
---|---|
net.i2p.data.i2np |
This package defines the low-level messages sent between routers,
called the Invisible Internet Network Protocol (I2NP).
|
Modifier and Type | Method and Description |
---|---|
DatabaseLookupMessage.Type |
DatabaseLookupMessage.getSearchType()
Defines the type of data being searched for.
|
static DatabaseLookupMessage.Type |
DatabaseLookupMessage.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseLookupMessage.Type[] |
DatabaseLookupMessage.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseLookupMessage.setSearchType(DatabaseLookupMessage.Type type)
Defines the type of data being searched for.
|