public final class ResponsePromise extends java.lang.Object implements RequestResponseAssociation
| Constructor and Description | 
|---|
| ResponsePromise(scala.concurrent.Promise<HttpResponse> promise) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResponsePromise | apply(scala.concurrent.Promise<HttpResponse> promise) | 
| static AttributeKey<ResponsePromise> | Key() | 
| scala.concurrent.Promise<HttpResponse> | promise() | 
public ResponsePromise(scala.concurrent.Promise<HttpResponse> promise)
public static AttributeKey<ResponsePromise> Key()
public static ResponsePromise apply(scala.concurrent.Promise<HttpResponse> promise)
public scala.concurrent.Promise<HttpResponse> promise()