Uses of Enum
org.drasyl.util.protocol.PcpPortUtil.ResultCode
Package
Description
Contains several utilities that help in dealing with specific protocols (e.g.
-
Uses of PcpPortUtil.ResultCode in org.drasyl.util.protocol
Modifier and TypeMethodDescriptionstatic PcpPortUtil.ResultCode
PcpPortUtil.ResultCode.from
(short number) static PcpPortUtil.ResultCode
Returns the enum constant of this type with the specified name.static PcpPortUtil.ResultCode[]
PcpPortUtil.ResultCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionMappingResponseMessage
(PcpPortUtil.ResultCode resultCode, long lifetime, long epochTime, byte[] mappingNonce, int protocol, int internalPort, int externalSuggestedPort, InetAddress externalSuggestedAddress)