Serialized Form


Package org.apache.tomcat.util.buf

Class org.apache.tomcat.util.buf.ByteChunk implements Serializable

Serialized Fields

buff

byte[] buff

start

int start

end

int end

enc

java.lang.String enc

isSet

boolean isSet

limit

int limit

in

ByteChunk.ByteInputChannel in

out

ByteChunk.ByteOutputChannel out

isOutput

boolean isOutput

Class org.apache.tomcat.util.buf.CharChunk implements Serializable

Serialized Fields

buff

char[] buff

start

int start

end

int end

isSet

boolean isSet

isOutput

boolean isOutput

limit

int limit

in

CharChunk.CharInputChannel in

out

CharChunk.CharOutputChannel out

Class org.apache.tomcat.util.buf.MessageBytes 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

dateValue

java.util.Date dateValue

hasDateValue

boolean hasDateValue

Class org.apache.tomcat.util.buf.TimeStamp 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


Package org.apache.tomcat.util.http

Class org.apache.tomcat.util.http.ServerCookie implements Serializable

Serialized Fields

name

MessageBytes name

value

MessageBytes value

comment

MessageBytes comment

domain

MessageBytes domain

maxAge

int maxAge

path

MessageBytes path

secure

boolean secure

version

int version


Package org.apache.tomcat.util.net

Class org.apache.tomcat.util.net.URL implements Serializable

Serialized Fields

authority

java.lang.String authority
The authority part of the URL.


file

java.lang.String file
The filename part of the URL.


host

java.lang.String host
The host name part of the URL.


path

java.lang.String path
The path part of the URL.


port

int port
The port number part of the URL.


protocol

java.lang.String protocol
The protocol name part of the URL.


query

java.lang.String query
The query part of the URL.


ref

java.lang.String ref
The reference part of the URL.


userInfo

java.lang.String userInfo
The user info part of the URL.



Copyright © 2001 Apache Software Foundation. All Rights Reserved.