Uses of Enum
org.drasyl.util.PortMappingUtil.Protocol
Packages that use PortMappingUtil.Protocol
-
Uses of PortMappingUtil.Protocol in org.drasyl.util
Methods in org.drasyl.util that return PortMappingUtil.ProtocolModifier and TypeMethodDescriptionstatic PortMappingUtil.Protocol
Returns the enum constant of this type with the specified name.static PortMappingUtil.Protocol[]
PortMappingUtil.Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drasyl.util with parameters of type PortMappingUtil.ProtocolModifier and TypeMethodDescriptionstatic Set<PortMappingUtil.PortMapping>
PortMappingUtil.expose
(InetSocketAddress address, PortMappingUtil.Protocol protocol) Exposesaddress
via PCP, NAT-PMP, or UPNP-IGD.Constructors in org.drasyl.util with parameters of type PortMappingUtil.ProtocolModifierConstructorDescriptionPortMapping
(com.offbynull.portmapper.mapper.PortMapper mapper, InetSocketAddress address, PortMappingUtil.Protocol protocol) Attempts to create a port mapping foraddress
at routermapper
.