XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.MessageChannel

Packages that use MessageChannel
org.xnio.channels   
 

Uses of MessageChannel in org.xnio.channels
 

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

Classes in org.xnio.channels that implement MessageChannel
 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 that return types with arguments of type MessageChannel
 ChannelListener.Setter<? extends MessageChannel> MessageChannel.getCloseSetter()
          Get the setter which can be used to change the close listener for this channel.
 ChannelListener.Setter<? extends MessageChannel> MessageChannel.getReadSetter()
          Get the setter which can be used to change the read listener for this channel.
 ChannelListener.Setter<? extends MessageChannel> MessageChannel.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.