Uses of Interface
org.wildfly.httpclient.common.HttpTargetContext.HttpResultHandler
-
-
Uses of HttpTargetContext.HttpResultHandler in org.wildfly.httpclient.common
Methods in org.wildfly.httpclient.common with parameters of type HttpTargetContext.HttpResultHandler Modifier and Type Method Description voidHttpTargetContext. sendRequest(io.undertow.client.ClientRequest request, SSLContext sslContext, org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration, HttpTargetContext.HttpMarshaller httpMarshaller, HttpTargetContext.HttpResultHandler httpResultHandler, HttpTargetContext.HttpFailureHandler failureHandler, ContentType expectedResponse, Runnable completedTask)voidHttpTargetContext. sendRequest(io.undertow.client.ClientRequest request, SSLContext sslContext, org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration, HttpTargetContext.HttpMarshaller httpMarshaller, HttpTargetContext.HttpResultHandler httpResultHandler, HttpTargetContext.HttpFailureHandler failureHandler, ContentType expectedResponse, Runnable completedTask, boolean allowNoContent)
-