Uses of Enum
net.i2p.util.AddressType
Packages that use AddressType
Package
Description
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
These classes define the several useful utilities used
throughout the router and applications.
-
Uses of AddressType in net.i2p.router.transport
Methods in net.i2p.router.transport that return AddressTypeModifier and TypeMethodDescriptionstatic AddressType
TransportUtil.getType
(byte[] ip) static AddressType
static AddressType
TransportUtil.getType
(RouterAddress addr) -
Uses of AddressType in net.i2p.util
Methods in net.i2p.util that return AddressTypeModifier and TypeMethodDescriptionstatic AddressType
Returns the enum constant of this type with the specified name.static AddressType[]
AddressType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.util that return types with arguments of type AddressTypeModifier and TypeMethodDescriptionstatic Set<AddressType>
Addresses.getConnectedAddressTypes()
Efficiently get all connected address types in one pass.Methods in net.i2p.util with parameters of type AddressTypeModifier and TypeMethodDescriptionstatic boolean
Addresses.isConnected
(AddressType type) Do we have any address of this type? Warning, very slow on Windows, appx.