public class HttpTargetContext
extends io.undertow.util.AbstractAttachable
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpTargetContext.HttpFailureHandler |
static interface |
HttpTargetContext.HttpMarshaller |
static interface |
HttpTargetContext.HttpResultHandler |
| Modifier and Type | Method and Description |
|---|---|
String |
awaitSessionId(boolean required,
org.wildfly.security.auth.client.AuthenticationConfiguration authConfig) |
void |
clearSessionId() |
HttpConnectionPool |
getConnectionPool() |
HttpMarshallerFactory |
getHttpMarshallerFactory(io.undertow.client.ClientRequest clientRequest) |
String |
getSessionId() |
URI |
getUri() |
void |
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 |
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 |
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,
ClassLoader classLoader) |
public void 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)
public void 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)
public void 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, ClassLoader classLoader)
public HttpMarshallerFactory getHttpMarshallerFactory(io.undertow.client.ClientRequest clientRequest)
public HttpConnectionPool getConnectionPool()
public String getSessionId()
public URI getUri()
public void clearSessionId()
public String awaitSessionId(boolean required, org.wildfly.security.auth.client.AuthenticationConfiguration authConfig)
Copyright © 2022 JBoss by Red Hat. All rights reserved.