XNIO API 2.1.0.CR2

Uses of Package
org.jboss.xnio.channels

Packages that use org.jboss.xnio.channels
org.jboss.xnio The main API package for XNIO. 
org.jboss.xnio.channels Defines an enhanced set of channels. 
 

Classes in org.jboss.xnio.channels used by org.jboss.xnio
BoundChannel
          A channel that is bound to a local address.
BoundServer
          A server that is bound to a local address, and which may accept connections.
CloseableChannel
          A channel which is closeable.
Configurable
          A channel that has parameters that may be configured while the channel is open.
ConnectedChannel
          A channel that has a local and peer endpoint address.
ConnectedStreamChannel
          A stream channel that is a connection between a local and remote endpoint.
DatagramChannel
          A channel that sends and receives datagrams.
LocalChannel
          A connected local IPC channel.
SslTcpChannel
          A TLS-encapsulated TCP channel.
StreamChannel
          A stream channel.
StreamSinkChannel
          A stream sink channel.
StreamSourceChannel
          A stream source channel.
TcpChannel
          A TCP channel.
UdpChannel
          A UDP channel.
 

Classes in org.jboss.xnio.channels used by org.jboss.xnio.channels
BoundChannel
          A channel that is bound to a local address.
BoundServer
          A server that is bound to a local address, and which may accept connections.
CloseableChannel
          A channel which is closeable.
Configurable
          A channel that has parameters that may be configured while the channel is open.
ConnectedChannel
          A channel that has a local and peer endpoint address.
ConnectedStreamChannel
          A stream channel that is a connection between a local and remote endpoint.
DatagramChannel
          A channel that sends and receives datagrams.
LocalChannel
          A connected local IPC channel.
MessageChannel
          A channel that sends and receives whole messages.
MessageHandler
          A handler interface for incoming messages.
MessageHandler.Setter
           
MultipointDatagramChannel
          A multipoint datagram channel.
MultipointMessageChannel
          A point-to-multipoint message channel.
MultipointReadableMessageChannel
          The readable side of a multipoint message channel.
MultipointReadResult
          The result of a multipoint message read.
MultipointWritableMessageChannel
          The writable side of a multipoint message channel.
ReadableAllocatedMessageChannel
          A channel that can receive messages.
ReadableMessageChannel
          A channel that can receive messages.
SslChannel
          A channel which can use SSL/TLS to negotiate a security layer.
SslTcpChannel
          A TLS-encapsulated TCP channel.
StreamChannel
          A stream channel.
StreamSinkChannel
          A stream sink channel.
StreamSourceChannel
          A stream source channel.
SuspendableChannel
          A suspendable bidirectional channel.
SuspendableReadChannel
          A suspendable readable channel.
SuspendableWriteChannel
          A suspendable writable channel.
TcpChannel
          A TCP channel.
UdpChannel
          A UDP channel.
UdpChannel.Key
          A registration key for a multicast group.
WritableMessageChannel
          A channel that can send messages.
 


XNIO API 2.1.0.CR2

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