XNIO API 3.0.7.GA

Uses of Interface
org.xnio.channels.SuspendableChannel

Packages that use SuspendableChannel
org.xnio.channels   
 

Uses of SuspendableChannel in org.xnio.channels
 

Classes in org.xnio.channels with type parameters of type SuspendableChannel
 class TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>
          An abstract wrapped channel.
 class TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>
          An abstract wrapped channel.
 

Subinterfaces of SuspendableChannel in org.xnio.channels
 interface BoundMultipointMessageChannel
          A multipoint datagram channel.
 interface ConnectedMessageChannel
          A channel that sends and receives messages to a connected peer.
 interface ConnectedSslStreamChannel
          A TLS-encapsulated connected stream channel.
 interface ConnectedStreamChannel
          A stream channel that is a connection between a local and remote endpoint.
 interface MessageChannel
          A channel that sends and receives whole messages.
 interface MulticastMessageChannel
          A multicast-capable point-to-multipoint channel.
 interface MultipointMessageChannel
          A point-to-multipoint message channel.
 interface StreamChannel
          A stream channel.
 

Classes in org.xnio.channels that implement SuspendableChannel
 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.
 class TranslatingSuspendableChannel<C extends SuspendableChannel,W extends SuspendableChannel>
          An abstract wrapped channel.
 

Fields in org.xnio.channels declared as SuspendableChannel
protected  W TranslatingSuspendableChannel.channel
          The wrapped channel.
 

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