Uses of Interface
org.refcodes.rest.LoopbackRestClient
-
Uses of LoopbackRestClient in org.refcodes.rest
Classes in org.refcodes.rest that implement LoopbackRestClientModifier and TypeClassDescriptionclassImplementation if theLoopbackRestClientfor easy testing of your requests being issued with aRestClient(LoopbackRestClientImpl) and the according responselambdaexpressions.classThe singleton of theLoopbackRestClientImplfor easyLoopbackRestClientImplaccess.Methods in org.refcodes.rest that return LoopbackRestClientModifier and TypeMethodDescriptionstatic LoopbackRestClientLoopbackRestClientSingleton.getInstance()Returns the singleton's instance as fabricated by thisLoopbackRestClientSingleton.default LoopbackRestClientLoopbackRestClient.withBasicAuthCredentials(String aUserName, String aSecret) default LoopbackRestClientLoopbackRestClient.withBasicAuthCredentials(org.refcodes.web.BasicAuthCredentials aBasicAuthCredentials) default LoopbackRestClientLoopbackRestClient.withDisableRequestCorrelation()default LoopbackRestClientLoopbackRestClient.withDisableSessionCorrelation()default LoopbackRestClientLoopbackRestClient.withEnableRequestCorrelation()default LoopbackRestClientLoopbackRestClient.withEnableSessionCorrelation()default LoopbackRestClientLoopbackRestClient.withOAuthToken(org.refcodes.web.OauthToken aOauthToken) default LoopbackRestClientLoopbackRestClient.withRequestCorrelation(boolean hasRequestCorrelation) default LoopbackRestClientLoopbackRestClient.withSessionCorrelation(boolean hasSessionCorrelation) default LoopbackRestClientLoopbackRestClient.withUserAgent(String aUserAgent)