Class HttpResponse$
java.lang.Object
org.apache.pekko.http.scaladsl.model.HttpResponse$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HttpResponse$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(StatusCode status, scala.collection.immutable.Seq<HttpHeader> headers, ResponseEntity entity, HttpProtocol protocol) unapply(HttpResponse any) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
HttpResponse$public HttpResponse$()
 
- 
- 
Method Details- 
applypublic HttpResponse apply(StatusCode status, scala.collection.immutable.Seq<HttpHeader> headers, ResponseEntity entity, HttpProtocol protocol) 
- 
unapply
 
-