| Package | Description | 
|---|---|
| io.undertow.conduits | |
| io.undertow.protocols.ssl | |
| 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  | 
AbstractFixedLengthStreamSinkConduit
A channel which writes a fixed amount of data. 
 | 
class  | 
AbstractFramedStreamSinkConduit
Utility class to ease the implementation of framed protocols. 
 | 
class  | 
BytesSentStreamSinkConduit  | 
class  | 
ChunkedStreamSinkConduit
Channel that implements HTTP chunked transfer coding. 
 | 
class  | 
DebuggingStreamSinkConduit
Conduit that saves all the data that is written through it and can dump it to the console 
 | 
class  | 
DeflatingStreamSinkConduit
Channel that handles deflate compression 
 | 
class  | 
FinishableStreamSinkConduit  | 
class  | 
GzipStreamSinkConduit  | 
class  | 
HeadStreamSinkConduit
A conduit that discards all data written to it. 
 | 
class  | 
IdleTimeoutConduit
Conduit that adds support to close a channel once for a specified time no
 reads and no writes were performed. 
 | 
class  | 
PreChunkedStreamSinkConduit
Channel that implements HTTP chunked transfer coding for data streams that already have chunk markers. 
 | 
class  | 
RangeStreamSinkConduit  | 
class  | 
RateLimitingStreamSinkConduit
Class that implements the token bucket algorithm. 
 | 
class  | 
WriteTimeoutStreamSinkConduit
Wrapper for write timeout. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SslConduit  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ResponseCachingStreamSinkConduit  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PipeliningBufferingStreamSinkConduit
A 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  | 
AbstractSinkConduit<D extends SinkConduit>
An abstract base class for filtering output conduits. 
 | 
class  | 
AbstractSynchronizedSinkConduit<D extends SinkConduit>  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MessageSinkConduit
A message sink conduit. 
 | 
interface  | 
StreamSinkConduit
A sink (writable) conduit for byte streams. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractMessageSinkConduit<D extends MessageSinkConduit>
An abstract base class for filtering message sink conduits. 
 | 
class  | 
AbstractSinkConduit<D extends SinkConduit>
An abstract base class for filtering output conduits. 
 | 
class  | 
AbstractStreamSinkConduit<D extends StreamSinkConduit>
An abstract base class for filtering stream sink conduits. 
 | 
class  | 
AbstractSynchronizedSinkConduit<D extends SinkConduit>  | 
class  | 
BlockingStreamSinkConduit  | 
class  | 
BufferedStreamSinkConduit
A stream sink conduit that buffers output data. 
 | 
class  | 
FixedLengthStreamSinkConduit
A stream sink conduit with a limited length. 
 | 
class  | 
FramingMessageSinkConduit
A message sink conduit which implements a simple message framing protocol over a stream conduit. 
 | 
class  | 
MessageStreamSinkConduit
A stream sink conduit which wraps each write into a single message. 
 | 
class  | 
NullStreamSinkConduit
A stream sink conduit which discards all data written to it. 
 | 
class  | 
StreamSinkChannelWrappingConduit
A conduit which wraps a channel, for compatibility. 
 | 
class  | 
SynchronizedMessageSinkConduit
A synchronized message sink conduit. 
 | 
class  | 
SynchronizedStreamSinkConduit
A synchronized stream sink conduit. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SaslUnwrappingConduit  | 
class  | 
SaslWrappingConduit  | 
Copyright © 2016 JBoss by Red Hat. All rights reserved.