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 |
Modifier and Type | Method and Description |
---|---|
boolean |
UPnP.tryAddMapping(String protocol,
int port,
String description,
ForwardPort fp) |
Modifier and Type | Method and Description |
---|---|
void |
UPnP.onChangePublicPorts(Set<ForwardPort> ports,
ForwardPortCallback cb)
non-blocking
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardPortCallback.portForwardStatus(Map<ForwardPort,ForwardPortStatus> statuses)
Called to indicate status on one or more forwarded ports.
|