Serialized Form


Package HTTPClient

Class HTTPClient.AuthSchemeNotImplException implements Serializable

Class HTTPClient.Cookie implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

expires

java.util.Date expires

domain

java.lang.String domain

path

java.lang.String path

secure

boolean secure

Class HTTPClient.Cookie2 implements Serializable

Serialized Fields

version

int version

discard

boolean discard

comment

java.lang.String comment

comment_url

URI comment_url

port_list

int[] port_list

port_list_str

java.lang.String port_list_str

path_set

boolean path_set

port_set

boolean port_set

domain_set

boolean domain_set

Class HTTPClient.ModuleException implements Serializable

Class HTTPClient.ParseException implements Serializable

Class HTTPClient.ProtocolNotSuppException implements Serializable

Class HTTPClient.SocksException implements Serializable


Package org.mortbay.ftp

Class org.mortbay.ftp.FtpCmdStreamException implements Serializable

Serialized Fields

input

java.lang.String input

Class org.mortbay.ftp.FtpException implements Serializable

Class org.mortbay.ftp.FtpReplyException implements Serializable

Serialized Fields

reply

org.mortbay.ftp.CmdReply reply


Package wttools.protocols.cache

Class wttools.protocols.cache.CacheContext implements Serializable

Serialized Fields

ramCache

java.util.Hashtable ramCache
Hashtable for keeping buffers with recently and most often used data from the net. These buffers are kept in ram memory. As keys is used CacheKey class which currently contains only URI string.

diskCache

java.util.Hashtable diskCache
Hashtable for keeping buffers with not recently and not most often used data from the net. These buffers are stored in hard disk for later use. As keys is used CacheKey class which currently contains only URI string.

activeConnections

java.util.Hashtable activeConnections
Hashtbale for keeping active connections for use if there is no data in cache buffers. As keys should be hosts addresses or IP numbers

Class wttools.protocols.cache.CacheData implements Serializable

Serialized Fields

data

byte[] data

createTime

long createTime

lastUsedTime

long lastUsedTime

timesUsed

int timesUsed

Class wttools.protocols.cache.CacheKey implements Serializable

Serialized Fields

key

java.lang.String key


Package wttools.protocols.exc

Class wttools.protocols.exc.IllegalProtocolException implements Serializable



Copyright © GNU, wttools developers Team.