Uses of Interface
org.refcodes.rest.RestRequest
-
-
Uses of RestRequest in org.refcodes.rest
Subinterfaces of RestRequest in org.refcodes.rest Modifier and Type Interface Description interfaceRestRequestBuilderAnRestRequestBuilderextends anRestCallerwith builder functionality and addslambdasupport for handling the responses addressed to thisRestCaller.Classes in org.refcodes.rest that implement RestRequest Modifier and Type Class Description classRestRequestBuilderImplThe implementation of theRestCallerBuilderinterface as good old POJO for use by differentRestClientimplementations.Methods in org.refcodes.rest with parameters of type RestRequest Modifier and Type Method Description default RestResponseRestRequestClient. doRequest(RestRequest aRequest)Sends a request with the possible attributes and returns the according request'sRestResponseinstance synchronously.static RestResponseRestRequestClientSugar. doRequest(RestRequest aRequest)
-