Skip navigation links

Package net.i2p.internal

Internal communication interfaces for router and client within same JVM, using queues instead of socket-based I2CP.

See: Description

Package net.i2p.internal Description

Internal communication interfaces for router and client within same JVM, using queues instead of socket-based I2CP.

This package provides:

When a router and client are running in the same JVM, this package allows them to communicate directly using queues rather than serializing messages over socket streams. This provides improved performance and reduced overhead compared to standard I2CP communication.

Skip navigation links