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