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(Scheme aScheme, String aHost) JdkHttpRestClient.withBaseUrl(Scheme aScheme, String aHost, int aPort) JdkHttpRestClient.withBaseUrl(Scheme aScheme, String aHost, int aPort, String aPath) JdkHttpRestClient.withBaseUrl(Scheme aScheme, String aHost, String aPath) JdkHttpRestClient.withBaseUrl(Url aBaseUrl) JdkHttpRestClient.withBasicAuthCredentials(String aUserName, String aSecret) JdkHttpRestClient.withBasicAuthCredentials(BasicAuthCredentials aBasicAuthCredentials) JdkHttpRestClient.withOAuthToken(OauthToken aOauthToken) JdkHttpRestClient.withOpen()Open the component's connection(s).JdkHttpRestClient.withOpen(TrustStoreDescriptor aStoreDescriptor) Configures the HTTPS client connection with the provided configuration parameters.JdkHttpRestClient.withOpen(HttpClientContext aCtx) Opens the component with the given connection.Configures the HTTPS client connection with the provided configuration parameters.JdkHttpRestClient.withOpen(Url aBaseUrl, TrustStoreDescriptor aStoreDescriptor) Configures the HTTPS client connection with the provided configuration parameters.JdkHttpRestClient.withOpenUnchecked()JdkHttpRestClient.withTrustStoreDescriptor(TrustStoreDescriptor aStoreDescriptor) JdkHttpRestClient.withUserAgent(String aUserAgent)