Uses of Enum
org.drasyl.util.protocol.NatPmpUtil.ResultCode
Packages that use NatPmpUtil.ResultCode
Package
Description
Contains several utilities that help in dealing with specific protocols (e.g.
- 
Uses of NatPmpUtil.ResultCode in org.drasyl.util.protocol
Methods in org.drasyl.util.protocol that return NatPmpUtil.ResultCodeModifier and TypeMethodDescriptionstatic NatPmpUtil.ResultCodeNatPmpUtil.ResultCode.from(short number) static NatPmpUtil.ResultCodeReturns the enum constant of this type with the specified name.static NatPmpUtil.ResultCode[]NatPmpUtil.ResultCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.drasyl.util.protocol with parameters of type NatPmpUtil.ResultCodeModifierConstructorDescriptionExternalAddressResponseMessage(NatPmpUtil.ResultCode resultCode, int secondsSinceStartOfEpoch, InetAddress externalAddress) MappingUdpResponseMessage(NatPmpUtil.ResultCode resultCode, int secondsSinceStartOfEpoch, int internalPort, int externalPort, long lifetime)