Class BufferedResponseStreamInterceptor

java.lang.Object
com.cumulocity.sdk.client.interceptor.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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterRequest(jakarta.ws.rs.client.ClientRequestContext requestContext, jakarta.ws.rs.client.ClientResponseContext responseContext)
     
    void
    onException(jakarta.ws.rs.client.ClientRequestContext requestContext, org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext exceptionContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BufferedResponseStreamInterceptor

      public BufferedResponseStreamInterceptor()
  • Method Details

    • afterRequest

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

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