Class 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 Detail

      • ResponseInvocationCallback

        public ResponseInvocationCallback()
    • Method Detail

      • completed

        public void completed​(javax.ws.rs.core.Response response)
        Specified by:
        completed in interface javax.ws.rs.client.InvocationCallback<T>
      • failed

        public void failed​(Throwable throwable)
        Specified by:
        failed in interface javax.ws.rs.client.InvocationCallback<T>