Package | Description |
---|---|
io.undertow.conduits | |
io.undertow.server.protocol.ajp | |
org.xnio.conduits |
The XNIO conduit SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
BrokenStreamSourceConduit |
class |
BytesReceivedStreamSourceConduit |
class |
ChunkedStreamSourceConduit
Channel to de-chunkify data
|
class |
DebuggingStreamSourceConduit
Conduit that saves all the data that is written through it and can dump it to the console
|
class |
FinishableStreamSourceConduit
A conduit that calls a finish listener when there is no data left in the underlying conduit.
|
class |
FixedLengthStreamSourceConduit
A channel which reads data of a fixed length and calls a finish listener.
|
class |
ReadDataStreamSourceConduit |
class |
ReadTimeoutStreamSourceConduit
Wrapper for read timeout.
|
Modifier and Type | Class and Description |
---|---|
class |
AjpServerRequestConduit
Underlying AJP request channel.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingStreamSourceConduit
A stream source conduit which can switch into and out of blocking mode.
|
class |
BufferedStreamSourceConduit
A stream source conduit which buffers input.
|
class |
InflatingStreamSourceConduit
A filtering stream source conduit which decompresses the source data.
|
class |
PushBackStreamSourceConduit
A stream source conduit which allows buffers to be "pushed back" to the head of the stream.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.