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