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