Class AbortedResponse


  • public class AbortedResponse
    extends ClientResponse
    Version:
    $Revision: 1 $
    • Field Detail

      • is

        protected java.io.InputStream is
    • Constructor Detail

      • AbortedResponse

        public AbortedResponse​(ClientConfiguration configuration,
                               javax.ws.rs.core.Response response)
    • Method Detail

      • readEntity

        public <T> T readEntity​(java.lang.Class<T> type,
                                java.lang.reflect.Type genericType,
                                java.lang.annotation.Annotation[] anns)
        Added for RESTEASY-1540.
        Overrides:
        readEntity in class ClientResponse