Package | Description |
---|---|
io.undertow.conduits | |
io.undertow.server | |
io.undertow.server.handlers.encoding |
Modifier and Type | Field | Description |
---|---|---|
static ConduitWrapper<org.xnio.conduits.StreamSourceConduit> |
GzipStreamSourceConduit.WRAPPER |
|
static ConduitWrapper<org.xnio.conduits.StreamSourceConduit> |
InflatingStreamSourceConduit.WRAPPER |
Modifier and Type | Method | Description |
---|---|---|
HttpServerExchange |
HttpServerExchange.addRequestWrapper(ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper) |
Adds a
ConduitWrapper to the request wrapper chain. |
HttpServerExchange |
HttpServerExchange.addResponseWrapper(ConduitWrapper<org.xnio.conduits.StreamSinkConduit> wrapper) |
Adds a
ConduitWrapper to the response wrapper chain. |
Constructor | Description |
---|---|
WrapperConduitFactory(ConduitWrapper<T>[] wrappers,
int wrapperCount,
T first,
HttpServerExchange exchange) |
|
WrapperStreamSinkConduitFactory(ConduitWrapper<org.xnio.conduits.StreamSinkConduit>[] wrappers,
int wrapperCount,
HttpServerExchange exchange,
org.xnio.conduits.StreamSinkConduit first) |
Modifier and Type | Class | Description |
---|---|---|
class |
AllowedContentEncodings |
An attachment that provides information about the current content encoding that will be chosen for the response
|
Modifier and Type | Method | Description |
---|---|---|
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> |
ContentEncodingProvider.getResponseWrapper() |
|
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> |
DeflateEncodingProvider.getResponseWrapper() |
|
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> |
GzipEncodingProvider.getResponseWrapper() |
Modifier and Type | Method | Description |
---|---|---|
RequestEncodingHandler |
RequestEncodingHandler.addEncoding(String name,
ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper) |
Copyright © 2018. All rights reserved.