Uses of Interface
com.sun.sgs.nio.channels.AsynchronousByteChannel

Packages that use AsynchronousByteChannel
com.sun.sgs.nio.channels Defines asynchronous channels that are connected to a stream-oriented connecting or listening socket, or a datagram-oriented socket. 
com.sun.sgs.transport Provides interfaces for the transport layer. 
 

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

Classes in com.sun.sgs.nio.channels that implement AsynchronousByteChannel
 class AsynchronousDatagramChannel
          An asynchronous channel for datagram-oriented sockets.
 class AsynchronousSocketChannel
          An asynchronous channel for stream-oriented connecting sockets.
 

Methods in com.sun.sgs.nio.channels with parameters of type AsynchronousByteChannel
static InputStream Channels.newInputStream(AsynchronousByteChannel ch)
          Constructs a stream that reads bytes from the given channel.
static OutputStream Channels.newOutputStream(AsynchronousByteChannel ch)
          Constructs a stream that writes bytes to the given channel.
 

Uses of AsynchronousByteChannel in com.sun.sgs.transport
 

Methods in com.sun.sgs.transport with parameters of type AsynchronousByteChannel
 void ConnectionHandler.newConnection(AsynchronousByteChannel channel)
          Notify the handler that a new connection has been initiated.
 


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