Uses of Class
com.sun.grizzly.filter.Message.ErrorCode

Packages that use Message.ErrorCode
com.sun.grizzly.filter   
 

Uses of Message.ErrorCode in com.sun.grizzly.filter
 

Methods in com.sun.grizzly.filter that return Message.ErrorCode
 Message.ErrorCode MessageError.getErrorCode()
           
static Message.ErrorCode Message.ErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.ErrorCode[] Message.ErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.grizzly.filter with parameters of type Message.ErrorCode
 void MessageError.setErrorCode(Message.ErrorCode errorCode)
           
 

Constructors in com.sun.grizzly.filter with parameters of type Message.ErrorCode
MessageError(String message, Message.ErrorCode code)
           
MessageParseException(String message, Message.ErrorCode errorCode)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.