XNIO API 2.1.0.CR2

Uses of Interface
org.jboss.xnio.channels.SuspendableChannel

Packages that use SuspendableChannel
org.jboss.xnio.channels Defines an enhanced set of channels. 
 

Uses of SuspendableChannel in org.jboss.xnio.channels
 

Subinterfaces of SuspendableChannel in org.jboss.xnio.channels
 interface ConnectedStreamChannel<A>
          A stream channel that is a connection between a local and remote endpoint.
 interface DatagramChannel<A>
          A channel that sends and receives datagrams.
 interface LocalChannel
          A connected local IPC channel.
 interface MessageChannel
          A channel that sends and receives whole messages.
 interface MultipointDatagramChannel<A>
          A multipoint datagram channel.
 interface MultipointMessageChannel<A>
          A point-to-multipoint message channel.
 interface SslTcpChannel
          A TLS-encapsulated TCP channel.
 interface StreamChannel
          A stream channel.
 interface TcpChannel
          A TCP channel.
 interface UdpChannel
          A UDP channel.
 

Methods in org.jboss.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 2.1.0.CR2

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