Class RequestRenderingContext

java.lang.Object
akka.http.impl.engine.rendering.RequestRenderingContext
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class RequestRenderingContext extends Object implements scala.Product, Serializable
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 Details

    • RequestRenderingContext

      public RequestRenderingContext(HttpRequest request, Host hostHeader, scala.Option<scala.concurrent.Future<akka.NotUsed>> sendEntityTrigger)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3)
    • toString

      public static String toString()
    • request

      public HttpRequest request()
    • hostHeader

      public Host hostHeader()
    • sendEntityTrigger

      public scala.Option<scala.concurrent.Future<akka.NotUsed>> sendEntityTrigger()