public class ResponseInvocationCallback<T> extends Object implements javax.ws.rs.client.InvocationCallback<javax.ws.rs.core.Response>
| Constructor and Description |
|---|
ResponseInvocationCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(javax.ws.rs.core.Response response) |
void |
failed(Throwable throwable) |
public void completed(javax.ws.rs.core.Response response)
completed in interface javax.ws.rs.client.InvocationCallback<javax.ws.rs.core.Response>public void failed(Throwable throwable)
failed in interface javax.ws.rs.client.InvocationCallback<javax.ws.rs.core.Response>Copyright © 2020. All rights reserved.