public class ResponsePromise$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ResponsePromise$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ResponsePromise$() |
Modifier and Type | Method and Description |
---|---|
ResponsePromise |
apply(scala.concurrent.Promise<HttpResponse> promise) |
AttributeKey<ResponsePromise> |
Key() |
public static final ResponsePromise$ MODULE$
public AttributeKey<ResponsePromise> Key()
public ResponsePromise apply(scala.concurrent.Promise<HttpResponse> promise)