| Package | Description |
|---|---|
| net.i2p.router.transport |
Transport layer implementations and management for I2P network communication.
|
| org.freenetproject |
Compatibility classes for integrating with CyberGarage UPnP
library, imported from Freenet project.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
UPnP.IPv6ForwardPort
IPv6-specific port forwarding configuration.
|
| 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.
|