クラスの使用
org.pcap4j.packet.namednumber.SctpChunkType
-
SctpChunkTypeを使用しているパッケージ パッケージ 説明 org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
org.pcap4j.packetでのSctpChunkTypeの使用
SctpChunkTypeを返すorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 SctpChunkType
IllegalSctpChunk. getType()
SctpChunkType
SctpPacket.SctpChunk. getType()
SctpChunkType
UnknownSctpChunk. getType()
SctpChunkType型のパラメータを持つorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 IllegalSctpChunk.Builder
IllegalSctpChunk.Builder. type(SctpChunkType type)
UnknownSctpChunk.Builder
UnknownSctpChunk.Builder. type(SctpChunkType type)
-
org.pcap4j.packet.factory.propertiesbasedでのSctpChunkTypeの使用
SctpChunkType型のパラメータを持つorg.pcap4j.packet.factory.propertiesbasedのメソッド 修飾子とタイプ メソッド 説明 Class<? extends SctpPacket.SctpChunk>
PacketFactoryPropertiesLoader. getSctpChunkClass(SctpChunkType type)
Class<? extends SctpPacket.SctpChunk>
PropertiesBasedSctpChunkFactory. getTargetClass(SctpChunkType number)
SctpPacket.SctpChunk
PropertiesBasedSctpChunkFactory. newInstance(byte[] rawData, int offset, int length, SctpChunkType number)
-
org.pcap4j.packet.factory.statikでのSctpChunkTypeの使用
SctpChunkType型のパラメータを持つorg.pcap4j.packet.factory.statikのメソッド 修飾子とタイプ メソッド 説明 Class<? extends SctpPacket.SctpChunk>
StaticSctpChunkFactory. getTargetClass(SctpChunkType number)
SctpPacket.SctpChunk
StaticSctpChunkFactory. newInstance(byte[] rawData, int offset, int length, SctpChunkType number)
-
org.pcap4j.packet.namednumberでのSctpChunkTypeの使用
SctpChunkTypeとして宣言されているorg.pcap4j.packet.namednumberのフィールド 修飾子とタイプ フィールド 説明 static SctpChunkType
SctpChunkType. ABORT
Abort: 6static SctpChunkType
SctpChunkType. COOKIE_ACK
Cookie Acknowledgement: 11static SctpChunkType
SctpChunkType. COOKIE_ECHO
State Cookie: 10static SctpChunkType
SctpChunkType. CWR
Congestion Window Reduced: 13static SctpChunkType
SctpChunkType. DATA
Payload Data: 0static SctpChunkType
SctpChunkType. ECNE
Explicit Congestion Notification Echo: 12static SctpChunkType
SctpChunkType. ERROR
Operation Error: 9static SctpChunkType
SctpChunkType. HEARTBEAT
Heartbeat Request: 4static SctpChunkType
SctpChunkType. HEARTBEAT_ACK
Heartbeat Acknowledgement: 5static SctpChunkType
SctpChunkType. INIT
Initiation: 1static SctpChunkType
SctpChunkType. INIT_ACK
Initiation Acknowledgement: 2static SctpChunkType
SctpChunkType. SACK
Selective Acknowledgement: 3static SctpChunkType
SctpChunkType. SHUTDOWN
Shutdown: 7static SctpChunkType
SctpChunkType. SHUTDOWN_ACK
Shutdown Acknowledgement: 8static SctpChunkType
SctpChunkType. SHUTDOWN_COMPLETE
Shutdown Complete: 14SctpChunkTypeを返すorg.pcap4j.packet.namednumberのメソッド 修飾子とタイプ メソッド 説明 static SctpChunkType
SctpChunkType. getInstance(Byte value)
static SctpChunkType
SctpChunkType. register(SctpChunkType type)
SctpChunkType型のパラメータを持つorg.pcap4j.packet.namednumberのメソッド 修飾子とタイプ メソッド 説明 int
SctpChunkType. compareTo(SctpChunkType o)
static SctpChunkType
SctpChunkType. register(SctpChunkType type)
-