Class ResponseCheckFilter

java.lang.Object
org.projectnessie.client.rest.ResponseCheckFilter

public class ResponseCheckFilter extends Object
  • Constructor Details

    • ResponseCheckFilter

      public ResponseCheckFilter()
  • Method Details

    • checkResponse

      public static void checkResponse(ResponseContext con) throws Exception
      check that response had a valid return code. Throw exception if not.
      Parameters:
      con - open http connection
      Throws:
      IOException - Throws IOException for certain error types.
      Exception