Uses of Class
com.sun.sgs.impl.nio.AsyncServerSocketChannelImpl

Packages that use AsyncServerSocketChannelImpl
com.sun.sgs.impl.nio Implements asynchronous IO as specified by the package com.sun.sgs.nio.channels
 

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

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


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