| Package | Description |
|---|---|
| io.undertow.conduits | |
| io.undertow.server | |
| io.undertow.server.handlers.encoding |
| Modifier and Type | Field and Description |
|---|---|
static ConduitWrapper<StreamSourceConduit> |
InflatingStreamSourceConduit.WRAPPER |
static ConduitWrapper<StreamSourceConduit> |
GzipStreamSourceConduit.WRAPPER |
| Modifier and Type | Method and Description |
|---|---|
HttpServerExchange |
HttpServerExchange.addRequestWrapper(ConduitWrapper<StreamSourceConduit> wrapper)
Adds a
ConduitWrapper to the request wrapper chain. |
HttpServerExchange |
HttpServerExchange.addResponseWrapper(ConduitWrapper<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<StreamSinkConduit>[] wrappers,
int wrapperCount,
HttpServerExchange exchange,
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<StreamSinkConduit> |
GzipEncodingProvider.getResponseWrapper() |
ConduitWrapper<StreamSinkConduit> |
DeflateEncodingProvider.getResponseWrapper() |
ConduitWrapper<StreamSinkConduit> |
ContentEncodingProvider.getResponseWrapper() |
| Modifier and Type | Method and Description |
|---|---|
RequestEncodingHandler |
RequestEncodingHandler.addEncoding(String name,
ConduitWrapper<StreamSourceConduit> wrapper) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.