Uses of Class
org.glassfish.grizzly.Connection.CloseType

Packages that use Connection.CloseType
org.glassfish.grizzly   
org.glassfish.grizzly.nio   
 

Uses of Connection.CloseType in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return Connection.CloseType
static Connection.CloseType Connection.CloseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Connection.CloseType[] Connection.CloseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.grizzly with parameters of type Connection.CloseType
 void Connection.CloseListener.onClosed(Connection connection, Connection.CloseType type)
           
 

Uses of Connection.CloseType in org.glassfish.grizzly.nio
 

Fields in org.glassfish.grizzly.nio with type parameters of type Connection.CloseType
protected  java.util.concurrent.atomic.AtomicReference<Connection.CloseType> NIOConnection.closeFlag
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.