Uses of Class
org.citrusframework.http.client.HttpClientBuilder
Packages that use HttpClientBuilder
-
Uses of HttpClientBuilder in org.citrusframework.http.client
Methods in org.citrusframework.http.client that return HttpClientBuilderModifier and TypeMethodDescriptionHttpClientBuilder.binaryMediaTypes(List<org.springframework.http.MediaType> binaryMediaTypes) Sets the binaryMediaTypes.Sets the default charset.HttpClientBuilder.contentType(String contentType) Sets the content type.HttpClientBuilder.correlator(MessageCorrelator correlator) Sets the message correlator.HttpClientBuilder.defaultAcceptHeader(boolean flag) Sets the default accept header.HttpClientBuilder.endpointResolver(EndpointUriResolver resolver) Sets the endpoint uri resolver.HttpClientBuilder.errorHandler(org.springframework.web.client.ResponseErrorHandler errorHandler) Sets the error handler.HttpClientBuilder.errorHandlingStrategy(ErrorHandlingStrategy errorStrategy) Sets the error handling strategy.HttpClientBuilder.handleCookies(boolean flag) Sets the handleCookies property.HttpClientBuilder.headerMapper(org.springframework.integration.http.support.DefaultHttpHeaderMapper headerMapper) Sets the header mapper.HttpClientBuilder.interceptor(org.springframework.http.client.ClientHttpRequestInterceptor interceptor) Sets a client single interceptor.HttpClientBuilder.interceptors(List<org.springframework.http.client.ClientHttpRequestInterceptor> interceptors) Sets the client interceptors.HttpClientBuilder.messageConverter(HttpMessageConverter messageConverter) Sets the message converter.HttpClientBuilder.pollingInterval(int pollingInterval) Sets the polling interval.HttpClientBuilder.requestFactory(org.springframework.http.client.ClientHttpRequestFactory requestFactory) Sets the request factory.HttpClientBuilder.requestMethod(org.springframework.web.bind.annotation.RequestMethod requestMethod) Sets the request method.HttpClientBuilder.requestUrl(String uri) Sets the requestUrl property.HttpClientBuilder.restTemplate(org.springframework.web.client.RestTemplate restTemplate) Sets the rest template.HttpClientBuilder.timeout(long timeout) Sets the default timeout.