Uses of Class
org.glassfish.grizzly.ProcessorResult.Status
-
Packages that use ProcessorResult.Status Package Description org.glassfish.grizzly -
-
Uses of ProcessorResult.Status in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return ProcessorResult.Status Modifier and Type Method Description ProcessorResult.StatusProcessorResult. getStatus()Get the result status.static ProcessorResult.StatusProcessorResult.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessorResult.Status[]ProcessorResult.Status. values()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 ProcessorResult.Status Modifier and Type Method Description protected ProcessorResultProcessorResult. setStatus(ProcessorResult.Status status)
-