Uses of Class
com.sun.sgs.nio.channels.ShutdownType

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

Methods in com.sun.sgs.impl.nio with parameters of type ShutdownType
 AsyncSocketChannelImpl AsyncSocketChannelImpl.shutdown(ShutdownType how)
          Shutdown a connection for reading and/or writing without closing the channel.
 

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

Methods in com.sun.sgs.nio.channels that return ShutdownType
static ShutdownType ShutdownType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShutdownType[] ShutdownType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.sgs.nio.channels with parameters of type ShutdownType
abstract  AsynchronousSocketChannel AsynchronousSocketChannel.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