Class BufferedResponseStreamInterceptor

  • All Implemented Interfaces:
    org.glassfish.jersey.client.spi.PostInvocationInterceptor

    public class BufferedResponseStreamInterceptor
    extends Object
    implements org.glassfish.jersey.client.spi.PostInvocationInterceptor
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.glassfish.jersey.client.spi.PostInvocationInterceptor

        org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
    • Constructor Detail

      • BufferedResponseStreamInterceptor

        public BufferedResponseStreamInterceptor()
    • Method Detail

      • afterRequest

        public void afterRequest​(javax.ws.rs.client.ClientRequestContext requestContext,
                                 javax.ws.rs.client.ClientResponseContext responseContext)
        Specified by:
        afterRequest in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor
      • onException

        public void onException​(javax.ws.rs.client.ClientRequestContext requestContext,
                                org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext exceptionContext)
        Specified by:
        onException in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor