Package akka.http.scaladsl.model
Class ResponsePromise$
- java.lang.Object
-
- akka.http.scaladsl.model.ResponsePromise$
-
public class ResponsePromise$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ResponsePromise$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ResponsePromise$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsePromise
apply(scala.concurrent.Promise<HttpResponse> promise)
AttributeKey<ResponsePromise>
Key()
-
-
-
Field Detail
-
MODULE$
public static final ResponsePromise$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
Key
public AttributeKey<ResponsePromise> Key()
-
apply
public ResponsePromise apply(scala.concurrent.Promise<HttpResponse> promise)
-
-