Uses of Interface
io.undertow.client.ClientStatistics
Packages that use ClientStatistics
-
Uses of ClientStatistics in io.undertow.client
Methods in io.undertow.client that return ClientStatistics -
Uses of ClientStatistics in io.undertow.client.http2
Methods in io.undertow.client.http2 that return ClientStatisticsConstructors in io.undertow.client.http2 with parameters of type ClientStatisticsModifierConstructorDescriptionHttp2ClientConnection
(Http2Channel http2Channel, boolean initialUpgradeRequest, String defaultHost, ClientStatistics clientStatistics, boolean secure) Http2ClientConnection
(Http2Channel http2Channel, ClientCallback<ClientExchange> upgradeReadyCallback, ClientRequest clientRequest, 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