Uses of Class
net.i2p.data.i2np.DatabaseLookupMessage.Type
Package | Description |
---|---|
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 Modifier and Type Method 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.Methods in net.i2p.data.i2np with parameters of type DatabaseLookupMessage.Type Modifier and Type Method Description void
DatabaseLookupMessage. setSearchType(DatabaseLookupMessage.Type type)
Defines the type of data being searched for.