Interface Field

    • Method Detail

      • getName

        String getName()
        Returns the name of the field.
      • getNameLowerCase

        default String getNameLowerCase()
        Returns the name of the field in lower case.
      • getBody

        String getBody()
        Gets the unparsed and possibly encoded (see RFC 2047) field body string.
        Returns:
        the unparsed field body string.
      • getRaw

        ByteSequence getRaw()
        Gets original (raw) representation of the field, if available, null otherwise.