Uses of Class
org.xnio.conduits.AbstractStreamSourceConduit
-
Packages that use AbstractStreamSourceConduit Package Description org.xnio.conduits The XNIO conduit SPI. -
-
Uses of AbstractStreamSourceConduit in org.xnio.conduits
Subclasses of AbstractStreamSourceConduit in org.xnio.conduits Modifier and Type Class Description classBlockingStreamSourceConduitA stream source conduit which can switch into and out of blocking mode.classBufferedStreamSourceConduitA stream source conduit which buffers input.classFixedLengthStreamSourceConduitA stream source conduit which limits the length of input.classInflatingStreamSourceConduitA filtering stream source conduit which decompresses the source data.classPushBackStreamSourceConduitA stream source conduit which allows buffers to be "pushed back" to the head of the stream.
-