Serialized Form


Package org.glassfish.grizzly.http

Class org.glassfish.grizzly.http.ContentEncodingException extends IllegalStateException implements Serializable

Class org.glassfish.grizzly.http.HttpBrokenContentException extends RuntimeException implements Serializable


Package org.glassfish.grizzly.http.util

Class org.glassfish.grizzly.http.util.ByteChunk extends Object implements Serializable

serialVersionUID: -1L

Serialized Fields

buff

byte[] buff

start

int start

end

int end

charset

Charset charset

isSet

boolean isSet

limit

int limit

optimizedWrite

boolean optimizedWrite

Class org.glassfish.grizzly.http.util.CharChunk extends Object implements Serializable

serialVersionUID: -1L

Serialized Fields

buff

char[] buff

start

int start

end

int end

isSet

boolean isSet

limit

int limit

optimizedWrite

boolean optimizedWrite

cachedString

String cachedString

Class org.glassfish.grizzly.http.util.FastDateFormat extends DateFormat implements Serializable

serialVersionUID: -1L

Serialized Fields

df

DateFormat df

lastSec

long lastSec

sb

StringBuffer sb

Class org.glassfish.grizzly.http.util.MessageBytes extends Object implements Serializable

Serialized Fields

type

int type

hashCode

int hashCode

hasHashCode

boolean hasHashCode

caseSensitive

boolean caseSensitive

byteC

ByteChunk byteC

charC

CharChunk charC

strValue

String strValue

hasStrValue

boolean hasStrValue

intValue

int intValue

hasIntValue

boolean hasIntValue

longValue

long longValue

hasLongValue

boolean hasLongValue

Class org.glassfish.grizzly.http.util.TimeStamp extends Object implements Serializable

Serialized Fields

creationTime

long creationTime

lastAccessedTime

long lastAccessedTime

thisAccessedTime

long thisAccessedTime

isNew

boolean isNew

maxInactiveInterval

long maxInactiveInterval

isValid

boolean isValid

name

MessageBytes name

id

int id

parent

Object parent



Copyright © 2012 Oracle Corporation. All Rights Reserved.