Class RestResponseHandler

java.lang.Object
org.sourcelab.kafka.connect.apiclient.rest.handlers.RestResponseHandler
All Implemented Interfaces:
org.apache.http.client.ResponseHandler<RestResponse>

public final class RestResponseHandler extends Object implements org.apache.http.client.ResponseHandler<RestResponse>
Handles parsing a response to RestResponse object.
  • Constructor Details

    • RestResponseHandler

      public RestResponseHandler()
  • Method Details

    • handleResponse

      public RestResponse handleResponse(org.apache.http.HttpResponse response)
      Specified by:
      handleResponse in interface org.apache.http.client.ResponseHandler<RestResponse>