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 classHttpServerExchange.WrapperConduitFactory<T extends org.xnio.conduits.Conduit>static classMethods 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.StreamSinkConduitAllowedContentEncodings.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 TypeClassDescriptionclassImmediateConduitFactory<T extends org.xnio.conduits.Conduit>