| Package | Description |
|---|---|
| io.undertow.conduits | |
| io.undertow.server | |
| io.undertow.server.handlers.encoding | |
| io.undertow.util |
| Constructor | Description |
|---|---|
DeflatingStreamSinkConduit(ConduitFactory<org.xnio.conduits.StreamSinkConduit> conduitFactory,
HttpServerExchange exchange) |
|
DeflatingStreamSinkConduit(ConduitFactory<org.xnio.conduits.StreamSinkConduit> conduitFactory,
HttpServerExchange exchange,
int deflateLevel) |
|
GzipStreamSinkConduit(ConduitFactory<org.xnio.conduits.StreamSinkConduit> conduitFactory,
HttpServerExchange exchange) |
|
GzipStreamSinkConduit(ConduitFactory<org.xnio.conduits.StreamSinkConduit> conduitFactory,
HttpServerExchange exchange,
int deflateLevel) |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HttpServerExchange.WrapperConduitFactory<T extends org.xnio.conduits.Conduit> |
|
static class |
HttpServerExchange.WrapperStreamSinkConduitFactory |
| Modifier and Type | Method | Description |
|---|---|---|
T |
ConduitWrapper.wrap(ConduitFactory<T> factory,
HttpServerExchange exchange) |
Wrap the conduit.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.xnio.conduits.StreamSinkConduit |
AllowedContentEncodings.wrap(ConduitFactory<org.xnio.conduits.StreamSinkConduit> factory,
HttpServerExchange exchange) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ImmediateConduitFactory<T extends org.xnio.conduits.Conduit> |
Copyright © 2018. All rights reserved.