| Package | Description |
|---|---|
| io.undertow.server | |
| io.undertow.server.handlers.encoding |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerExchange.addRequestWrapper(ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper)
Adds a
ConduitWrapper to the request wrapper chain. |
void |
HttpServerExchange.addResponseWrapper(ConduitWrapper<org.xnio.conduits.StreamSinkConduit> wrapper)
Adds a
ConduitWrapper to the response wrapper chain. |
| Constructor and Description |
|---|
HttpServerExchange.WrapperConduitFactory(ConduitWrapper<T>[] wrappers,
int wrapperCount,
T first,
HttpServerExchange exchange) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowedContentEncodings
An attachment that provides information about the current content encoding that will be chosen for the response
|
| Modifier and Type | Method and Description |
|---|---|
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> |
GzipEncodingProvider.getResponseWrapper() |
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> |
DeflateEncodingProvider.getResponseWrapper() |
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> |
ContentEncodingProvider.getResponseWrapper() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.