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

Packages that use AsynchronousServerSocketChannel
com.sun.sgs.impl.nio Implements asynchronous IO as specified by the package com.sun.sgs.nio.channels
com.sun.sgs.impl.transport.tcp Provides an implementation of the transport layer APIs using TCP. 
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 AsynchronousServerSocketChannel in com.sun.sgs.impl.nio
 

Subclasses of AsynchronousServerSocketChannel in com.sun.sgs.impl.nio
(package private)  class AsyncServerSocketChannelImpl
          An implementation of AsynchronousServerSocketChannel.
 

Uses of AsynchronousServerSocketChannel in com.sun.sgs.impl.transport.tcp
 

Fields in com.sun.sgs.impl.transport.tcp declared as AsynchronousServerSocketChannel
(package private)  AsynchronousServerSocketChannel TcpTransport.acceptor
          The acceptor for listening for new connections.
 

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

Methods in com.sun.sgs.nio.channels that return AsynchronousServerSocketChannel
 AsynchronousServerSocketChannel AsynchronousServerSocketChannel.bind(SocketAddress local)
          Binds the channel's socket to a local address and configures the socket to listen for connections.
abstract  AsynchronousServerSocketChannel AsynchronousServerSocketChannel.bind(SocketAddress local, int backlog)
          Binds the channel's socket to a local address and configures the socket to listen for connections.
static AsynchronousServerSocketChannel AsynchronousServerSocketChannel.open()
          Opens an asynchronous server-socket channel.
static AsynchronousServerSocketChannel AsynchronousServerSocketChannel.open(AsynchronousChannelGroup group)
          Opens an asynchronous server-socket channel.
abstract  AsynchronousServerSocketChannel AsynchronousServerSocketChannel.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
 

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

Methods in com.sun.sgs.nio.channels.spi that return AsynchronousServerSocketChannel
abstract  AsynchronousServerSocketChannel AsynchronousChannelProvider.openAsynchronousServerSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous server-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