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