Class HttpOrigin
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.HttpOrigin
org.apache.pekko.http.scaladsl.model.headers.HttpOrigin
- All Implemented Interfaces:
- Serializable,- Renderable,- ToStringRenderable,- ValueRenderable,- scala.Equals,- scala.Product
public final class HttpOrigin
extends HttpOrigin
implements ValueRenderable, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HttpOriginhost()static Renderer<scala.collection.immutable.Seq<HttpOrigin>>render(R r) scheme()Methods inherited from class org.apache.pekko.http.javadsl.model.headers.HttpOrigincreate, parseMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderablevalue
- 
Constructor Details- 
HttpOrigin
 
- 
- 
Method Details- 
originsRenderer
- 
apply
- 
scheme- Specified by:
- schemein class- HttpOrigin
 
- 
host- Specified by:
- hostin class- HttpOrigin
 
- 
render- Specified by:
- renderin interface- Renderable
 
 
-