Uses of Enum Class
org.glassfish.grizzly.Connection.CloseType
Packages that use Connection.CloseType
-
Uses of Connection.CloseType in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return Connection.CloseTypeModifier and TypeMethodDescriptionstatic Connection.CloseTypeDeprecated.Returns the enum constant of this class with the specified name.static Connection.CloseType[]Connection.CloseType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.grizzly with parameters of type Connection.CloseTypeModifier and TypeMethodDescriptionvoidConnection.CloseListener.onClosed(Connection connection, Connection.CloseType type) Deprecated.