Uses of Class
org.pcap4j.packet.namednumber.SctpChunkType.ActionForUnkownType
-
Packages that use SctpChunkType.ActionForUnkownType Package Description org.pcap4j.packet.namednumber -
-
Uses of SctpChunkType.ActionForUnkownType in org.pcap4j.packet.namednumber
Methods in org.pcap4j.packet.namednumber that return SctpChunkType.ActionForUnkownType Modifier and Type Method Description SctpChunkType.ActionForUnkownTypeSctpChunkType. getActionForUnkownType()static SctpChunkType.ActionForUnkownTypeSctpChunkType.ActionForUnkownType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SctpChunkType.ActionForUnkownType[]SctpChunkType.ActionForUnkownType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-