Uses of Interface
io.undertow.util.ConduitFactory
Packages that use ConduitFactory
Package
Description
-
Uses of ConduitFactory in io.undertow.conduits
Constructors in io.undertow.conduits with parameters of type ConduitFactoryModifierConstructorDescriptionDeflatingStreamSinkConduit
(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) -
Uses of ConduitFactory in io.undertow.server
Classes in io.undertow.server that implement ConduitFactoryModifier and TypeClassDescriptionstatic class
HttpServerExchange.WrapperConduitFactory<T extends org.xnio.conduits.Conduit>
static class
Methods in io.undertow.server with parameters of type ConduitFactoryModifier and TypeMethodDescriptionConduitWrapper.wrap
(ConduitFactory<T> factory, HttpServerExchange exchange) Wrap the conduit. -
Uses of ConduitFactory in io.undertow.server.handlers.encoding
Methods in io.undertow.server.handlers.encoding with parameters of type ConduitFactoryModifier and TypeMethodDescriptionorg.xnio.conduits.StreamSinkConduit
AllowedContentEncodings.wrap
(ConduitFactory<org.xnio.conduits.StreamSinkConduit> factory, HttpServerExchange exchange) -
Uses of ConduitFactory in io.undertow.util
Classes in io.undertow.util that implement ConduitFactoryModifier and TypeClassDescriptionclass
ImmediateConduitFactory<T extends org.xnio.conduits.Conduit>