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

Packages that use SocketOption
com.sun.sgs.impl.nio Implements asynchronous IO as specified by the package com.sun.sgs.nio.channels
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.impl.nio
 

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

Methods in com.sun.sgs.impl.nio with parameters of type SocketOption
 Object AsyncServerSocketChannelImpl.getOption(SocketOption name)
          Returns the value of a socket option.
 Object AsyncDatagramChannelImpl.getOption(SocketOption name)
          Returns the value of a socket option.
 Object AsyncSocketChannelImpl.getOption(SocketOption name)
          Returns the value of a socket option.
 AsyncServerSocketChannelImpl AsyncServerSocketChannelImpl.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
 AsyncDatagramChannelImpl AsyncDatagramChannelImpl.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
 AsyncSocketChannelImpl AsyncSocketChannelImpl.setOption(SocketOption name, Object value)
          Sets the value of a socket option.
 

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