Package akka.http.scaladsl.model
Class HttpResponse$
- java.lang.Object
-
- akka.http.scaladsl.model.HttpResponse$
-
public class HttpResponse$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static HttpResponse$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpResponse$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponse
apply(StatusCode status, scala.collection.immutable.Seq<HttpHeader> headers, ResponseEntity entity, HttpProtocol protocol)
OptHttpResponse
unapply(HttpResponse any)
-
-
-
Field Detail
-
MODULE$
public static final HttpResponse$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public HttpResponse apply(StatusCode status, scala.collection.immutable.Seq<HttpHeader> headers, ResponseEntity entity, HttpProtocol protocol)
-
unapply
public OptHttpResponse unapply(HttpResponse any)
-
-