Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.factory | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
SctpChunkType |
UnknownSctpChunk.getType() |
SctpChunkType |
SctpPacket.SctpChunk.getType() |
SctpChunkType |
IllegalSctpChunk.getType() |
Modifier and Type | Method and Description |
---|---|
UnknownSctpChunk.Builder |
UnknownSctpChunk.Builder.type(SctpChunkType type) |
IllegalSctpChunk.Builder |
IllegalSctpChunk.Builder.type(SctpChunkType type) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SctpPacket.SctpChunk> |
PacketFactoryPropertiesLoader.getSctpChunkClass(SctpChunkType type) |
Class<? extends SctpPacket.SctpChunk> |
PropertiesBasedSctpChunkFactory.getTargetClass(SctpChunkType number) |
Class<? extends SctpPacket.SctpChunk> |
StaticSctpChunkFactory.getTargetClass(SctpChunkType number) |
SctpPacket.SctpChunk |
PropertiesBasedSctpChunkFactory.newInstance(byte[] rawData,
int offset,
int length,
SctpChunkType number) |
SctpPacket.SctpChunk |
StaticSctpChunkFactory.newInstance(byte[] rawData,
int offset,
int length,
SctpChunkType number) |
Modifier and Type | Field and Description |
---|---|
static SctpChunkType |
SctpChunkType.ABORT
Abort: 6
|
static SctpChunkType |
SctpChunkType.COOKIE_ACK
Cookie Acknowledgement: 11
|
static SctpChunkType |
SctpChunkType.COOKIE_ECHO
State Cookie: 10
|
static SctpChunkType |
SctpChunkType.CWR
Congestion Window Reduced: 13
|
static SctpChunkType |
SctpChunkType.DATA
Payload Data: 0
|
static SctpChunkType |
SctpChunkType.ECNE
Explicit Congestion Notification Echo: 12
|
static SctpChunkType |
SctpChunkType.ERROR
Operation Error: 9
|
static SctpChunkType |
SctpChunkType.HEARTBEAT
Heartbeat Request: 4
|
static SctpChunkType |
SctpChunkType.HEARTBEAT_ACK
Heartbeat Acknowledgement: 5
|
static SctpChunkType |
SctpChunkType.INIT
Initiation: 1
|
static SctpChunkType |
SctpChunkType.INIT_ACK
Initiation Acknowledgement: 2
|
static SctpChunkType |
SctpChunkType.SACK
Selective Acknowledgement: 3
|
static SctpChunkType |
SctpChunkType.SHUTDOWN
Shutdown: 7
|
static SctpChunkType |
SctpChunkType.SHUTDOWN_ACK
Shutdown Acknowledgement: 8
|
static SctpChunkType |
SctpChunkType.SHUTDOWN_COMPLETE
Shutdown Complete: 14
|
Modifier and Type | Method and Description |
---|---|
static SctpChunkType |
SctpChunkType.getInstance(Byte value) |
static SctpChunkType |
SctpChunkType.register(SctpChunkType type) |
Modifier and Type | Method and Description |
---|---|
int |
SctpChunkType.compareTo(SctpChunkType o) |
static SctpChunkType |
SctpChunkType.register(SctpChunkType type) |
Copyright © 2011–2019 Pcap4J.org. All rights reserved.