Uses of Interface
com.codingapi.springboot.framework.rest.HttpRequest.IHttpRequestHandler
Packages that use HttpRequest.IHttpRequestHandler
-
Uses of HttpRequest.IHttpRequestHandler in com.codingapi.springboot.framework.rest
Constructors in com.codingapi.springboot.framework.rest with parameters of type HttpRequest.IHttpRequestHandlerModifierConstructorDescriptionHttpClient(HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) HttpClient(HttpProxyProperties properties, HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) HttpRequest(HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) HttpRequest(HttpProxyProperties properties, HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) RestClient(HttpProxyProperties httpProxyProperties, String baseUrl, int retryCount, String emptyResponse, HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler)