クラスの使用
org.pcap4j.packet.namednumber.TcpOptionKind
-
TcpOptionKindを使用しているパッケージ パッケージ 説明 org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
org.pcap4j.packetでのTcpOptionKindの使用
TcpOptionKindを返すorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 TcpOptionKind
IllegalTcpOption. getKind()
TcpOptionKind
TcpEndOfOptionList. getKind()
TcpOptionKind
TcpMaximumSegmentSizeOption. getKind()
TcpOptionKind
TcpNoOperationOption. getKind()
TcpOptionKind
TcpPacket.TcpOption. getKind()
TcpOptionKind
TcpSackOption. getKind()
TcpOptionKind
TcpSackPermittedOption. getKind()
TcpOptionKind
TcpTimestampsOption. getKind()
TcpOptionKind
TcpWindowScaleOption. getKind()
TcpOptionKind
UnknownTcpOption. getKind()
TcpOptionKind型のパラメータを持つorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 IllegalTcpOption.Builder
IllegalTcpOption.Builder. kind(TcpOptionKind kind)
UnknownTcpOption.Builder
UnknownTcpOption.Builder. kind(TcpOptionKind kind)
-
org.pcap4j.packet.factory.propertiesbasedでのTcpOptionKindの使用
TcpOptionKind型のパラメータを持つorg.pcap4j.packet.factory.propertiesbasedのメソッド 修飾子とタイプ メソッド 説明 Class<? extends TcpPacket.TcpOption>
PropertiesBasedTcpOptionFactory. getTargetClass(TcpOptionKind number)
Class<? extends TcpPacket.TcpOption>
PacketFactoryPropertiesLoader. getTcpOptionClass(TcpOptionKind type)
TcpPacket.TcpOption
PropertiesBasedTcpOptionFactory. newInstance(byte[] rawData, int offset, int length, TcpOptionKind number)
-
org.pcap4j.packet.factory.statikでのTcpOptionKindの使用
TcpOptionKind型のパラメータを持つorg.pcap4j.packet.factory.statikのメソッド 修飾子とタイプ メソッド 説明 Class<? extends TcpPacket.TcpOption>
StaticTcpOptionFactory. getTargetClass(TcpOptionKind number)
TcpPacket.TcpOption
StaticTcpOptionFactory. newInstance(byte[] rawData, int offset, int length, TcpOptionKind number)
-
org.pcap4j.packet.namednumberでのTcpOptionKindの使用
TcpOptionKindとして宣言されているorg.pcap4j.packet.namednumberのフィールド 修飾子とタイプ フィールド 説明 static TcpOptionKind
TcpOptionKind. BUBBA
Bubba: 17static TcpOptionKind
TcpOptionKind. CC
CC: 11static TcpOptionKind
TcpOptionKind. CC_ECHO
CC.ECHO: 13static TcpOptionKind
TcpOptionKind. CC_NEW
CC.NEW: 12static TcpOptionKind
TcpOptionKind. CORRUPTION_EXPERIENCED
Corruption experienced: 23static TcpOptionKind
TcpOptionKind. ECHO
Echo: 6static TcpOptionKind
TcpOptionKind. ECHO_REPLY
Echo Reply: 7static TcpOptionKind
TcpOptionKind. END_OF_OPTION_LIST
End of Option List: 0static TcpOptionKind
TcpOptionKind. MAXIMUM_SEGMENT_SIZE
Maximum Segment Size: 2static TcpOptionKind
TcpOptionKind. MD5_SIGNATURE
MD5 Signature: 19static TcpOptionKind
TcpOptionKind. MPTCP
Multipath TCP (MPTCP): 30static TcpOptionKind
TcpOptionKind. NO_OPERATION
No-Operation: 1static TcpOptionKind
TcpOptionKind. PARTIAL_ORDER_CONNECTION_PERMITTED
Partial Order Connection Permitted: 9static TcpOptionKind
TcpOptionKind. PARTIAL_ORDER_SERVICE_PROFILE
Partial Order Service Profile: 10static TcpOptionKind
TcpOptionKind. QUICK_START_RESPONSE
Quick-Start Response: 27static TcpOptionKind
TcpOptionKind. RECORD_BOUNDARIES
Record Boundaries: 22static TcpOptionKind
TcpOptionKind. SACK
SACK: 5static TcpOptionKind
TcpOptionKind. SACK_PERMITTED
SACK Permitted: 4static TcpOptionKind
TcpOptionKind. SCPS_CAPABILITIES
SCPS Capabilities: 20static TcpOptionKind
TcpOptionKind. SELECTIVE_NEGATIVE_ACKNOWLEDGEMENTS
Selective Negative Acknowledgements: 21static TcpOptionKind
TcpOptionKind. SKEETER
Skeeter: 16static TcpOptionKind
TcpOptionKind. SNAP
SNAP: 24static TcpOptionKind
TcpOptionKind. TCP_ALTERNATE_CHECKSUM_DATA
TCP Alternate Checksum Data: 15static TcpOptionKind
TcpOptionKind. TCP_ALTERNATE_CHECKSUM_REQUEST
TCP Alternate Checksum Request: 14static TcpOptionKind
TcpOptionKind. TCP_AO
TCP Authentication Option (TCP-AO): 29static TcpOptionKind
TcpOptionKind. TCP_COMPRESSION_FILTER
TCP Compression Filter: 26static TcpOptionKind
TcpOptionKind. TCP_FAST_OPEN_COOKIE
TCP Fast Open Cookie: 34static TcpOptionKind
TcpOptionKind. TIMESTAMPS
Timestamps: 8static TcpOptionKind
TcpOptionKind. TRAILER_CHECKSUM
Trailer Checksum: 18static TcpOptionKind
TcpOptionKind. USER_TIMEOUT
User Timeout: 28static TcpOptionKind
TcpOptionKind. WINDOW_SCALE
Window Scale: 3TcpOptionKindを返すorg.pcap4j.packet.namednumberのメソッド 修飾子とタイプ メソッド 説明 static TcpOptionKind
TcpOptionKind. getInstance(Byte value)
static TcpOptionKind
TcpOptionKind. register(TcpOptionKind type)
TcpOptionKind型のパラメータを持つorg.pcap4j.packet.namednumberのメソッド 修飾子とタイプ メソッド 説明 int
TcpOptionKind. compareTo(TcpOptionKind o)
static TcpOptionKind
TcpOptionKind. register(TcpOptionKind type)
-