public class POSTCallbackNotifier<T> extends AbstractCallbackNotifier<T>
requestBuilder| Constructor and Description |
|---|
POSTCallbackNotifier(ResponseStreamProcessor<T> responseStreamProcessor,
ResultCallback<T> resultCallback,
javax.ws.rs.client.Invocation.Builder requestBuilder,
javax.ws.rs.client.Entity<?> entity) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.Response |
response() |
call, startAsyncProcessingpublic POSTCallbackNotifier(ResponseStreamProcessor<T> responseStreamProcessor, ResultCallback<T> resultCallback, javax.ws.rs.client.Invocation.Builder requestBuilder, javax.ws.rs.client.Entity<?> entity)
protected javax.ws.rs.core.Response response()
response in class AbstractCallbackNotifier<T>Copyright © 2017. All Rights Reserved.