public class HttpMessageHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
POSTED_AS_HTTP_MESSAGE |
| Constructor and Description |
|---|
HttpMessageHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
buildMessage(ClientMessage message,
org.jboss.resteasy.client.ClientRequest request,
String contentType,
ConnectionFactoryOptions jmsOptions) |
static String |
concatenateHeaderValue(List<String> vals) |
static boolean |
isTransferableHttpHeader(String key) |
static void |
writeHttpMessage(javax.ws.rs.core.HttpHeaders headers,
byte[] body,
ClientMessage message) |
public static final String POSTED_AS_HTTP_MESSAGE
public static boolean isTransferableHttpHeader(String key)
public static void buildMessage(ClientMessage message, org.jboss.resteasy.client.ClientRequest request, String contentType, ConnectionFactoryOptions jmsOptions)
public static void writeHttpMessage(javax.ws.rs.core.HttpHeaders headers,
byte[] body,
ClientMessage message)
throws Exception
ExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.