Class EmptyHeader$
java.lang.Object
org.apache.pekko.http.javadsl.model.HttpHeader
org.apache.pekko.http.scaladsl.model.HttpHeader
org.apache.pekko.http.scaladsl.model.headers.EmptyHeader$
- All Implemented Interfaces:
- Serializable,- Renderable,- ToStringRenderable,- ModeledHeader,- SyntheticHeader
INTERNAL API
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.http.scaladsl.model.HttpHeaderHttpHeader.ParsingResult, HttpHeader.ParsingResult$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final EmptyHeader$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.scaladsl.model.HttpHeaderfastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, valueMethods 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.scaladsl.model.headers.ModeledHeaderlowercaseName, name, render, renderInRequests, renderInResponses, valueMethods inherited from interface org.apache.pekko.http.impl.util.RenderablerenderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoString
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
EmptyHeader$public EmptyHeader$()
 
- 
- 
Method Details- 
renderValue- Specified by:
- renderValuein interface- ModeledHeader
 
- 
companion- Specified by:
- companionin interface- ModeledHeader
 
 
-