Uses of Interface
io.undertow.client.ClientStatistics
-
Packages that use ClientStatistics Package Description io.undertow.client io.undertow.client.http2 io.undertow.server.handlers.proxy -
-
Uses of ClientStatistics in io.undertow.client
Methods in io.undertow.client that return ClientStatistics Modifier and Type Method Description ClientStatistics
ClientConnection. getStatistics()
-
Uses of ClientStatistics in io.undertow.client.http2
Methods in io.undertow.client.http2 that return ClientStatistics Modifier and Type Method Description ClientStatistics
Http2ClientConnection. getStatistics()
Constructors in io.undertow.client.http2 with parameters of type ClientStatistics Constructor Description Http2ClientConnection(Http2Channel http2Channel, boolean initialUpgradeRequest, java.lang.String defaultHost, ClientStatistics clientStatistics, boolean secure)
Http2ClientConnection(Http2Channel http2Channel, ClientCallback<ClientExchange> upgradeReadyCallback, ClientRequest clientRequest, java.lang.String defaultHost, ClientStatistics clientStatistics, boolean secure)
-
Uses of ClientStatistics in io.undertow.server.handlers.proxy
Methods in io.undertow.server.handlers.proxy that return ClientStatistics Modifier and Type Method Description ClientStatistics
ProxyConnectionPool. getClientStatistics()
-