Package | Description |
---|---|
io.undertow.server | |
io.undertow.server.handlers.encoding |
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() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.