HttpSenderOptions |
HttpSenderOptions.addCrlPath(String crlPath) |
HttpSenderOptions |
HttpSenderOptions.addCrlValue(Buffer crlValue) |
HttpSenderOptions |
HttpSenderOptions.addEnabledCipherSuite(String suite) |
HttpSenderOptions |
HttpSenderOptions.addEnabledSecureTransportProtocol(String protocol) |
HttpSenderOptions |
ZipkinTracingOptions.getSenderOptions() |
HttpSenderOptions |
HttpSenderOptions.removeEnabledSecureTransportProtocol(String protocol) |
HttpSenderOptions |
HttpSenderOptions.setAlpnVersions(List<HttpVersion> alpnVersions) |
HttpSenderOptions |
HttpSenderOptions.setConnectTimeout(int connectTimeout) |
HttpSenderOptions |
HttpSenderOptions.setDecoderInitialBufferSize(int decoderInitialBufferSize) |
HttpSenderOptions |
HttpSenderOptions.setDefaultHost(String defaultHost) |
HttpSenderOptions |
HttpSenderOptions.setDefaultPort(int defaultPort) |
HttpSenderOptions |
HttpSenderOptions.setEnabledSecureTransportProtocols(Set<String> enabledSecureTransportProtocols) |
HttpSenderOptions |
HttpSenderOptions.setForceSni(boolean forceSni) |
HttpSenderOptions |
HttpSenderOptions.setHttp2ClearTextUpgrade(boolean value) |
HttpSenderOptions |
HttpSenderOptions.setHttp2ConnectionWindowSize(int http2ConnectionWindowSize) |
HttpSenderOptions |
HttpSenderOptions.setHttp2KeepAliveTimeout(int keepAliveTimeout) |
HttpSenderOptions |
HttpSenderOptions.setHttp2MaxPoolSize(int max) |
HttpSenderOptions |
HttpSenderOptions.setHttp2MultiplexingLimit(int limit) |
HttpSenderOptions |
HttpSenderOptions.setIdleTimeout(int idleTimeout) |
HttpSenderOptions |
HttpSenderOptions.setIdleTimeoutUnit(TimeUnit idleTimeoutUnit) |
HttpSenderOptions |
HttpSenderOptions.setInitialSettings(Http2Settings settings) |
HttpSenderOptions |
HttpSenderOptions.setJdkSslEngineOptions(JdkSSLEngineOptions sslEngineOptions) |
HttpSenderOptions |
HttpSenderOptions.setKeepAlive(boolean keepAlive) |
HttpSenderOptions |
HttpSenderOptions.setKeepAliveTimeout(int keepAliveTimeout) |
HttpSenderOptions |
HttpSenderOptions.setKeyCertOptions(KeyCertOptions options) |
HttpSenderOptions |
HttpSenderOptions.setKeyStoreOptions(JksOptions options) |
HttpSenderOptions |
HttpSenderOptions.setLocalAddress(String localAddress) |
HttpSenderOptions |
HttpSenderOptions.setLogActivity(boolean logEnabled) |
HttpSenderOptions |
HttpSenderOptions.setMaxChunkSize(int maxChunkSize) |
HttpSenderOptions |
HttpSenderOptions.setMaxHeaderSize(int maxHeaderSize) |
HttpSenderOptions |
HttpSenderOptions.setMaxInitialLineLength(int maxInitialLineLength) |
HttpSenderOptions |
HttpSenderOptions.setMaxPoolSize(int maxPoolSize) |
HttpSenderOptions |
HttpSenderOptions.setMaxRedirects(int maxRedirects) |
HttpSenderOptions |
HttpSenderOptions.setMaxWaitQueueSize(int maxWaitQueueSize) |
HttpSenderOptions |
HttpSenderOptions.setMaxWebSocketFrameSize(int maxWebsocketFrameSize) |
HttpSenderOptions |
HttpSenderOptions.setMaxWebSocketMessageSize(int maxWebsocketMessageSize) |
HttpSenderOptions |
HttpSenderOptions.setMetricsName(String metricsName) |
HttpSenderOptions |
HttpSenderOptions.setOpenSslEngineOptions(OpenSSLEngineOptions sslEngineOptions) |
HttpSenderOptions |
HttpSenderOptions.setPemKeyCertOptions(PemKeyCertOptions options) |
HttpSenderOptions |
HttpSenderOptions.setPemTrustOptions(PemTrustOptions options) |
HttpSenderOptions |
HttpSenderOptions.setPfxKeyCertOptions(PfxOptions options) |
HttpSenderOptions |
HttpSenderOptions.setPfxTrustOptions(PfxOptions options) |
HttpSenderOptions |
HttpSenderOptions.setPipelining(boolean pipelining) |
HttpSenderOptions |
HttpSenderOptions.setPipeliningLimit(int limit) |
HttpSenderOptions |
HttpSenderOptions.setPoolCleanerPeriod(int poolCleanerPeriod) |
HttpSenderOptions |
HttpSenderOptions.setProtocolVersion(HttpVersion protocolVersion) |
HttpSenderOptions |
HttpSenderOptions.setProxyOptions(ProxyOptions proxyOptions) |
HttpSenderOptions |
HttpSenderOptions.setReceiveBufferSize(int receiveBufferSize) |
HttpSenderOptions |
HttpSenderOptions.setReuseAddress(boolean reuseAddress) |
HttpSenderOptions |
HttpSenderOptions.setReusePort(boolean reusePort) |
HttpSenderOptions |
HttpSenderOptions.setSendBufferSize(int sendBufferSize) |
HttpSenderOptions |
HttpSenderOptions.setSenderEndpoint(String endpoint) |
HttpSenderOptions |
HttpSenderOptions.setSendUnmaskedFrames(boolean sendUnmaskedFrames) |
HttpSenderOptions |
HttpSenderOptions.setSoLinger(int soLinger) |
HttpSenderOptions |
HttpSenderOptions.setSsl(boolean ssl) |
HttpSenderOptions |
HttpSenderOptions.setSslEngineOptions(SSLEngineOptions sslEngineOptions) |
HttpSenderOptions |
HttpSenderOptions.setTcpCork(boolean tcpCork) |
HttpSenderOptions |
HttpSenderOptions.setTcpFastOpen(boolean tcpFastOpen) |
HttpSenderOptions |
HttpSenderOptions.setTcpKeepAlive(boolean tcpKeepAlive) |
HttpSenderOptions |
HttpSenderOptions.setTcpNoDelay(boolean tcpNoDelay) |
HttpSenderOptions |
HttpSenderOptions.setTcpQuickAck(boolean tcpQuickAck) |
HttpSenderOptions |
HttpSenderOptions.setTrafficClass(int trafficClass) |
HttpSenderOptions |
HttpSenderOptions.setTrustAll(boolean trustAll) |
HttpSenderOptions |
HttpSenderOptions.setTrustOptions(TrustOptions options) |
HttpSenderOptions |
HttpSenderOptions.setTrustStoreOptions(JksOptions options) |
HttpSenderOptions |
HttpSenderOptions.setTryUseCompression(boolean tryUseCompression) |
HttpSenderOptions |
HttpSenderOptions.setTryUsePerFrameWebSocketCompression(boolean offer) |
HttpSenderOptions |
HttpSenderOptions.setTryUsePerMessageWebSocketCompression(boolean offer) |
HttpSenderOptions |
HttpSenderOptions.setUseAlpn(boolean useAlpn) |
HttpSenderOptions |
HttpSenderOptions.setVerifyHost(boolean verifyHost) |
HttpSenderOptions |
HttpSenderOptions.setWebSocketCompressionAllowClientNoContext(boolean offer) |
HttpSenderOptions |
HttpSenderOptions.setWebSocketCompressionLevel(int compressionLevel) |
HttpSenderOptions |
HttpSenderOptions.setWebSocketCompressionRequestServerNoContext(boolean offer) |