| Modifier and Type | Method and Description |
|---|---|
void |
HttpTargetContext.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) |
void |
HttpTargetContext.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) |
void |
HttpTargetContext.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,
Runnable completedTask,
boolean allowNoContent,
boolean retry,
SSLContext sslContext) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.