XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.WritableMessageChannel

Packages that use WritableMessageChannel
org.xnio.channels   
 

Uses of WritableMessageChannel in org.xnio.channels
 

Subinterfaces of WritableMessageChannel in org.xnio.channels
 interface ConnectedMessageChannel
          A channel that sends and receives messages to a connected peer.
 interface MessageChannel
          A channel that sends and receives whole messages.
 

Classes in org.xnio.channels that implement WritableMessageChannel
 class FramedMessageChannel
          A connected message channel providing a SASL-style framing layer over a stream channel where each message is prepended by a four-byte length field.
 

Methods in org.xnio.channels with type parameters of type WritableMessageChannel
static
<C extends WritableMessageChannel>
void
Channels.sendBlocking(C channel, ByteBuffer buffer)
          Simple utility method to execute a blocking send on a message channel.
static
<C extends WritableMessageChannel>
void
Channels.sendBlocking(C channel, ByteBuffer[] buffers, int offs, int len)
          Simple utility method to execute a blocking gathering send on a message channel.
static
<C extends WritableMessageChannel>
boolean
Channels.sendBlocking(C channel, ByteBuffer[] buffers, int offs, int len, long time, TimeUnit unit)
          Simple utility method to execute a blocking gathering send on a message channel with a timeout.
static
<C extends WritableMessageChannel>
boolean
Channels.sendBlocking(C channel, ByteBuffer buffer, long time, TimeUnit unit)
          Simple utility method to execute a blocking send on a message channel with a timeout.
 

Methods in org.xnio.channels that return types with arguments of type WritableMessageChannel
 ChannelListener.Setter<? extends WritableMessageChannel> WritableMessageChannel.getCloseSetter()
          Get the setter which can be used to change the close listener for this channel.
 ChannelListener.Setter<? extends WritableMessageChannel> WritableMessageChannel.getWriteSetter()
          Get the setter which can be used to change the write listener for this channel.
 


XNIO API 3.0.7.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.