クラスの使用
org.pcap4j.packet.namednumber.DnsRCode
-
DnsRCodeを使用しているパッケージ パッケージ 説明 org.pcap4j.packet org.pcap4j.packet.namednumber -
-
org.pcap4j.packetでのDnsRCodeの使用
DnsRCodeを返すorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 DnsRCode
DnsPacket.DnsHeader. getrCode()
DnsRCode型のパラメータを持つorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 DnsPacket.Builder
DnsPacket.Builder. rCode(DnsRCode rCode)
-
org.pcap4j.packet.namednumberでのDnsRCodeの使用
DnsRCodeとして宣言されているorg.pcap4j.packet.namednumberのフィールド 修飾子とタイプ フィールド 説明 static DnsRCode
DnsRCode. FORM_ERR
Format Error: 1static DnsRCode
DnsRCode. NO_ERROR
No Error: 0static DnsRCode
DnsRCode. NOT_AUTH
Not Authorized: 9static DnsRCode
DnsRCode. NOT_IMP
Not Implemented: 4static DnsRCode
DnsRCode. NOT_ZONE
Name not contained in zone: 10static DnsRCode
DnsRCode. NX_DOMAIN
Non-Existent Domain: 3static DnsRCode
DnsRCode. NX_RR_SET
RR Set that should exist does not: 8static DnsRCode
DnsRCode. REFUSED
Query Refused: 5static DnsRCode
DnsRCode. SERV_FAIL
Server Failure: 2static DnsRCode
DnsRCode. YX_DOMAIN
Name Exists when it should not: 6static DnsRCode
DnsRCode. YX_RR_SET
RR Set Exists when it should not: 7DnsRCodeを返すorg.pcap4j.packet.namednumberのメソッド 修飾子とタイプ メソッド 説明 static DnsRCode
DnsRCode. getInstance(Byte value)
static DnsRCode
DnsRCode. register(DnsRCode code)
DnsRCode型のパラメータを持つorg.pcap4j.packet.namednumberのメソッド 修飾子とタイプ メソッド 説明 int
DnsRCode. compareTo(DnsRCode o)
static DnsRCode
DnsRCode. register(DnsRCode code)
-