Class InternalServerErrorClientResponseInterceptor

java.lang.Object
com.xebialabs.deployit.booter.remote.resteasy.InternalServerErrorClientResponseInterceptor
All Implemented Interfaces:
jakarta.ws.rs.client.ClientResponseFilter

@Provider public class InternalServerErrorClientResponseInterceptor extends Object implements jakarta.ws.rs.client.ClientResponseFilter
  • Constructor Details

    • InternalServerErrorClientResponseInterceptor

      public InternalServerErrorClientResponseInterceptor()
  • Method Details

    • filter

      public void filter(jakarta.ws.rs.client.ClientRequestContext requestContext, jakarta.ws.rs.client.ClientResponseContext responseContext) throws IOException
      Specified by:
      filter in interface jakarta.ws.rs.client.ClientResponseFilter
      Throws:
      IOException
    • isError

      public boolean isError(jakarta.ws.rs.core.Response.StatusType statusInfo)