Class RawHeader

All Implemented Interfaces:
Renderable, ToStringRenderable
Direct Known Subclasses:
RawHeader

@DoNotInherit public abstract class RawHeader extends HttpHeader
A header in its 'raw' name/value form, not parsed into a modelled header class. To add a custom header type, implement ModeledCustomHeader and ModeledCustomHeaderFactory rather than extending RawHeader
  • Constructor Details

    • RawHeader

      public RawHeader()
  • Method Details