Uses of Enum
org.drasyl.util.protocol.PcpPortUtil.ResultCode
Packages that use 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
Methods in org.drasyl.util.protocol that return PcpPortUtil.ResultCodeModifier and TypeMethodDescriptionstatic PcpPortUtil.ResultCodePcpPortUtil.ResultCode.from(short number) static PcpPortUtil.ResultCodeReturns 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.Constructors in org.drasyl.util.protocol with parameters of type PcpPortUtil.ResultCodeModifierConstructorDescriptionMappingResponseMessage(PcpPortUtil.ResultCode resultCode, long lifetime, long epochTime, byte[] mappingNonce, int protocol, int internalPort, int externalSuggestedPort, InetAddress externalSuggestedAddress)