Uses of Class
org.wildfly.httpclient.common.ContentType
-
-
Uses of ContentType in org.wildfly.httpclient.common
Methods in org.wildfly.httpclient.common that return ContentType Modifier and Type Method Description static ContentTypeContentType. parse(String type)Methods in org.wildfly.httpclient.common with parameters of type ContentType Modifier and Type Method Description IOExceptionHttpClientMessages_$logger. invalidResponseType(ContentType type)static voidHeadersHelper. putRequestHeader(io.undertow.client.ClientRequest request, io.undertow.util.HttpString headerName, ContentType headerValue)static voidHeadersHelper. putResponseHeader(io.undertow.server.HttpServerExchange exchange, io.undertow.util.HttpString headerName, ContentType headerValue)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)
-