Uses of Class
net.i2p.client.I2PSessionException

Packages that use I2PSessionException
Package
Description
Interfaces and factories for the base I2P SDK used to develop applications that communicate through I2P.
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.
Interface and classes for a router and client within the same JVM to directly pass I2CP messages using Queues instead of serialized messages over socket streams.
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.
The SAM client API.