Uses of Class
org.freenetproject.ForwardPort
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.
|
-
Uses of ForwardPort in net.i2p.router.transport
Subclasses of ForwardPort in net.i2p.router.transport Modifier and Type Class Description (package private) static class
UPnP.IPv6ForwardPort
Extended to store the requested IP to be forwarded.Method parameters in net.i2p.router.transport with type arguments of type ForwardPort Modifier and Type Method Description void
UPnP. onChangePublicPorts(Set<ForwardPort> ports, ForwardPortCallback cb)
Registers a callback when the given ports change. -
Uses of ForwardPort in org.freenetproject
Method parameters in org.freenetproject with type arguments of type ForwardPort Modifier and Type Method Description void
ForwardPortCallback. portForwardStatus(Map<ForwardPort,ForwardPortStatus> statuses)
Called to indicate status on one or more forwarded ports.