Class DHCPOptions.DHCPOptionsEntry

  • Enclosing class:
    DHCPOptions

    class DHCPOptions.DHCPOptionsEntry
    extends java.lang.Object
    This inner class represent an entry in the Option Table
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte code  
      protected byte[] content  
      protected byte length  
    • Constructor Summary

      Constructors 
      Constructor Description
      DHCPOptionsEntry​(byte entryCode, byte entryLength, byte[] entryContent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • code

        protected byte code
      • length

        protected byte length
      • content

        protected byte[] content
    • Constructor Detail

      • DHCPOptionsEntry

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object