Uses of Class
org.refcodes.web.HttpClientContextBuilder
-
Uses of HttpClientContextBuilder in org.refcodes.web
Classes in org.refcodes.web that implement interfaces with type arguments of type HttpClientContextBuilderModifier and TypeClassDescriptionclassTheHttpClientContextBuilderimplements theHttpClientContextBuilderinterface.classTheHttpClientContextBuilderimplements theHttpClientContextBuilderinterface.Methods in org.refcodes.web that return HttpClientContextBuilderModifier and TypeMethodDescriptionHttpClientContextBuilder.withBaseUrl(String aBaseUrl) Same asBaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL)except that aMalformedURLExceptionmay occur when creating theURLinstance from the givenString.HttpClientContextBuilder.withBaseUrl(String aProtocol, String aHost) Same asBaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL)except that aMalformedURLExceptionmay occur when creating theURLinstance from the given parameters.HttpClientContextBuilder.withBaseUrl(String aProtocol, String aHost, int aPort) Builder method forBaseUrlAccessor.BaseUrlMutator.setBaseUrl(String, String, int).HttpClientContextBuilder.withBaseUrl(String aProtocol, String aHost, int aPort, String aPath) Builder method forBaseUrlAccessor.BaseUrlMutator.setBaseUrl(String, String, int, String).HttpClientContextBuilder.withBaseUrl(String aProtocol, String aHost, String aPath) Same asBaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL)except that aMalformedURLExceptionmay occur when creating theURLinstance from the given parameters.HttpClientContextBuilder.withBaseUrl(URL aBaseURL) Sets the base URL (protocol, host, port, path) for the base URL (protocol, host, port, path) property.HttpClientContextBuilder.withBaseUrl(org.refcodes.data.Scheme aScheme, String aHost) Same asBaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL)except that aMalformedURLExceptionmay occur when creating theURLinstance from the given parameters.HttpClientContextBuilder.withBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, int aPort) Builder method forBaseUrlAccessor.BaseUrlMutator.setBaseUrl(Scheme, String, int).HttpClientContextBuilder.withBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath) Builder method forBaseUrlAccessor.BaseUrlMutator.setBaseUrl(Scheme, String, int, String).HttpClientContextBuilder.withBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, String aPath) Same asBaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL)except that aMalformedURLExceptionmay occur when creating theURLinstance from the given parameters.HttpClientContextBuilder.withBaseUrl(Url aBaseUrl) Sets the baseUrl(protocol, host, port, path) for the base URL (protocol, host, port, path) property.HttpClientContextBuilder.withTrustStoreDescriptor(TrustStoreDescriptor aStoreDescriptor)