Package | Description |
---|---|
io.undertow.conduits | |
io.undertow.server | |
io.undertow.server.handlers.encoding |
Modifier and Type | Field and Description |
---|---|
static ConduitWrapper<org.xnio.conduits.StreamSourceConduit> | InflatingStreamSourceConduit.WRAPPER |
static ConduitWrapper<org.xnio.conduits.StreamSourceConduit> | GzipStreamSourceConduit.WRAPPER |
Modifier and Type | Method and 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 and 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 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> | ContentEncodingProvider.getResponseWrapper() |
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> | DeflateEncodingProvider.getResponseWrapper() |
Modifier and Type | Method and Description |
---|---|
RequestEncodingHandler | RequestEncodingHandler.addEncoding(String name, ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.