See: Description
| Class | Description |
|---|---|
| HostCheckHandler | Block certain Host headers to prevent DNS rebinding attacks. |
| I2PControlController | This handles the starting and stopping of Jetty
from a single static class so it can be called via clients.config. |
| I2PControlVersion | Version information and API compatibility for I2PControl interface. |
| SocketController | This handles the starting and stopping of a ServerSocket
from a single static class so it can be called via clients.config. |
I2P Control provides a JSON-RPC 2.0 interface for controlling and monitoring the I2P router. This package contains the main controller and core functionality for the I2P Control service, allowing external applications to interact with the I2P router through a secure API.
I2PControlController - Main controller for the I2P Control serviceSocketController - Handles socket connectionsI2PControlVersion - Version informationnet.i2p.i2pcontrol.security - Security and authentication componentsnet.i2p.i2pcontrol.servlets - HTTP servlets and JSON-RPC handlersSince 0.9.10