Uses of Class
org.xnio.conduits.AbstractSourceConduit
Packages that use AbstractSourceConduit
-
Uses of AbstractSourceConduit in org.xnio.conduits
Subclasses of AbstractSourceConduit in org.xnio.conduitsModifier and TypeClassDescriptionclass
AbstractMessageSourceConduit<D extends MessageSourceConduit>
An abstract base class for filtering message source conduits.class
AbstractStreamSourceConduit<D extends StreamSourceConduit>
An abstract base class for filtering stream source conduits.final class
A stream source conduit which can switch into and out of blocking mode.final class
A stream source conduit which buffers input.final class
A stream source conduit which limits the length of input.final class
A message source conduit which implements a simple message framing protocol over a stream conduit.final class
A filtering stream source conduit which decompresses the source data.final class
A stream source conduit which reads stream data from messages.final class
A stream source conduit which allows buffers to be "pushed back" to the head of the stream.