パッケージ | 説明 |
---|---|
net.i2p.app |
Interfaces for classes to be started and stopped via clients.config.
|
net.i2p.apps.systray |
A system tray control for launching the I2P router console.
|
net.i2p.BOB |
BOB, the Basic Open Bridge, allows TCP applications to talk over I2P.
|
net.i2p.desktopgui |
Desktopgui is a graphical interface to I2P that allows managing the lifecycle of I2P from the system tray.
|
net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
net.i2p.jetty |
Classes for starting Jetty, logging requests, and debug logging to the I2P router log.
|
net.i2p.router.news |
Classes to parse the I2P news format, which follows the Atom
standard with additional metadata for the I2P update notification feature.
|
net.i2p.router.startup |
The I2P startup package loads the configuration when I2P is started.
|
net.i2p.router.update |
Classes to implement the update process.
|
net.i2p.router.web |
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
|
net.i2p.sam |
The SAM client API.
|
org.klomp.snark |
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
ClientApp.getState() |
The current state of the ClientApp.
|
static ClientAppState |
ClientAppState.valueOf(java.lang.String name) |
指定した名前を持つこの型の列挙型定数を返します。
文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に
一致している必要があります。(余分な空白文字を含めることは
できません。)
|
static ClientAppState[] |
ClientAppState.values() |
この列挙型の定数を含む配列を宣言されている順序で返します。
このメソッドは次のようにして定数を反復するために
使用できます:
for (ClientAppState c : ClientAppState.values()) System.out.println(c); |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
ClientAppManager.notify(ClientApp app,
ClientAppState state,
java.lang.String message,
java.lang.Exception e) |
Must be called on all state transitions except
from UNINITIALIZED to INITIALIZED.
|
void |
ClientAppManagerImpl.notify(ClientApp app,
ClientAppState state,
java.lang.String message,
java.lang.Exception e) |
Does nothing.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
UrlLauncher.getState() |
ClientApp interface
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
BOB.getState() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
Main.getState() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
TunnelControllerGroup.getState() |
ClientApp interface
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
JettyStart.getState() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
NewsManager.getState() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
RouterAppManager.notify(ClientApp app,
ClientAppState state,
java.lang.String message,
java.lang.Exception e) |
Must be called on all state transitions except
from UNINITIALIZED to INITIALIZED.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
ConsoleUpdateManager.getState() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
RouterConsoleRunner.getState() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
SAMBridge.getState() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ClientAppState |
SnarkManager.getState() |
ClientApp method.
|