Uses of Interface
io.undertow.server.ConduitWrapper
-
Packages that use ConduitWrapper Package Description io.undertow.conduits io.undertow.server io.undertow.server.handlers.encoding -
-
Uses of ConduitWrapper in io.undertow.conduits
Fields in io.undertow.conduits declared as ConduitWrapper Modifier and Type Field Description static ConduitWrapper<org.xnio.conduits.StreamSourceConduit>GzipStreamSourceConduit. WRAPPERstatic ConduitWrapper<org.xnio.conduits.StreamSourceConduit>InflatingStreamSourceConduit. WRAPPER -
Uses of ConduitWrapper in io.undertow.server
Methods in io.undertow.server with parameters of type ConduitWrapper Modifier and Type Method Description HttpServerExchangeHttpServerExchange. addRequestWrapper(ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper)Adds aConduitWrapperto the request wrapper chain.HttpServerExchangeHttpServerExchange. addResponseWrapper(ConduitWrapper<org.xnio.conduits.StreamSinkConduit> wrapper)Adds aConduitWrapperto the response wrapper chain.Constructors in io.undertow.server with parameters of type ConduitWrapper Constructor Description WrapperConduitFactory(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 ConduitWrapper Modifier and Type Class Description classAllowedContentEncodingsAn attachment that provides information about the current content encoding that will be chosen for the responseMethods in io.undertow.server.handlers.encoding that return ConduitWrapper Modifier and Type Method Description ConduitWrapper<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 ConduitWrapper Modifier and Type Method Description RequestEncodingHandlerRequestEncodingHandler. addEncoding(java.lang.String name, ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper)
-