Uses of Class
org.refcodes.rest.HttpRestClient
-
Uses of HttpRestClient in org.refcodes.rest
Subclasses of HttpRestClient in org.refcodes.restModifier and TypeClassDescriptionclassThe singleton of theHttpRestClientfor easyRestfulHttpClientaccess.Methods in org.refcodes.rest that return HttpRestClientModifier and TypeMethodDescriptionHttpRestClient.withBaseUrl(String aBaseUrl) HttpRestClient.withBaseUrl(String aProtocol, String aHost) HttpRestClient.withBaseUrl(String aProtocol, String aHost, int aPort) HttpRestClient.withBaseUrl(String aProtocol, String aHost, int aPort, String aPath) HttpRestClient.withBaseUrl(String aProtocol, String aHost, String aPath) HttpRestClient.withBaseUrl(URL aBaseURL) HttpRestClient.withBaseUrl(org.refcodes.data.Scheme aScheme, String aHost) HttpRestClient.withBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, int aPort) HttpRestClient.withBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath) HttpRestClient.withBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, String aPath) HttpRestClient.withBaseUrl(org.refcodes.web.Url aBaseUrl) HttpRestClient.withBasicAuthCredentials(String aUserName, String aSecret) HttpRestClient.withBasicAuthCredentials(org.refcodes.web.BasicAuthCredentials aBasicAuthCredentials) HttpRestClient.withOAuthToken(org.refcodes.web.OauthToken aOauthToken) HttpRestClient.withOpen()Open the component's connection(s).HttpRestClient.withOpen(org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) Configures the HTTPS client connection with the provided configuration parameters.HttpRestClient.withOpen(org.refcodes.web.HttpClientContext aCtx) Opens the component with the given connection.HttpRestClient.withOpen(org.refcodes.web.Url aBaseUrl) Configures the HTTPS client connection with the provided configuration parameters.HttpRestClient.withOpen(org.refcodes.web.Url aBaseUrl, org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) Configures the HTTPS client connection with the provided configuration parameters.HttpRestClient.withOpenUnchecked()HttpRestClient.withTrustStoreDescriptor(org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) HttpRestClient.withUserAgent(String aUserAgent)