Uses of Class
org.glassfish.grizzly.Connection.CloseType
-
Packages that use Connection.CloseType Package Description org.glassfish.grizzly -
-
Uses of Connection.CloseType in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return Connection.CloseType Modifier and Type Method Description static Connection.CloseTypeConnection.CloseType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Connection.CloseType[]Connection.CloseType. values()Deprecated.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 Modifier and Type Method Description voidConnection.CloseListener. onClosed(Connection connection, Connection.CloseType type)Deprecated.
-