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. WRAPPER
static 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 HttpServerExchange
HttpServerExchange. addRequestWrapper(ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper)
Adds aConduitWrapper
to the request wrapper chain.HttpServerExchange
HttpServerExchange. addResponseWrapper(ConduitWrapper<org.xnio.conduits.StreamSinkConduit> wrapper)
Adds aConduitWrapper
to 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 class
AllowedContentEncodings
An 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 RequestEncodingHandler
RequestEncodingHandler. addEncoding(java.lang.String name, ConduitWrapper<org.xnio.conduits.StreamSourceConduit> wrapper)
-