Uses of Class
org.pcap4j.packet.namednumber.SctpChunkType
-
Packages that use SctpChunkType Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
Uses of SctpChunkType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as SctpChunkType Modifier and Type Field Description private SctpChunkTypeIllegalSctpChunk.Builder. typeprivate SctpChunkTypeIllegalSctpChunk. typeprivate SctpChunkTypeUnknownSctpChunk.Builder. typeprivate SctpChunkTypeUnknownSctpChunk. typeMethods in org.pcap4j.packet that return SctpChunkType Modifier and Type Method Description SctpChunkTypeIllegalSctpChunk. getType()SctpChunkTypeSctpPacket.SctpChunk. getType()SctpChunkTypeUnknownSctpChunk. getType()Methods in org.pcap4j.packet with parameters of type SctpChunkType Modifier and Type Method Description IllegalSctpChunk.BuilderIllegalSctpChunk.Builder. type(SctpChunkType type)UnknownSctpChunk.BuilderUnknownSctpChunk.Builder. type(SctpChunkType type) -
Uses of SctpChunkType in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased with parameters of type SctpChunkType Modifier and Type Method Description java.lang.Class<? extends SctpPacket.SctpChunk>PacketFactoryPropertiesLoader. getSctpChunkClass(SctpChunkType type)java.lang.Class<? extends SctpPacket.SctpChunk>PropertiesBasedSctpChunkFactory. getTargetClass(SctpChunkType number)SctpPacket.SctpChunkPropertiesBasedSctpChunkFactory. newInstance(byte[] rawData, int offset, int length, SctpChunkType number) -
Uses of SctpChunkType in org.pcap4j.packet.factory.statik
Fields in org.pcap4j.packet.factory.statik with type parameters of type SctpChunkType Modifier and Type Field Description private java.util.Map<SctpChunkType,StaticSctpChunkFactory.Instantiater>StaticSctpChunkFactory. instantiatersMethods in org.pcap4j.packet.factory.statik with parameters of type SctpChunkType Modifier and Type Method Description java.lang.Class<? extends SctpPacket.SctpChunk>StaticSctpChunkFactory. getTargetClass(SctpChunkType number)SctpPacket.SctpChunkStaticSctpChunkFactory. newInstance(byte[] rawData, int offset, int length, SctpChunkType number) -
Uses of SctpChunkType in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as SctpChunkType Modifier and Type Field Description static SctpChunkTypeSctpChunkType. ABORTAbort: 6static SctpChunkTypeSctpChunkType. COOKIE_ACKCookie Acknowledgement: 11static SctpChunkTypeSctpChunkType. COOKIE_ECHOState Cookie: 10static SctpChunkTypeSctpChunkType. CWRCongestion Window Reduced: 13static SctpChunkTypeSctpChunkType. DATAPayload Data: 0static SctpChunkTypeSctpChunkType. ECNEExplicit Congestion Notification Echo: 12static SctpChunkTypeSctpChunkType. ERROROperation Error: 9static SctpChunkTypeSctpChunkType. HEARTBEATHeartbeat Request: 4static SctpChunkTypeSctpChunkType. HEARTBEAT_ACKHeartbeat Acknowledgement: 5static SctpChunkTypeSctpChunkType. INITInitiation: 1static SctpChunkTypeSctpChunkType. INIT_ACKInitiation Acknowledgement: 2static SctpChunkTypeSctpChunkType. SACKSelective Acknowledgement: 3static SctpChunkTypeSctpChunkType. SHUTDOWNShutdown: 7static SctpChunkTypeSctpChunkType. SHUTDOWN_ACKShutdown Acknowledgement: 8static SctpChunkTypeSctpChunkType. SHUTDOWN_COMPLETEShutdown Complete: 14Fields in org.pcap4j.packet.namednumber with type parameters of type SctpChunkType Modifier and Type Field Description private static java.util.Map<java.lang.Byte,SctpChunkType>SctpChunkType. registryMethods in org.pcap4j.packet.namednumber that return SctpChunkType Modifier and Type Method Description static SctpChunkTypeSctpChunkType. getInstance(java.lang.Byte value)static SctpChunkTypeSctpChunkType. register(SctpChunkType type)Methods in org.pcap4j.packet.namednumber with parameters of type SctpChunkType Modifier and Type Method Description intSctpChunkType. compareTo(SctpChunkType o)static SctpChunkTypeSctpChunkType. register(SctpChunkType type)
-