Uses of Interface
org.drasyl.remote.handler.portmapper.PortMapping
-
Packages that use PortMapping Package Description org.drasyl.remote.handler.portmapper ContainsPortMapper
that attempts to create port forwarding via PCP, NAT-PMP, UPnP-IDG. -
-
Uses of PortMapping in org.drasyl.remote.handler.portmapper
Classes in org.drasyl.remote.handler.portmapper that implement PortMapping Modifier and Type Class Description class
NatPmpPortMapping
Port Forwarding on NAT-enabled routers via NAT-PMP.class
PcpPortMapping
Port Forwarding on NAT-enabled routers via PCP.class
UpnpIgdPortMapping
Port Forwarding on NAT-enabled routers via UPnP-IGD.
-