Package | Description |
---|---|
io.undertow.server | |
io.undertow.server.handlers.encoding |
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> |
DeflateEncodingProvider.getResponseWrapper() |
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> |
GzipEncodingProvider.getResponseWrapper() |
ConduitWrapper<org.xnio.conduits.StreamSinkConduit> |
ContentEncodingProvider.getResponseWrapper() |
Copyright © 2024 JBoss by Red Hat. All rights reserved.