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

Packages that use NetworkChannel
com.sun.sgs.nio.channels Defines asynchronous channels that are connected to a stream-oriented connecting or listening socket, or a datagram-oriented socket. 
 

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

Subinterfaces of NetworkChannel in com.sun.sgs.nio.channels
 interface MulticastChannel
          A network channel that supports Internet Protocol (IP) multicasting.
 

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

Methods in com.sun.sgs.nio.channels that return NetworkChannel
 NetworkChannel NetworkChannel.bind(SocketAddress local)
          Binds the channel's socket to a local address.
 NetworkChannel NetworkChannel.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