Class PingOption
- java.lang.Object
-
- nl.sidnlabs.dnslib.message.records.edns0.EDNS0Option
-
- nl.sidnlabs.dnslib.message.records.edns0.PingOption
-
public class PingOption extends EDNS0Option
- See Also:
- draft-hubert-ulevitch-edns-ping-01
-
-
Field Summary
-
Fields inherited from class nl.sidnlabs.dnslib.message.records.edns0.EDNS0Option
code, len
-
-
Constructor Summary
Constructors Constructor Description PingOption()PingOption(int code, int len, NetworkData opt)
-
-
-
Constructor Detail
-
PingOption
public PingOption()
-
PingOption
public PingOption(int code, int len, NetworkData opt)
-
-
Method Detail
-
decode
public void decode(NetworkData buffer)
- Overrides:
decodein classEDNS0Option
-
-