See: Description
| Interface | Description |
|---|---|
| Sink | Sink interface for streaming data destinations. |
| Source | Source interface for streaming data sources. |
| Stream | Stream interface for managing streaming data flow. |
| Class | Description |
|---|---|
| I2PSink | I2P sink implementation that sends datagrams to a fixed destination
specified in the constructor. |
| I2PSinkAnywhere | I2P sink implementation that sends datagrams to any destination
specified in each I2PSinkAnywhere.send(net.i2p.data.Destination, byte[]) call, rather than a fixed destination. |
| I2PSource | I2P source implementation for streaming data. |
| UDPSink | UDP sink implementation for streaming data. |
| UDPSource | UDP source implementation for streaming data. |
| Enum | Description |
|---|---|
| I2PSource.Protocol | Protocol enum for I2P source handling. |
Core API and interfaces used by UDP tunnel implementations. Provides the foundation for both generic UDP tunnels and specialized streaming tunnels.
This package defines:
Used internally by net.i2p.i2ptunnel.udpTunnel and net.i2p.i2ptunnel.streamr.