Class DHCPOptions.DHCPOptionsEntry

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 Details

    • code

      protected byte code
    • length

      protected byte length
    • content

      protected byte[] content
  • Constructor Details

    • DHCPOptionsEntry

      public DHCPOptionsEntry(byte entryCode, byte entryLength, byte[] entryContent)
  • Method Details