Uses of Enum
net.i2p.data.i2np.DatabaseLookupMessage.Type
Package
Description
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
Modifier and TypeMethodDescriptionDatabaseLookupMessage.getSearchType()
Defines the type of data being searched for.static DatabaseLookupMessage.Type
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 TypeMethodDescriptionvoid
DatabaseLookupMessage.setSearchType
(DatabaseLookupMessage.Type type) Defines the type of data being searched for.