Package io.undertow.conduits
package io.undertow.conduits
-
ClassDescriptionA channel which writes a fixed amount of data.Utility class to ease the implementation of framed protocols.Interface that is called when a frame event takes place.Callback that allows the bytes read from or written to a stream to be trackedChannel that implements HTTP chunked transfer coding.Channel to de-chunkify dataConduitListener<T extends org.xnio.conduits.Conduit>Conduit that saves all the data that is written through it and can dump it to the consoleConduit that saves all the data that is written through it and can dump it to the consoleChannel that handles deflate compressionA stream source conduit which is always empty.A conduit that calls a finish listener when there is no data left in the underlying conduit.A channel which reads data of a fixed length and calls a finish listener.A conduit that discards all data written to it.Conduit that adds support to close a channel once for a specified time no reads and no writes were performed.Channel that implements HTTP chunked transfer coding for data streams that already have chunk markers.Class that implements the token bucket algorithm.Wrapper for read timeout.Wrapper for write timeout.