Class RequestRenderingContext

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public final class RequestRenderingContext
    extends java.lang.Object
    implements scala.Product, java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestRenderingContext​(HttpRequest request, Host hostHeader, scala.Option<scala.concurrent.Future<akka.NotUsed>> sendEntityTrigger)  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract static R apply​(T1 v1, T2 v2, T3 v3)  
      Host hostHeader()  
      HttpRequest request()  
      scala.Option<scala.concurrent.Future<akka.NotUsed>> sendEntityTrigger()  
      static java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • RequestRenderingContext

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

      • apply

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

        public static java.lang.String toString()
      • hostHeader

        public Host hostHeader()
      • sendEntityTrigger

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