Uses of Class
io.vertx.tracing.zipkin.HttpSenderOptions
-
Packages that use HttpSenderOptions Package Description io.vertx.tracing.zipkin -
-
Uses of HttpSenderOptions in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin that return HttpSenderOptions Modifier and Type Method Description HttpSenderOptions
HttpSenderOptions. addCrlPath(String crlPath)
HttpSenderOptions
HttpSenderOptions. addCrlValue(Buffer crlValue)
HttpSenderOptions
HttpSenderOptions. addEnabledCipherSuite(String suite)
HttpSenderOptions
HttpSenderOptions. addEnabledSecureTransportProtocol(String protocol)
HttpSenderOptions
ZipkinTracingOptions. getSenderOptions()
HttpSenderOptions
VertxSender. options()
HttpSenderOptions
HttpSenderOptions. removeEnabledSecureTransportProtocol(String protocol)
HttpSenderOptions
HttpSenderOptions. setAlpnVersions(List<HttpVersion> alpnVersions)
HttpSenderOptions
HttpSenderOptions. setConnectTimeout(int connectTimeout)
HttpSenderOptions
HttpSenderOptions. setDecoderInitialBufferSize(int decoderInitialBufferSize)
HttpSenderOptions
HttpSenderOptions. setDecompressionSupported(boolean decompressionSupported)
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. setHttp2MultiplexingLimit(int limit)
HttpSenderOptions
HttpSenderOptions. setIdleTimeout(int idleTimeout)
HttpSenderOptions
HttpSenderOptions. setIdleTimeoutUnit(TimeUnit idleTimeoutUnit)
HttpSenderOptions
HttpSenderOptions. setInitialSettings(Http2Settings settings)
HttpSenderOptions
HttpSenderOptions. setKeepAlive(boolean keepAlive)
HttpSenderOptions
HttpSenderOptions. setKeepAliveTimeout(int keepAliveTimeout)
HttpSenderOptions
HttpSenderOptions. setKeyCertOptions(KeyCertOptions 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. setMaxRedirects(int maxRedirects)
HttpSenderOptions
HttpSenderOptions. setMetricsName(String metricsName)
HttpSenderOptions
HttpSenderOptions. setPipelining(boolean pipelining)
HttpSenderOptions
HttpSenderOptions. setPipeliningLimit(int limit)
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. 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. setUseAlpn(boolean useAlpn)
HttpSenderOptions
HttpSenderOptions. setVerifyHost(boolean verifyHost)
Methods in io.vertx.tracing.zipkin with parameters of type HttpSenderOptions Modifier and Type Method Description ZipkinTracingOptions
ZipkinTracingOptions. setSenderOptions(HttpSenderOptions senderOptions)
Set the HTTP sender options to use for reporting spans.Constructors in io.vertx.tracing.zipkin with parameters of type HttpSenderOptions Constructor Description HttpSenderOptions(HttpSenderOptions other)
VertxSender(HttpSenderOptions options)
-