Uses of Class
org.freenetproject.ForwardPort

Packages that use ForwardPort
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   
 

Uses of ForwardPort in net.i2p.router.transport
 

Methods in net.i2p.router.transport with parameters of type ForwardPort
 boolean UPnP.tryAddMapping(String protocol, int port, String description, ForwardPort fp)
           
 

Method parameters in net.i2p.router.transport with type arguments of type ForwardPort
 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
 void ForwardPortCallback.portForwardStatus(Map<ForwardPort,ForwardPortStatus> statuses)
          Called to indicate status on one or more forwarded ports.