XNIO API 3.0.7.GA

Uses of Package
org.xnio.channels

Packages that use org.xnio.channels
org.xnio The main API package for XNIO. 
org.xnio.channels   
org.xnio.ssl   
org.xnio.streams   
 

Classes in org.xnio.channels used by org.xnio
AcceptingChannel
          A channel which can accept inbound connections from remote endpoints.
BoundChannel
          A channel that is bound to a local address.
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.
ConnectedMessageChannel
          A channel that sends and receives messages to a connected peer.
ConnectedStreamChannel
          A stream channel that is a connection between a local and remote endpoint.
MulticastMessageChannel
          A multicast-capable point-to-multipoint channel.
StreamChannel
          A stream channel.
StreamSinkChannel
          A stream sink channel.
StreamSourceChannel
          A stream source channel.
SuspendableReadChannel
          A suspendable readable channel.
 

Classes in org.xnio.channels used by org.xnio.channels
AcceptingChannel
          A channel which can accept inbound connections from remote endpoints.
BoundChannel
          A channel that is bound to a local address.
BoundMultipointMessageChannel
          A multipoint datagram channel.
BoundServerChannel
          A server that is bound to one or more local addresses.
ByteChannel
          An extension of a simple NIO ByteChannel which includes scatter/gather operations.
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.
ConnectedMessageChannel
          A channel that sends and receives messages to a connected peer.
ConnectedSslStreamChannel
          A TLS-encapsulated connected stream channel.
ConnectedStreamChannel
          A stream channel that is a connection between a local and remote endpoint.
MessageChannel
          A channel that sends and receives whole messages.
MulticastMessageChannel
          A multicast-capable point-to-multipoint channel.
MulticastMessageChannel.Key
          A registration key for a multicast group.
MultipointMessageChannel
          A point-to-multipoint message channel.
ReadableMessageChannel
          A channel that can receive messages.
ReadableMultipointMessageChannel
          The readable side of a multipoint message channel.
SimpleAcceptingChannel
          A channel which can accept connections.
SocketAddressBuffer
          A buffer for source and destination addresses.
SslChannel
          A channel which can use SSL/TLS to negotiate a security layer.
StreamChannel
          A stream channel.
StreamSinkChannel
          A stream sink channel.
StreamSourceChannel
          A stream source channel.
SuspendableAcceptChannel
          A suspendable accept channel.
SuspendableChannel
          A suspendable bidirectional channel.
SuspendableReadChannel
          A suspendable readable channel.
SuspendableWriteChannel
          A suspendable writable channel.
TranslatingSuspendableChannel
          An abstract wrapped channel.
WrappedChannel
          A wrapped channel.
WritableMessageChannel
          A channel that can send messages.
WritableMultipointMessageChannel
          The writable side of a multipoint message channel.
 

Classes in org.xnio.channels used by org.xnio.ssl
AcceptingChannel
          A channel which can accept inbound connections from remote endpoints.
BoundChannel
          A channel that is bound to a local address.
ConnectedSslStreamChannel
          A TLS-encapsulated connected stream channel.
 

Classes in org.xnio.channels used by org.xnio.streams
StreamSinkChannel
          A stream sink channel.
StreamSourceChannel
          A stream source channel.
 


XNIO API 3.0.7.GA

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