Uses of Class
io.netty5.buffer.StandardAllocationTypes
-
Packages that use StandardAllocationTypes Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of StandardAllocationTypes in io.netty5.buffer
Methods in io.netty5.buffer that return StandardAllocationTypes Modifier and Type Method Description static StandardAllocationTypesStandardAllocationTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardAllocationTypes[]StandardAllocationTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-