パッケージ | 説明 |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.transport |
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
|
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
CommSystemFacade.Status |
CommSystemFacade.getStatus() |
Determine under what conditions we are remotely reachable.
|
static CommSystemFacade.Status |
CommSystemFacade.Status.merge(CommSystemFacade.Status oldStatus,
CommSystemFacade.Status newStatus) |
merge the new Status with the old Status
|
static CommSystemFacade.Status |
CommSystemFacade.Status.valueOf(java.lang.String name) |
指定した名前を持つこの型の列挙型定数を返します。
文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に
一致している必要があります。(余分な空白文字を含めることは
できません。)
|
static CommSystemFacade.Status[] |
CommSystemFacade.Status.values() |
この列挙型の定数を含む配列を宣言されている順序で返します。
このメソッドは次のようにして定数を反復するために
使用できます:
for (CommSystemFacade.Status c : CommSystemFacade.Status.values()) System.out.println(c); |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static CommSystemFacade.Status |
CommSystemFacade.Status.merge(CommSystemFacade.Status oldStatus,
CommSystemFacade.Status newStatus) |
merge the new Status with the old Status
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
CommSystemFacade.Status |
Transport.getReachabilityStatus() |
Previously returned short, now enum as of 0.9.20
|
abstract CommSystemFacade.Status |
TransportImpl.getReachabilityStatus() |
Previously returned short, now enum as of 0.9.20
|
CommSystemFacade.Status |
TransportManager.getReachabilityStatus() |
Previously returned short, now enum as of 0.9.20
|
CommSystemFacade.Status |
CommSystemFacadeImpl.getStatus() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
CommSystemFacade.Status |
NTCPTransport.getReachabilityStatus() |
Maybe we should trust UPnP here and report OK if it opened the port, but
for now we don't.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
CommSystemFacade.Status |
UDPTransport.getReachabilityStatus() |
Previously returned short, now enum as of 0.9.20
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(package private) void |
UDPTransport.setReachabilityStatus(CommSystemFacade.Status status,
boolean isIPv6) |