Uses of Class
org.glassfish.grizzly.CloseType
-
Packages that use CloseType Package Description org.glassfish.grizzly -
-
Uses of CloseType in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return CloseType Modifier and Type Method Description CloseTypeCloseReason. getType()Return information whetherConnectionwas closed locally or remotely.static CloseTypeCloseType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloseType[]CloseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.grizzly with parameters of type CloseType Constructor Description CloseReason(CloseType type, IOException cause)
-