Uses of Interface
org.wildfly.httpclient.common.HttpTargetContext.HttpMarshaller
-
Packages that use HttpTargetContext.HttpMarshaller Package Description org.wildfly.httpclient.common -
-
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(ClientRequest request, SSLContext sslContext, AuthenticationConfiguration authenticationConfiguration, HttpTargetContext.HttpMarshaller httpMarshaller, HttpTargetContext.HttpResultHandler httpResultHandler, HttpTargetContext.HttpFailureHandler failureHandler, ContentType expectedResponse, Runnable completedTask)voidHttpTargetContext. sendRequest(ClientRequest request, SSLContext sslContext, AuthenticationConfiguration authenticationConfiguration, HttpTargetContext.HttpMarshaller httpMarshaller, HttpTargetContext.HttpResultHandler httpResultHandler, HttpTargetContext.HttpFailureHandler failureHandler, ContentType expectedResponse, Runnable completedTask, boolean allowNoContent)voidHttpTargetContext. sendRequestInternal(HttpConnectionPool.ConnectionHandle connection, ClientRequest request, AuthenticationConfiguration authenticationConfiguration, HttpTargetContext.HttpMarshaller httpMarshaller, HttpTargetContext.HttpResultHandler httpResultHandler, HttpTargetContext.HttpFailureHandler failureHandler, ContentType expectedResponse, Runnable completedTask, boolean allowNoContent, boolean retry, SSLContext sslContext, ClassLoader classLoader)
-