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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
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 interfaceorg.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 interfaceorg.glassfish.jersey.client.spi.PostInvocationInterceptor
-