パッケージ | 説明 |
---|---|
net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static TunnelDispatcher.Location |
TunnelDispatcher.Location.valueOf(java.lang.String name) |
指定した名前を持つこの型の列挙型定数を返します。
文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に
一致している必要があります。(余分な空白文字を含めることは
できません。)
|
static TunnelDispatcher.Location[] |
TunnelDispatcher.Location.values() |
この列挙型の定数を含む配列を宣言されている順序で返します。
このメソッドは次のようにして定数を反復するために
使用できます:
for (TunnelDispatcher.Location c : TunnelDispatcher.Location.values()) System.out.println(c); |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
boolean |
TunnelDispatcher.shouldDropParticipatingMessage(TunnelDispatcher.Location loc,
int type,
int length) |
Implement random early discard (RED) to enforce the share bandwidth limit.
|