Uses of Package
net.i2p.data.i2np

Packages that use net.i2p.data.i2np
net.i2p.data.i2np   
net.i2p.router   
net.i2p.router.message   
net.i2p.router.networkdb   
net.i2p.router.networkdb.kademlia   
net.i2p.router.transport   
net.i2p.router.transport.tcp Implements the transport for communicating with other routers via TCP/IP. 
net.i2p.router.transport.udp   
net.i2p.router.tunnel   
net.i2p.router.tunnel.pool   
 

Classes in net.i2p.data.i2np used by net.i2p.data.i2np
DeliveryInstructions
          Contains the delivery instructions
I2NPMessage
          Base interface for all I2NP messages
I2NPMessageException
          Represent an error serializing or deserializing an APIMessage
I2NPMessageImpl
          Defines the base message implementation.
I2NPMessageReader
          The I2NPMessageReader reads an InputStream (using I2NPMessageHandler) and passes out events to a registered listener, where events are either messages being received, exceptions being thrown, or the connection being closed.
I2NPMessageReader.I2NPMessageEventListener
          Defines the different events the reader produces while reading the stream
 

Classes in net.i2p.data.i2np used by net.i2p.router
I2NPMessage
          Base interface for all I2NP messages
TunnelCreateMessage
          Defines the message sent to a router to request that it participate in a tunnel using the included configuration settings.
 

Classes in net.i2p.data.i2np used by net.i2p.router.message
DeliveryInstructions
          Contains the delivery instructions
GarlicClove
          Contains one deliverable message encrypted to a router along with instructions and a certificate 'paying for' the delivery.
GarlicMessage
          Defines the wrapped garlic message
I2NPMessage
          Base interface for all I2NP messages
 

Classes in net.i2p.data.i2np used by net.i2p.router.networkdb
DatabaseLookupMessage
          Defines the message a router sends to another router to search for a key in the network database.
DatabaseStoreMessage
          Defines the message a router sends to another router to test the network database reachability, as well as the reply message sent back.
I2NPMessage
          Base interface for all I2NP messages
 

Classes in net.i2p.data.i2np used by net.i2p.router.networkdb.kademlia
DatabaseLookupMessage
          Defines the message a router sends to another router to search for a key in the network database.
DatabaseSearchReplyMessage
          Defines the message a router sends to another router in response to a search (DatabaseFindNearest or DatabaseLookup) when it doesn't have the value, specifying what routers it would search.
I2NPMessage
          Base interface for all I2NP messages
 

Classes in net.i2p.data.i2np used by net.i2p.router.transport
I2NPMessage
          Base interface for all I2NP messages
 

Classes in net.i2p.data.i2np used by net.i2p.router.transport.tcp
I2NPMessage
          Base interface for all I2NP messages
I2NPMessageReader
          The I2NPMessageReader reads an InputStream (using I2NPMessageHandler) and passes out events to a registered listener, where events are either messages being received, exceptions being thrown, or the connection being closed.
I2NPMessageReader.I2NPMessageEventListener
          Defines the different events the reader produces while reading the stream
 

Classes in net.i2p.data.i2np used by net.i2p.router.transport.udp
I2NPMessage
          Base interface for all I2NP messages
 

Classes in net.i2p.data.i2np used by net.i2p.router.tunnel
DeliveryInstructions
          Contains the delivery instructions
I2NPMessage
          Base interface for all I2NP messages
TunnelDataMessage
          Defines the message sent between routers as part of the tunnel delivery
TunnelGatewayMessage
          Defines the message sent between one tunnel's endpoint and another's gateway.
 

Classes in net.i2p.data.i2np used by net.i2p.router.tunnel.pool
I2NPMessage
          Base interface for all I2NP messages
TunnelCreateMessage
          Defines the message sent to a router to request that it participate in a tunnel using the included configuration settings.