Uses of Interface
org.pcap4j.packet.SctpPacket.SctpChunk
-
Packages that use SctpPacket.SctpChunk Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik -
-
Uses of SctpPacket.SctpChunk in org.pcap4j.packet
Classes in org.pcap4j.packet that implement SctpPacket.SctpChunk Modifier and Type Class Description classIllegalSctpChunkIllegal SCTP ChunkclassUnknownSctpChunkUnknown SCTP ChunkFields in org.pcap4j.packet with type parameters of type SctpPacket.SctpChunk Modifier and Type Field Description private java.util.List<SctpPacket.SctpChunk>SctpPacket.Builder. chunksprivate java.util.List<SctpPacket.SctpChunk>SctpPacket.SctpHeader. chunksMethods in org.pcap4j.packet that return types with arguments of type SctpPacket.SctpChunk Modifier and Type Method Description java.util.List<SctpPacket.SctpChunk>SctpPacket.SctpHeader. getChunks()Method parameters in org.pcap4j.packet with type arguments of type SctpPacket.SctpChunk Modifier and Type Method Description SctpPacket.BuilderSctpPacket.Builder. chunks(java.util.List<SctpPacket.SctpChunk> chunks) -
Uses of SctpPacket.SctpChunk in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased that return SctpPacket.SctpChunk Modifier and Type Method Description SctpPacket.SctpChunkPropertiesBasedSctpChunkFactory. newInstance(byte[] rawData, int offset, int length)SctpPacket.SctpChunkPropertiesBasedSctpChunkFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends SctpPacket.SctpChunk> dataClass)SctpPacket.SctpChunkPropertiesBasedSctpChunkFactory. newInstance(byte[] rawData, int offset, int length, SctpChunkType number)Methods in org.pcap4j.packet.factory.propertiesbased that return types with arguments of type SctpPacket.SctpChunk Modifier and Type Method Description java.lang.Class<? extends SctpPacket.SctpChunk>PacketFactoryPropertiesLoader. getSctpChunkClass(SctpChunkType type)java.lang.Class<? extends SctpPacket.SctpChunk>PropertiesBasedSctpChunkFactory. getTargetClass()java.lang.Class<? extends SctpPacket.SctpChunk>PropertiesBasedSctpChunkFactory. getTargetClass(SctpChunkType number)java.lang.Class<? extends SctpPacket.SctpChunk>PacketFactoryPropertiesLoader. getUnknownSctpChunkClass()Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type SctpPacket.SctpChunk Modifier and Type Method Description SctpPacket.SctpChunkPropertiesBasedSctpChunkFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends SctpPacket.SctpChunk> dataClass) -
Uses of SctpPacket.SctpChunk in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik that return SctpPacket.SctpChunk Modifier and Type Method Description SctpPacket.SctpChunkStaticSctpChunkFactory.Instantiater. newInstance(byte[] rawData, int offset, int length)SctpPacket.SctpChunkStaticSctpChunkFactory. newInstance(byte[] rawData, int offset, int length)SctpPacket.SctpChunkStaticSctpChunkFactory. newInstance(byte[] rawData, int offset, int length, SctpChunkType number)Methods in org.pcap4j.packet.factory.statik that return types with arguments of type SctpPacket.SctpChunk Modifier and Type Method Description java.lang.Class<? extends SctpPacket.SctpChunk>StaticSctpChunkFactory. getTargetClass()java.lang.Class<? extends SctpPacket.SctpChunk>StaticSctpChunkFactory. getTargetClass(SctpChunkType number)java.lang.Class<? extends SctpPacket.SctpChunk>StaticSctpChunkFactory.Instantiater. getTargetClass()
-