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

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

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

Methods in com.sun.sgs.impl.nio that return AsyncSocketChannelImpl
 AsyncSocketChannelImpl AsyncSocketChannelImpl.bind(SocketAddress local)
          Binds the channel's socket to a local address.
 AsyncSocketChannelImpl AsyncProviderImpl.openAsynchronousSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous socket channel.
 AsyncSocketChannelImpl AsyncSocketChannelImpl.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
 AsyncSocketChannelImpl AsyncSocketChannelImpl.shutdown(ShutdownType how)
          Shutdown a connection for reading and/or writing without closing the 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