|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseLookupMessage.Type | |
---|---|
net.i2p.data.i2np | This package defines the low-level messages sent between routers, called the Invisible Internet Network Protocol (I2NP). |
Uses of DatabaseLookupMessage.Type in net.i2p.data.i2np |
---|
Methods in net.i2p.data.i2np that return DatabaseLookupMessage.Type | |
---|---|
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. |
Methods in net.i2p.data.i2np with parameters of type DatabaseLookupMessage.Type | |
---|---|
void |
DatabaseLookupMessage.setSearchType(DatabaseLookupMessage.Type type)
Defines the type of data being searched for. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |