Uses of Class
org.glassfish.grizzly.http.util.DataChunk.Type
-
Packages that use DataChunk.Type Package Description org.glassfish.grizzly.http.util -
-
Uses of DataChunk.Type in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util that return DataChunk.Type Modifier and Type Method Description DataChunk.TypeDataChunk. getType()static DataChunk.TypeDataChunk.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DataChunk.Type[]DataChunk.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-