Class RawHeader
java.lang.Object
org.apache.pekko.http.javadsl.model.HttpHeader
org.apache.pekko.http.scaladsl.model.HttpHeader
org.apache.pekko.http.javadsl.model.headers.RawHeader
- All Implemented Interfaces:
- Renderable,- ToStringRenderable
- Direct Known Subclasses:
- RawHeader
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- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.http.scaladsl.model.HttpHeaderHttpHeader.ParsingResult, HttpHeader.ParsingResult$
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.scaladsl.model.HttpHeaderfastFind, is, isNot, lowercaseName, parse, unapply, unsafeToStringMethods inherited from class org.apache.pekko.http.javadsl.model.HttpHeaderparse, renderInRequests, renderInResponsesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.util.RenderablerenderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoString
- 
Constructor Details- 
RawHeaderpublic RawHeader()
 
- 
- 
Method Details- 
nameDescription copied from class:HttpHeaderReturns the name of the header.- Specified by:
- namein class- HttpHeader
 
- 
valueDescription copied from class:HttpHeaderReturns the String representation of the value of the header.- Specified by:
- valuein class- HttpHeader
 
- 
create
 
-