Uses of Interface
io.undertow.server.ConduitWrapper
Packages that use ConduitWrapper
-
Uses of ConduitWrapper in io.undertow.conduits
Fields in io.undertow.conduits declared as ConduitWrapperModifier and TypeFieldDescriptionstatic final ConduitWrapper<org.xnio.conduits.StreamSourceConduit>GzipStreamSourceConduit.WRAPPERstatic final ConduitWrapper<org.xnio.conduits.StreamSourceConduit>InflatingStreamSourceConduit.WRAPPER -
Uses of ConduitWrapper in io.undertow.server
Methods in io.undertow.server with parameters of type ConduitWrapperModifier and TypeMethodDescriptionHttpServerExchange.addRequestWrapper(ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper) Adds aConduitWrapperto the request wrapper chain.HttpServerExchange.addResponseWrapper(ConduitWrapper<org.xnio.conduits.StreamSinkConduit> wrapper) Adds aConduitWrapperto the response wrapper chain.Constructors in io.undertow.server with parameters of type ConduitWrapperModifierConstructorDescriptionWrapperConduitFactory(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) -
Uses of ConduitWrapper in io.undertow.server.handlers.encoding
Classes in io.undertow.server.handlers.encoding that implement ConduitWrapperModifier and TypeClassDescriptionclassAn attachment that provides information about the current content encoding that will be chosen for the responseMethods in io.undertow.server.handlers.encoding that return ConduitWrapperModifier and TypeMethodDescriptionConduitWrapper<org.xnio.conduits.StreamSinkConduit>ContentEncodingProvider.getResponseWrapper()ConduitWrapper<org.xnio.conduits.StreamSinkConduit>DeflateEncodingProvider.getResponseWrapper()ConduitWrapper<org.xnio.conduits.StreamSinkConduit>GzipEncodingProvider.getResponseWrapper()Methods in io.undertow.server.handlers.encoding with parameters of type ConduitWrapperModifier and TypeMethodDescriptionRequestEncodingHandler.addEncoding(String name, ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper)