Class RequestRenderingContext
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
INTERNAL API
 
 param:  request the request to be rendered
 param:  hostHeader the host header to render (not necessarily contained in the request.headers)
 param:  sendEntityTrigger defined when the request has a Expect: 100-continue header; in this case the future will
                          be completed successfully when the request entity is allowed to go out onto the wire;
                          if the future is completed with an error the connection is to be closed.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRequestRenderingContext(HttpRequest request, Host hostHeader, scala.Option<scala.concurrent.Future<org.apache.pekko.NotUsed>> sendEntityTrigger) 
- 
Method SummaryMethods 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, productPrefix
- 
Constructor Details- 
RequestRenderingContextpublic RequestRenderingContext(HttpRequest request, Host hostHeader, scala.Option<scala.concurrent.Future<org.apache.pekko.NotUsed>> sendEntityTrigger) 
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2, T3 v3) 
- 
toString
- 
request
- 
hostHeader
- 
sendEntityTriggerpublic scala.Option<scala.concurrent.Future<org.apache.pekko.NotUsed>> sendEntityTrigger()
 
-