Uses of Interface
org.xnio.conduits.SourceConduit
Packages that use SourceConduit
-
Uses of SourceConduit in org.xnio.conduits
Classes in org.xnio.conduits with type parameters of type SourceConduitModifier and TypeClassDescriptionclass
AbstractSourceConduit<D extends SourceConduit>
An abstract base class for filtering source conduits.class
AbstractSynchronizedSourceConduit<D extends SourceConduit>
An abstract synchronized source conduit.Subinterfaces of SourceConduit in org.xnio.conduitsModifier and TypeInterfaceDescriptioninterface
A message source conduit.interface
Classes in org.xnio.conduits that implement SourceConduitModifier and TypeClassDescriptionclass
AbstractMessageSourceConduit<D extends MessageSourceConduit>
An abstract base class for filtering message source conduits.class
AbstractSourceConduit<D extends SourceConduit>
An abstract base class for filtering source conduits.class
AbstractStreamSourceConduit<D extends StreamSourceConduit>
An abstract base class for filtering stream source conduits.class
AbstractSynchronizedSourceConduit<D extends SourceConduit>
An abstract synchronized source conduit.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 is always empty.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.final class
A conduit which wraps a channel, for compatibility.final class
A synchronized message source conduit.final class
A synchronized stream source conduit.