Uses of Enum Class
org.glassfish.grizzly.http2.frames.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in org.glassfish.grizzly.http2
Methods in org.glassfish.grizzly.http2 that return ErrorCodeModifier and TypeMethodDescriptionHeaderDecodingException.getErrorCode()Http2SessionException.getErrorCode()Http2StreamException.getErrorCode()Constructors in org.glassfish.grizzly.http2 with parameters of type ErrorCodeModifierConstructorDescriptionHeaderDecodingException(ErrorCode errorCode, org.glassfish.grizzly.http2.HeaderDecodingException.ErrorType errorType) Construct HeaderDecodingException.HeaderDecodingException(ErrorCode errorCode, org.glassfish.grizzly.http2.HeaderDecodingException.ErrorType errorType, String message) Construct HeaderDecodingException.Http2SessionException(ErrorCode errorCode) Construct Http2SessionException.Http2SessionException(ErrorCode errorCode, String message) Construct Http2SessionException.Http2StreamException(int streamId, ErrorCode errorCode) Http2StreamException(int streamId, ErrorCode errorCode, String description) Http2StreamException(int streamId, ErrorCode errorCode, String description, Throwable cause) Http2StreamException(int streamId, ErrorCode errorCode, Throwable cause) -
Uses of ErrorCode in org.glassfish.grizzly.http2.frames
Methods in org.glassfish.grizzly.http2.frames that return ErrorCodeModifier and TypeMethodDescriptionGoAwayFrame.getErrorCode()RstStreamFrame.getErrorCode()static ErrorCodeErrorCode.lookup(int code) static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.grizzly.http2.frames with parameters of type ErrorCodeModifier and TypeMethodDescription