Uses of Class
com.sun.sgs.nio.channels.AsynchronousChannel

Packages that use AsynchronousChannel
com.sun.sgs.impl.nio Implements asynchronous IO as specified by the package com.sun.sgs.nio.channels
com.sun.sgs.nio.channels Defines asynchronous channels that are connected to a stream-oriented connecting or listening socket, or a datagram-oriented socket. 
 

Uses of AsynchronousChannel in com.sun.sgs.impl.nio
 

Subclasses of AsynchronousChannel in com.sun.sgs.impl.nio
(package private)  class AsyncDatagramChannelImpl
          An implementation of AsynchronousDatagramChannel.
(package private)  class AsyncServerSocketChannelImpl
          An implementation of AsynchronousServerSocketChannel.
(package private)  class AsyncSocketChannelImpl
          An implementation of AsynchronousSocketChannel.
 

Uses of AsynchronousChannel in com.sun.sgs.nio.channels
 

Subclasses of AsynchronousChannel in com.sun.sgs.nio.channels
 class AsynchronousDatagramChannel
          An asynchronous channel for datagram-oriented sockets.
 class AsynchronousServerSocketChannel
          An asynchronous channel for stream-oriented listening sockets.
 class AsynchronousSocketChannel
          An asynchronous channel for stream-oriented connecting sockets.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved