| Package | Description | 
|---|---|
| io.undertow.conduits | |
| io.undertow.server.handlers.cache | |
| io.undertow.server.protocol.http | |
| org.xnio.conduits | The XNIO conduit SPI. | 
| org.xnio.sasl | Utility classes for using SASL mechanisms atop NIO or XNIO APIs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFixedLengthStreamSinkConduitA channel which writes a fixed amount of data. | 
| class  | AbstractFramedStreamSinkConduitUtility class to ease the implementation of framed protocols. | 
| class  | BytesSentStreamSinkConduit | 
| class  | ChunkedStreamSinkConduitChannel that implements HTTP chunked transfer coding. | 
| class  | DebuggingStreamSinkConduitConduit that saves all the data that is written through it and can dump it to the console | 
| class  | FinishableStreamSinkConduit | 
| class  | HeadStreamSinkConduitA conduit that discards all data written to it. | 
| class  | PreChunkedStreamSinkConduitChannel that implements HTTP chunked transfer coding for data streams that already have chunk markers. | 
| class  | RangeStreamSinkConduit | 
| class  | RateLimitingStreamSinkConduitClass that implements the token bucket algorithm. | 
| class  | StoredResponseStreamSinkConduit | 
| class  | WriteTimeoutStreamSinkConduitWrapper for write timeout. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResponseCachingStreamSinkConduit | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PipeliningBufferingStreamSinkConduitA buffer that is used when processing pipelined requests, that allows the server to
 buffer multiple responses into a single write() call. | 
| class  | ServerFixedLengthStreamSinkConduit | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMessageSinkConduit<D extends MessageSinkConduit>An abstract base class for filtering message sink conduits. | 
| class  | AbstractStreamSinkConduit<D extends StreamSinkConduit>An abstract base class for filtering stream sink conduits. | 
| class  | BlockingStreamSinkConduit | 
| class  | BufferedStreamSinkConduitA stream sink conduit that buffers output data. | 
| class  | DeflatingStreamSinkConduitA filtering stream sink conduit which compresses the written data. | 
| class  | FixedLengthStreamSinkConduitA stream sink conduit with a limited length. | 
| class  | FramingMessageSinkConduitA message sink conduit which implements a simple message framing protocol over a stream conduit. | 
| class  | MessageStreamSinkConduitA stream sink conduit which wraps each write into a single message. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SaslUnwrappingConduit | 
| class  | SaslWrappingConduit | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.