Uses of Enum Class
org.pcap4j.packet.namednumber.SctpChunkType.ActionForUnkownType
Packages that use SctpChunkType.ActionForUnkownType
-
Uses of SctpChunkType.ActionForUnkownType in org.pcap4j.packet.namednumber
Subclasses with type arguments of type SctpChunkType.ActionForUnkownType in org.pcap4j.packet.namednumberModifier and TypeClassDescriptionstatic enumAction that must be taken if the processing endpoint does not recognize the Chunk Type.Methods in org.pcap4j.packet.namednumber that return SctpChunkType.ActionForUnkownTypeModifier and TypeMethodDescriptionSctpChunkType.getActionForUnkownType()Returns the enum constant of this class with the specified name.static SctpChunkType.ActionForUnkownType[]SctpChunkType.ActionForUnkownType.values()Returns an array containing the constants of this enum class, in the order they are declared.