Package de.narimo.commons.ws.http.async
Class ResponseInvocationCallback<T>
- java.lang.Object
-
- de.narimo.commons.ws.http.async.ResponseInvocationCallback<T>
-
- All Implemented Interfaces:
javax.ws.rs.client.InvocationCallback<javax.ws.rs.core.Response>
public class ResponseInvocationCallback<T> extends Object implements javax.ws.rs.client.InvocationCallback<javax.ws.rs.core.Response>
-
-
Constructor Summary
Constructors Constructor Description ResponseInvocationCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompleted(javax.ws.rs.core.Response response)voidfailed(Throwable throwable)
-