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

Packages that use SocketOption
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 SocketOption in com.sun.sgs.nio.channels
 

Classes in com.sun.sgs.nio.channels that implement SocketOption
 class StandardSocketOption
          Defines the standard socket options.
 

Methods in com.sun.sgs.nio.channels that return types with arguments of type SocketOption
 Set<SocketOption> NetworkChannel.options()
          Returns a set of the socket options supported by this channel.
 

Methods in com.sun.sgs.nio.channels with parameters of type SocketOption
 Object NetworkChannel.getOption(SocketOption name)
          Returns the value of a socket option.
 NetworkChannel NetworkChannel.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
abstract  AsynchronousSocketChannel AsynchronousSocketChannel.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
abstract  AsynchronousServerSocketChannel AsynchronousServerSocketChannel.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
abstract  AsynchronousDatagramChannel AsynchronousDatagramChannel.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