Uses of Interface
org.xnio.conduits.MessageSinkConduit
-
Packages that use MessageSinkConduit Package Description org.xnio The main API package for XNIO.org.xnio.conduits The XNIO conduit SPI.org.xnio.sasl Utility classes for using SASL mechanisms atop NIO or XNIO APIs. -
-
Uses of MessageSinkConduit in org.xnio
Methods in org.xnio with parameters of type MessageSinkConduit Modifier and Type Method Description protected voidMessageConnection. setSinkConduit(MessageSinkConduit conduit) -
Uses of MessageSinkConduit in org.xnio.conduits
Classes in org.xnio.conduits with type parameters of type MessageSinkConduit Modifier and Type Class Description classAbstractMessageSinkConduit<D extends MessageSinkConduit>An abstract base class for filtering message sink conduits.Classes in org.xnio.conduits that implement MessageSinkConduit Modifier and Type Class Description classAbstractMessageSinkConduit<D extends MessageSinkConduit>An abstract base class for filtering message sink conduits.classFramingMessageSinkConduitA message sink conduit which implements a simple message framing protocol over a stream conduit.classSynchronizedMessageSinkConduitA synchronized message sink conduit.Methods in org.xnio.conduits that return MessageSinkConduit Modifier and Type Method Description MessageSinkConduitConduitWritableMessageChannel. getConduit()Get the underlying conduit for this channel.Methods in org.xnio.conduits with parameters of type MessageSinkConduit Modifier and Type Method Description static booleanConduits. sendFinalBasic(MessageSinkConduit conduit, java.nio.ByteBuffer src)Writes a message to the conduit, and terminates writes if the send was successfully.static booleanConduits. sendFinalBasic(MessageSinkConduit conduit, java.nio.ByteBuffer[] srcs, int offset, int length)Writes a message to the conduit, and terminates writes if the send was successfully.voidConduitWritableMessageChannel. setConduit(MessageSinkConduit conduit)Set the underlying conduit for this channel.Constructors in org.xnio.conduits with parameters of type MessageSinkConduit Constructor Description ConduitWritableMessageChannel(Configurable configurable, MessageSinkConduit conduit)Construct a new instance.MessageStreamSinkConduit(MessageSinkConduit next)Construct a new instance.SynchronizedMessageSinkConduit(MessageSinkConduit next)Construct a new instance.SynchronizedMessageSinkConduit(MessageSinkConduit next, java.lang.Object lock)Construct a new instance. -
Uses of MessageSinkConduit in org.xnio.sasl
Classes in org.xnio.sasl that implement MessageSinkConduit Modifier and Type Class Description classSaslUnwrappingConduitclassSaslWrappingConduitConstructors in org.xnio.sasl with parameters of type MessageSinkConduit Constructor Description SaslUnwrappingConduit(MessageSinkConduit next, SaslWrapper wrapper)SaslWrappingConduit(MessageSinkConduit next, SaslWrapper wrapper)
-