Uses of Enum
org.drasyl.util.protocol.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
Modifier and TypeMethodDescriptionstatic NatPmpUtil.ResultCode
NatPmpUtil.ResultCode.from
(short number) static NatPmpUtil.ResultCode
Returns 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.ModifierConstructorDescriptionExternalAddressResponseMessage
(NatPmpUtil.ResultCode resultCode, int secondsSinceStartOfEpoch, InetAddress externalAddress) MappingUdpResponseMessage
(NatPmpUtil.ResultCode resultCode, int secondsSinceStartOfEpoch, int internalPort, int externalPort, long lifetime)