Uses of Class
io.undertow.conduits.ChunkedStreamSourceConduit
Packages that use ChunkedStreamSourceConduit
-
Uses of ChunkedStreamSourceConduit in io.undertow.conduits
Constructor parameters in io.undertow.conduits with type arguments of type ChunkedStreamSourceConduitModifierConstructorDescriptionprotected
ChunkedStreamSourceConduit
(org.xnio.conduits.StreamSourceConduit next, io.undertow.conduits.ChunkedStreamSourceConduit.BufferWrapper bufferWrapper, ConduitListener<? super ChunkedStreamSourceConduit> finishListener, Attachable attachable, HttpServerExchange exchange, Closeable closeable, org.xnio.conduits.PushBackStreamSourceConduit channel) ChunkedStreamSourceConduit
(org.xnio.conduits.StreamSourceConduit next, HttpServerExchange exchange, ConduitListener<? super ChunkedStreamSourceConduit> finishListener) ChunkedStreamSourceConduit
(org.xnio.conduits.StreamSourceConduit next, org.xnio.conduits.PushBackStreamSourceConduit channel, ByteBufferPool pool, ConduitListener<? super ChunkedStreamSourceConduit> finishListener, Attachable attachable, Closeable closeable)