| Package | Description |
|---|---|
| io.undertow.client | |
| io.undertow.conduits | |
| io.undertow.server | |
| io.undertow.server.handlers.form | |
| io.undertow.util |
| Modifier and Type | Method and Description |
|---|---|
HeaderMap |
ClientRequest.getRequestHeaders() |
HeaderMap |
ClientResponse.getResponseHeaders() |
| Constructor and Description |
|---|
ClientResponse(int responseCode,
String status,
HttpString protocol,
HeaderMap headers) |
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<HeaderMap> |
ChunkedStreamSourceConduit.TRAILERS
If the response has HTTP footers they are attached to the exchange under this key.
|
static AttachmentKey<HeaderMap> |
ChunkedStreamSinkConduit.TRAILERS
Trails that are to be attached to the end of the HTTP response.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderMap |
HttpServerExchange.getRequestHeaders()
Get the request headers.
|
HeaderMap |
HttpServerExchange.getResponseHeaders()
Get the response headers.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderMap |
FormData.FormValue.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormData.add(String name,
File value,
String fileName,
HeaderMap headers) |
void |
FormData.add(String name,
String value,
HeaderMap headers) |
void |
FormData.put(String name,
String value,
HeaderMap headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipartParser.PartHandler.beginPart(HeaderMap headers) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.