Uses of Class
org.glassfish.grizzly.TransformationResult.Status

Packages that use TransformationResult.Status
org.glassfish.grizzly   
 

Uses of TransformationResult.Status in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return TransformationResult.Status
 TransformationResult.Status TransformationResult.getStatus()
           
static TransformationResult.Status TransformationResult.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransformationResult.Status[] TransformationResult.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 TransformationResult.Status
 void TransformationResult.setStatus(TransformationResult.Status status)
           
 

Constructors in org.glassfish.grizzly with parameters of type TransformationResult.Status
TransformationResult(TransformationResult.Status status, O message, I externalRemainder)
           
TransformationResult(TransformationResult.Status status, O message, I externalRemainder, int errorCode, java.lang.String errorDescription)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.