パッケージ | 説明 |
---|---|
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.
|
org.freenetproject |
Small classes used by net.i2p.transport.UPnP to interface with the org.cybergarage UPnP library,
as imported from freenet.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
UPnP.onChangePublicPorts(java.util.Set<ForwardPort> ports,
ForwardPortCallback cb) |
Registers a callback when the given ports change.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
ForwardPortCallback.portForwardStatus(java.util.Map<ForwardPort,ForwardPortStatus> statuses) |
Called to indicate status on one or more forwarded ports.
|