Uses of Interface
org.xnio.conduits.MessageSourceConduit
Packages that use MessageSourceConduit
-
Uses of MessageSourceConduit in org.xnio
Methods in org.xnio with parameters of type MessageSourceConduitModifier and TypeMethodDescriptionprotected voidMessageConnection.setSourceConduit(MessageSourceConduit conduit) -
Uses of MessageSourceConduit in org.xnio.conduits
Classes in org.xnio.conduits with type parameters of type MessageSourceConduitModifier and TypeClassDescriptionclassAbstractMessageSourceConduit<D extends MessageSourceConduit>An abstract base class for filtering message source conduits.Classes in org.xnio.conduits that implement MessageSourceConduitModifier and TypeClassDescriptionclassAbstractMessageSourceConduit<D extends MessageSourceConduit>An abstract base class for filtering message source conduits.final classA message source conduit which implements a simple message framing protocol over a stream conduit.final classA synchronized message source conduit.Methods in org.xnio.conduits that return MessageSourceConduitModifier and TypeMethodDescriptionConduitReadableMessageChannel.getConduit()Get the underlying conduit for this channel.Methods in org.xnio.conduits with parameters of type MessageSourceConduitModifier and TypeMethodDescriptionvoidConduitReadableMessageChannel.setConduit(MessageSourceConduit conduit) Set the underlying conduit for this channel.Constructors in org.xnio.conduits with parameters of type MessageSourceConduitModifierConstructorDescriptionConduitReadableMessageChannel(Configurable configurable, MessageSourceConduit conduit) Construct a new instance.Construct a new instance.Construct a new instance.Construct a new instance.