Class RawField

    • Constructor Detail

    • Method Detail

      • getRaw

        public ByteSequence getRaw()
        Description copied from interface: Field
        Gets original (raw) representation of the field, if available, null otherwise.
        Specified by:
        getRaw in interface Field
      • getName

        public String getName()
        Description copied from interface: Field
        Returns the name of the field.
        Specified by:
        getName in interface Field
      • getNameLowerCase

        public String getNameLowerCase()
        Description copied from interface: Field
        Returns the name of the field in lower case.
        Specified by:
        getNameLowerCase in interface Field
      • getBody

        public String getBody()
        Description copied from interface: Field
        Gets the unparsed and possibly encoded (see RFC 2047) field body string.
        Specified by:
        getBody in interface Field
        Returns:
        the unparsed field body string.
      • getDelimiterIdx

        public int getDelimiterIdx()