Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UPnP.onChangePublicPorts(Set<ForwardPort> ports,
ForwardPortCallback cb)
Registers a callback when the given ports change.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardPortCallback.portForwardStatus(Map<ForwardPort,ForwardPortStatus> statuses)
Called to indicate status on one or more forwarded ports.
|