|
Rename Parameter disableHttpsAlgorithm : boolean to disableHttpsEndpointIdentificationAlgorithm : boolean in method private DefaultAsyncHttpClientConfig(followRedirect boolean, maxRedirects int, strict302Handling boolean, compressionEnforced boolean, userAgent String, realm Realm, maxRequestRetry int, disableUrlEncodingForBoundRequests boolean, disableZeroCopy boolean, keepEncodingHeader boolean, proxyServerSelector ProxyServerSelector, validateResponseHeaders boolean, aggregateWebSocketFrameFragments boolean, connectTimeout int, requestTimeout int, readTimeout int, shutdownQuietPeriod int, shutdownTimeout int, keepAlive boolean, pooledConnectionIdleTimeout int, connectionPoolCleanerPeriod int, connectionTtl int, maxConnections int, maxConnectionsPerHost int, channelPool ChannelPool, keepAliveStrategy KeepAliveStrategy, useOpenSsl boolean, useInsecureTrustManager boolean, disableHttpsEndpointIdentificationAlgorithm boolean, handshakeTimeout int, enabledProtocols String[], enabledCipherSuites String[], sslSessionCacheSize int, sslSessionTimeout int, sslContext SslContext, sslEngineFactory SslEngineFactory, requestFilters List<RequestFilter>, responseFilters List<ResponseFilter>, ioExceptionFilters List<IOExceptionFilter>, tcpNoDelay boolean, soReuseAddress boolean, soLinger int, soSndBuf int, soRcvBuf int, threadPoolName String, httpClientCodecMaxInitialLineLength int, httpClientCodecMaxHeaderSize int, httpClientCodecMaxChunkSize int, httpClientCodecInitialBufferSize int, chunkedFileChunkSize int, webSocketMaxBufferSize int, webSocketMaxFrameSize int, channelOptions Map<ChannelOption<Object>,Object>, eventLoopGroup EventLoopGroup, useNativeTransport boolean, allocator ByteBufAllocator, nettyTimer Timer, threadFactory ThreadFactory, httpAdditionalChannelInitializer AdditionalChannelInitializer, wsAdditionalChannelInitializer AdditionalChannelInitializer, responseBodyPartFactory ResponseBodyPartFactory, ioThreadsCount int) in class org.asynchttpclient.DefaultAsyncHttpClientConfig |
From |
To |