Uses of Interface
org.refcodes.web.HttpClientRequest
-
-
Uses of HttpClientRequest in org.refcodes.web
Subinterfaces of HttpClientRequest in org.refcodes.web Modifier and Type Interface Description static interfaceHttpClientRequest.HttpClientRequestBuilderBuilder for theHttpClientRequestinterface.Classes in org.refcodes.web that implement HttpClientRequest Modifier and Type Class Description classHttpClientRequestImplImplementation of theHttpClientRequestinterface.Methods in org.refcodes.web that return HttpClientRequest Modifier and Type Method Description default <REQ> HttpClientRequestHttpClientRequest.HttpClientRequestBuilder. withRequest(REQ aRequest)Sets the request for the request property.
-