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

Packages that use AsynchronousSocketChannel
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.nio.channels.spi Service-provider classes for the com.sun.sgs.nio.channels package. 
 

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

Methods in com.sun.sgs.nio.channels that return AsynchronousSocketChannel
abstract  AsynchronousSocketChannel AsynchronousSocketChannel.bind(SocketAddress local)
          Binds the channel's socket to a local address.
static AsynchronousSocketChannel AsynchronousSocketChannel.open()
          Opens an asynchronous socket channel.
static AsynchronousSocketChannel AsynchronousSocketChannel.open(AsynchronousChannelGroup group)
          Opens an asynchronous socket channel.
abstract  AsynchronousSocketChannel AsynchronousSocketChannel.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
abstract  AsynchronousSocketChannel AsynchronousSocketChannel.shutdown(ShutdownType how)
          Shutdown a connection for reading and/or writing without closing the channel.
 

Methods in com.sun.sgs.nio.channels that return types with arguments of type AsynchronousSocketChannel
abstract
<A> IoFuture<AsynchronousSocketChannel,A>
AsynchronousServerSocketChannel.accept(A attachment, CompletionHandler<AsynchronousSocketChannel,? super A> handler)
          Accepts a connection.
<A> IoFuture<AsynchronousSocketChannel,A>
AsynchronousServerSocketChannel.accept(CompletionHandler<AsynchronousSocketChannel,? super A> handler)
          Accepts a connection.
 

Method parameters in com.sun.sgs.nio.channels with type arguments of type AsynchronousSocketChannel
abstract
<A> IoFuture<AsynchronousSocketChannel,A>
AsynchronousServerSocketChannel.accept(A attachment, CompletionHandler<AsynchronousSocketChannel,? super A> handler)
          Accepts a connection.
<A> IoFuture<AsynchronousSocketChannel,A>
AsynchronousServerSocketChannel.accept(CompletionHandler<AsynchronousSocketChannel,? super A> handler)
          Accepts a connection.
 

Uses of AsynchronousSocketChannel in com.sun.sgs.nio.channels.spi
 

Methods in com.sun.sgs.nio.channels.spi that return AsynchronousSocketChannel
abstract  AsynchronousSocketChannel AsynchronousChannelProvider.openAsynchronousSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous socket channel.
 


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