public interface HttpClientOptionsSPI
String clientName()
int getOrder()
boolean enabled()
String getConfigTag()
com.netflix.config.ConcurrentCompositeConfiguration getConfigReader()
int getEventLoopPoolSize()
boolean useSharedVertx()
int getInstanceCount()
boolean isWorker()
String getWorkerPoolName()
int getWorkerPoolSize()
io.vertx.core.http.HttpVersion getHttpVersion()
int getConnectTimeoutInMillis()
int getIdleTimeoutInSeconds()
boolean isTryUseCompression()
int getMaxWaitQueueSize()
int getMaxPoolSize()
boolean isKeepAlive()
int getMaxHeaderSize()
int getKeepAliveTimeout()
int getHttp2MultiplexingLimit()
int getHttp2MaxPoolSize()
boolean isUseAlpn()
boolean isProxyEnable()
String getProxyHost()
int getProxyPort()
String getProxyUsername()
String getProxyPassword()
boolean isSsl()
static io.vertx.core.http.HttpClientOptions createHttpClientOptions(HttpClientOptionsSPI spi)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.