Package | Description |
---|---|
io.undertow.conduits | |
io.undertow.server.handlers.cache | |
io.undertow.server.protocol.http | |
org.xnio.conduits |
The XNIO conduit SPI.
|
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 |
FinishableStreamSinkConduit |
class |
HeadStreamSinkConduit
A conduit that discards all data written to it.
|
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 |
StoredResponseStreamSinkConduit |
class |
WriteTimeoutStreamSinkConduit
Wrapper for write timeout.
|
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 |
BlockingStreamSinkConduit |
class |
BufferedStreamSinkConduit
A stream sink conduit that buffers output data.
|
class |
DeflatingStreamSinkConduit
A filtering stream sink conduit which compresses the written data.
|
class |
FixedLengthStreamSinkConduit
A stream sink conduit with a limited length.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.