Serialized Form

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

in

ByteChunk.ByteInputChannel in

out

ByteChunk.ByteOutputChannel out

isOutput

boolean isOutput

optimizedWrite

boolean optimizedWrite


Class org.apache.tomcat.util.buf.CharChunk extends java.lang.Object 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

optimizedWrite

boolean optimizedWrite


Class org.apache.coyote.tomcat4.CoyoteInputStream extends ServletInputStream implements Serializable


Class org.apache.coyote.tomcat3.CoyoteInterceptor2 extends BaseInterceptor implements Serializable


Class org.apache.coyote.tomcat4.CoyoteRequestFacade extends RequestFacade implements Serializable


Class org.apache.coyote.tomcat4.CoyoteResponseFacade extends ResponseFacade implements Serializable


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

dateValue

java.util.Date dateValue

hasDateValue

boolean hasDateValue


Class org.apache.tomcat.util.net.puretls.PureTLSSocket extends COM.claymoresystems.ptls.SSLSocket implements Serializable


Class org.apache.tomcat.util.http.ServerCookie extends java.lang.Object 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


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


Class org.apache.coyote.tomcat3.Tomcat3Request extends org.apache.tomcat.core.Request implements Serializable


Class org.apache.tomcat.util.net.URL extends java.lang.Object 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 ? 2003 Apache Software Foundation. All Rights Reserved.