XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.ReadableMessageChannel

Packages that use ReadableMessageChannel
org.xnio.channels   
 

Uses of ReadableMessageChannel in org.xnio.channels
 

Subinterfaces of ReadableMessageChannel 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 ReadableMessageChannel
 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 ReadableMessageChannel
static
<C extends ReadableMessageChannel>
int
Channels.receiveBlocking(C channel, ByteBuffer buffer)
          Simple utility method to execute a blocking receive on a readable message channel.
static
<C extends ReadableMessageChannel>
long
Channels.receiveBlocking(C channel, ByteBuffer[] buffers, int offs, int len)
          Simple utility method to execute a blocking receive on a readable message channel.
static
<C extends ReadableMessageChannel>
long
Channels.receiveBlocking(C channel, ByteBuffer[] buffers, int offs, int len, long time, TimeUnit unit)
          Simple utility method to execute a blocking receive on a readable message channel with a timeout.
static
<C extends ReadableMessageChannel>
int
Channels.receiveBlocking(C channel, ByteBuffer buffer, long time, TimeUnit unit)
          Simple utility method to execute a blocking receive on a readable message channel with a timeout.
 

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


XNIO API 3.0.7.GA

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