java.lang.Object
com.github.markusbernhardt.proxy.search.wpad.dhcp.DHCPOptions.DHCPOptionsEntry
- Enclosing class:
DHCPOptions
class DHCPOptions.DHCPOptionsEntry
extends Object
This inner class represent an entry in the Option Table
-
Field Summary
Fields
protected byte
protected byte[]
protected byte
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
-
length
protected byte length
-
content
protected byte[] content
-
Constructor Details
-
DHCPOptionsEntry
public DHCPOptionsEntry(byte entryCode,
byte entryLength,
byte[] entryContent)
-