Uses of Class
org.springframework.boot.http.client.JettyHttpClientBuilder
Packages that use JettyHttpClientBuilder
-
Uses of JettyHttpClientBuilder in org.springframework.boot.http.client
Methods in org.springframework.boot.http.client that return JettyHttpClientBuilderModifier and TypeMethodDescriptionJettyHttpClientBuilder.withClientConnectorCustomizerCustomizer(Consumer<ClientConnector> clientConnectorCustomizerCustomizer) Return a newJettyHttpClientBuilderthat applies additional customization to the underlyingClientConnector.JettyHttpClientBuilder.withCustomizer(Consumer<HttpClient> customizer) Return a newJettyHttpClientBuilderthat applies additional customization to the underlyingHttpClient.JettyHttpClientBuilder.withHttpClientTransportCustomizer(Consumer<HttpClientTransport> httpClientTransportCustomizer) Return a newJettyHttpClientBuilderthat applies additional customization to the underlyingHttpClientTransport.JettyHttpClientBuilder.withHttpClientTransportFactory(Function<ClientConnector, HttpClientTransport> httpClientTransportFactory) Return a newJettyHttpClientBuilderthat uses the given factory to create theHttpClientTransport.JettyHttpClientBuilder.withSocketAddressResolver(SocketAddressResolver socketAddressResolver) Return a newJettyHttpClientBuilderwith a replacementSocketAddressResolver.