Uses of Interface
org.wildfly.httpclient.common.HttpConnectionPool.ConnectionHandle
-
-
Uses of HttpConnectionPool.ConnectionHandle in org.wildfly.httpclient.common
Classes in org.wildfly.httpclient.common that implement HttpConnectionPool.ConnectionHandle Modifier and Type Class Description protected classHttpConnectionPool.ClientConnectionHolderMethods in org.wildfly.httpclient.common with parameters of type HttpConnectionPool.ConnectionHandle Modifier and Type Method Description voidHttpConnectionPool.ConnectionListener. done(HttpConnectionPool.ConnectionHandle connection)voidHttpTargetContext. sendRequestInternal(HttpConnectionPool.ConnectionHandle connection, io.undertow.client.ClientRequest request, org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration, HttpTargetContext.HttpMarshaller httpMarshaller, HttpTargetContext.HttpResultHandler httpResultHandler, HttpTargetContext.HttpFailureHandler failureHandler, ContentType expectedResponse, java.lang.Runnable completedTask, boolean allowNoContent, boolean retry, javax.net.ssl.SSLContext sslContext, java.lang.ClassLoader classLoader)
-