Uses of Interface
io.undertow.client.ClientProvider
-
Packages that use ClientProvider Package Description io.undertow.client.ajp io.undertow.client.http io.undertow.client.http2 -
-
Uses of ClientProvider in io.undertow.client.ajp
Classes in io.undertow.client.ajp that implement ClientProvider Modifier and Type Class Description classAjpClientProvider -
Uses of ClientProvider in io.undertow.client.http
Classes in io.undertow.client.http that implement ClientProvider Modifier and Type Class Description classHttpClientProvider -
Uses of ClientProvider in io.undertow.client.http2
Classes in io.undertow.client.http2 that implement ClientProvider Modifier and Type Class Description classHttp2ClearClientProviderHTTP2 client provider that uses HTTP upgrade rather than ALPN.classHttp2ClientProviderPlaintext HTTP2 client provider that works using HTTP upgradeclassHttp2PriorKnowledgeClientProviderHTTP2 client provider that connects to endpoints that are known to support HTTP2
-