Serialized Form


Package org.glassfish.grizzly.http

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


Package org.glassfish.grizzly.http.util

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

Serialized Fields

buff

byte[] buff

start

int start

end

int end

enc

java.lang.String enc

isSet

boolean isSet

limit

int limit

optimizedWrite

boolean optimizedWrite

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

Serialized Fields

buff

char[] buff

start

int start

end

int end

isSet

boolean isSet

limit

int limit

optimizedWrite

boolean optimizedWrite

cachedString

java.lang.String cachedString

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

Serialized Fields

df

java.text.DateFormat df

lastSec

long lastSec

sb

java.lang.StringBuffer sb

fp

java.text.FieldPosition fp

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

Serialized Fields

type

int type

hashCode

int hashCode

hasHashCode

boolean hasHashCode

caseSensitive

boolean caseSensitive

byteC

ByteChunk byteC

charC

CharChunk charC

strValue

java.lang.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 java.lang.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

java.lang.Object parent



Copyright © 2011 Oracle Corpration. All Rights Reserved.