Uses of Class
net.i2p.data.Destination

Packages that use Destination
Package
Description
Interfaces and factories for the base I2P SDK used to develop applications that communicate through I2P.
Provides a standard way for reading and writing messages transferred over I2P so that the recipient has an authenticated mechanism to reply to it.
Implements the base I2P SDK for developing applications that communicate through I2P.
Provides a standard way for querying the local naming service to resolve a name into a Destination (without the complexity of JNDI).
API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.
These classes define the common data structures used by the various I2P protocols.
The Invisible Internet Client Protocol (I2CP) allows applications simplified access to the I2P network without requiring them to deal with the issues involved with the Invisible Internet Network Protocol (I2NP).
Implementation of preconfigured tunnels, both for clients and servers, and a UI for adding more and editing the configuration.
These classes are the implementation of a definition-based incoming connection filter.
SOCKS 4, 4a, and 5 client tunnels.
Special-purpose client and server tunnels for streaming UDP clients and servers, generally for audio and video streaming.
A small API used by UDP tunnels.
 
Classes for configuring tunnels, used externally by Android.
The UI for adding tunnels and editing their configurations, implemented as a webapp packaged in i2ptunnel.war.
The I2P router application handles the I2P network communication.
Implements the router side of the I2CP interface, which is the API for applications to send and receive data through the router.
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
Dummy versions of things for testing.
Creates and parses garlic messages.
 
The network database, including implementation of floodfills.
Tunnel creation, tunnel build message handling.
The SAM client API.
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features.