Uses of Enum
net.i2p.data.i2np.DatabaseLookupMessage.Type
Packages that use 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
Methods in net.i2p.data.i2np that return DatabaseLookupMessage.TypeModifier 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.Methods in net.i2p.data.i2np with parameters of type DatabaseLookupMessage.TypeModifier and TypeMethodDescriptionvoid
DatabaseLookupMessage.setSearchType
(DatabaseLookupMessage.Type type) Defines the type of data being searched for.