Index of all Fields and Methods
All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

_allowed. Static variable in class w3c.jigsaw.resources.HTTPResource

A

accept(). Method in class w3c.mux.MPStream
accept(int). Method in class w3c.mux.MPStream
Accept any incoming connection on this stream.
accept(int). Method in class w3c.mux.Session
Mark this session as accepted.
ACCEPT_ENCODING_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - Set the accept encodings.
ACCEPT_LANGUAGE_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - Set the accept language.
ACCEPT_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - Set the accept header.
acceptChange(Double). Method in class w3c.tools.forms.DoubleField
Do we want to accept this new value ?
acceptChange(int). Method in class w3c.tools.forms.BooleanField
Do we accept the given change ?
acceptChange(int). Method in class w3c.tools.forms.OptionField
Do we accept to change to the given (valid) index ?
acceptChange(Integer). Method in class w3c.tools.forms.IntegerField
Do we accept this new value as our setting ?
acceptChange(String). Method in class w3c.tools.forms.StringField
Do we want to accept this value as our new value.
ACCEPTED. Static variable in interface w3c.www.http.HTTP
acceptFieldValue(String, Object). Method in interface w3c.tools.forms.FormHandlerInterface
Is the given value appropriate for the given field ?
AccessLimitFilter(). Constructor for class w3c.jigsaw.filters.AccessLimitFilter
acquireBureau(). Method in class w3c.jigsaw.pics.LabelBureauResource
Check that we have loaded our bureau, or load it.
acquireBureau(). Method in class w3c.jigsaw.pics.PICSFilter
Make sure our label bureau is loaded.
acquireChildren(). Method in class w3c.jigsaw.resources.DirectoryResource
Acquire the directory resource store.
acquireDirectoriesStore(). Method in class w3c.jigsaw.indexer.ResourceIndexer
Acquire the directories store.
acquireExtensionsStore(). Method in class w3c.jigsaw.indexer.ResourceIndexer
Acquire the extension store.
acquireRealm(). Method in class w3c.jigsaw.auth.GenericAuthFilter
Get a pointer to our realm, and initialize our ipmatcher.
acquireStore(). Method in class w3c.jigsaw.auth.AuthRealm
Acquire and load the users store.
acquireStore(). Method in class w3c.jigsaw.auth.RealmsCatalog
Acquire the store.
add(short[], Object). Method in class w3c.jigsaw.auth.IPMatcher
Associate the given IP adress to the given object.
add(String, CvsEntry[]). Method in class w3c.cvs.CvsDirectory
Add new entries for this directory to CVS control.
addAccept(HttpAccept). Method in class w3c.www.http.HttpAcceptList
Add an accept clause to that list.
addBag(HttpBag). Method in class w3c.www.http.HttpBag
Add a named bag into this bag.
addButton(String). Method in class w3c.jigsaw.forms.FormCardResource
Add a new button.
addBytes(byte[], int, int). Method in class w3c.www.http.BasicValue
HeaderValue implementation - Add these bytes to the header raw value.
addBytes(byte[], int, int). Method in interface w3c.www.http.HeaderValue
Add these bytes to the header raw value.
addCharset(HttpAcceptCharset). Method in class w3c.www.http.HttpAcceptCharsetList
Add an accpted charset clause to the list.
addClient(boolean). Method in class w3c.jigsaw.http.ClientPool
Create a new client for this pool.
addConnection(String). Method in class w3c.www.http.HttpMessage
Add the given header name to the Connection header.
addCookie(String, String). Method in class w3c.www.http.HttpCookieList
Add a cookie to this header value.
addEntry(String). Method in class w3c.cvs.CvsDirectory
Add an entry into this directory for the given file.
addField(FormField). Method in class w3c.tools.forms.FormManager
Add a field to the form.
addField(FormFieldInterface). Method in class w3c.jigsaw.forms.FormCardResource
Add a new field to this form.
addField(String, Component). Method in class w3c.tools.forms.FormPanel
Add a field editor.
addField(String, String, FormField). Method in class w3c.tools.forms.Form
Register a new form field.
addFilter(HTTPFilter). Method in class w3c.jigsaw.http.LookupResult
Add a filter, to be invoked by the resource's perform method.
addFilterCard(ResourceFilter). Method in class w3c.jigsaw.formedit.FilteredResourceEditor
Add a card for a newly created filter.
addFilters(HTTPFilter[]). Method in class w3c.jigsaw.http.LookupResult
Add a set of filters to be invoked by the resource's perform method.
addInput(byte[], int, int). Method in class w3c.mux.SessionInputStream
Add the given data to our input queue.
addItem(String). Method in class w3c.www.http.HttpBag
Add an item into this bag.
addLanguage(HttpAcceptLanguage). Method in class w3c.www.http.HttpAcceptLanguageList
Add a clause to that list of accepted languages.
addNoCache(String). Method in class w3c.www.http.HttpCacheControl
Add the given header name to the no-cache directive.
addNoCache(String). Method in class w3c.www.http.HttpMessage
Add the given header name to the no-cache directive.
addPragma(String). Method in class w3c.www.http.HttpMessage
Add the given directive to the Pragma header.
addProxyConnection(String). Method in class w3c.www.http.HttpMessage
Add the given header name to the Proxy-Connection header.
addRange(HttpRange). Method in class w3c.www.http.HttpRangeList
Add a range to this list.
addResource(Resource). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Add this resource to this resource store.
addResource(Resource). Method in interface w3c.jigsaw.resources.ResourceStore
Add this resource to this resource store.
addResource(Resource). Method in class w3c.jigsaw.resources.SimpleResourceStore
Add a new resource to the resource store.
addSetCookie(String, String). Method in class w3c.www.http.HttpSetCookieList
Add a specific cookie to the SetCookie header value.
addTag(HttpEntityTag). Method in class w3c.www.http.HttpEntityTagList
Add a tag to that list.
addToken(String, boolean). Method in class w3c.www.http.HttpTokenList
Add a token to this token list.
addVariable(String, String). Method in class w3c.jigsaw.forms.URLDecoder
Define a new variable in this data set.
addVariant(CachedResource). Method in class w3c.www.protocol.http.cache.VaryResource
addVia(String). Method in class w3c.www.http.HttpMessage
Add a via clause to the via header.
addWarning(HttpWarning). Method in class w3c.www.http.HttpWarningList
Add a warning to that list.
agent. Variable in class w3c.www.http.HttpWarning
ahead. Variable in class w3c.www.http.ChunkedInputStream
allocateConnection(). Method in class w3c.www.protocol.http.HttpBasicServer
allocateSession(int, int). Method in class w3c.mux.MPStream
Allocate a new session.
allocateSpace(int). Method in class w3c.tools.dbm.jdbm
Allocate space in the file.
allowed. Variable in class w3c.jigsaw.resources.HTTPResource
allowuserinteraction. Variable in class w3c.www.protocol.http.Request
Are we allowed to interact with the user ?
aparams. Variable in class w3c.www.http.HttpAccept
The list of accept parameters name.
append(int). Method in class w3c.www.mime.MimeParser
append(String). Method in class w3c.jigsaw.html.HtmlGenerator
Append the given string to the document body.
append(String, String). Method in class w3c.jigsaw.html.HtmlGenerator
Append the two strings to the document body.
append(String, String, String). Method in class w3c.jigsaw.html.HtmlGenerator
appendAndEscape(String). Method in class w3c.jigsaw.html.HtmlGenerator
Append the given string, escaping all special characters.
appendLogBuffer(String). Method in class w3c.jigsaw.http.CommonLogger
appendValue(HttpBuffer). Method in class w3c.www.http.BasicValue
Append this header value to the given output buffer.
appendValue(HttpBuffer). Method in interface w3c.www.http.HeaderValue
Append this header byte value to the given buffer.
APPLICATION_PICSLABEL. Static variable in class w3c.jigsaw.pics.LabelBureauResource
APPLICATION_POSTSCRIPT. Static variable in class w3c.www.mime.MimeType
APPLICATION_X_JAVA_AGENT. Static variable in class w3c.www.mime.MimeType
APPLICATION_X_WWW_FORM_URLENCODED. Static variable in class w3c.www.mime.MimeType
ArrayDictionary(). Constructor for class w3c.util.ArrayDictionary
Create an ArrayDictionary using default values for initial size and increment.
ArrayDictionary(int). Constructor for class w3c.util.ArrayDictionary
Create an ArrayDictionary using the given initial size.
ArrayDictionary(int, int). Constructor for class w3c.util.ArrayDictionary
Create an ArrayDictionary using the given initial size and the given increment for growing the array.
ArrayDictionary(Object[], Object[]). Constructor for class w3c.util.ArrayDictionary
Create an ArrayDicitonary, using (not copying) the given pair of arrays as keys and values.
ArrayDictionary(Object[], Object[], int). Constructor for class w3c.util.ArrayDictionary
Create an ArrayDicitonary, using (not copying) the given pair of arrays as keys and values.
ArrayDictionary(Vector, Vector). Constructor for class w3c.util.ArrayDictionary
Create an ArrayDictionary, contructing the arrays of keys and values from the two given vectors.
ArrayDictionary(Vector, Vector, int). Constructor for class w3c.util.ArrayDictionary
Create an ArrayDictionary, contructing the arrays of keys and values from the two given vectors.
ArrayEnumeration(Object[]). Constructor for class w3c.util.ArrayEnumeration
ArrayEnumeration(Object[], int). Constructor for class w3c.util.ArrayEnumeration
AsyncLRUList(). Constructor for class w3c.util.AsyncLRUList
ATTR_ALLOWED_GROUPS. Static variable in class w3c.jigsaw.auth.GenericAuthFilter
Attribute index - The list of allowed groups.
ATTR_ALLOWED_USERS. Static variable in class w3c.jigsaw.auth.GenericAuthFilter
Attribute index - The list of allowed users.
ATTR_BASE_GENERATION. Static variable in class w3c.www.protocol.http.cache.CacheState
Attribute index - The base generation we are using.
ATTR_BASEURL. Static variable in class w3c.jigsaw.filters.ErrorFilter
Attribute index - The base URL for error messages.
ATTR_BROWSABLE. Static variable in class w3c.jigsaw.resources.PutableDirectory
Attribute index - Allow the GNN browse method.
ATTR_BUREAU_IDENTIFIER. Static variable in class w3c.jigsaw.pics.LabelBureauResource
Attribute index - Our label bureau identifier.
ATTR_BUREAU_IDENTIFIER. Static variable in class w3c.jigsaw.pics.PICSFilter
Attribute index - The identifier of our bureau.
ATTR_CACHE_FILTER. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The cache filter that manages us.
ATTR_CACHE_USED. Static variable in class w3c.www.protocol.http.cache.CacheState
Attribute index - The number of bytes of cache disk used.
ATTR_CGI_DEBUG. Static variable in class w3c.jigsaw.forms.CgiResource
Attribute index - Turn the script in debug mode.
ATTR_COMMAND. Static variable in class w3c.jigsaw.forms.CgiResource
Attribute index - The array of string that makes the command to run.
ATTR_COMMAND. Static variable in class w3c.jigsaw.filters.ProcessFilter
Attribute index - The command we should pass the stream through.
ATTR_COMMENTS. Static variable in class w3c.jigsaw.auth.AuthUser
Attribute index - The comments for this user.
ATTR_CONNECTION. Static variable in class w3c.jigsaw.contrib.HeaderFilter
Attribute index - Should we use connection on that header.
ATTR_CONTENT_ENCODING. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for the content encodings attribute.
ATTR_CONTENT_LANGUAGE. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for the content languages attribute.
ATTR_CONTENT_LENGTH. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The resource content length.
ATTR_CONTENT_LENGTH. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for the content length attribute.
ATTR_CONTENT_TYPE. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The resource content type.
ATTR_CONTENT_TYPE. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for the content type attribute.
ATTR_CONVERT_GET. Static variable in class w3c.jigsaw.forms.PostableResource
Attribute index - Should we silently convert GET to POST methods ?
ATTR_COOKIE_MAXAGE. Static variable in class w3c.jigsaw.contrib.CookieFilter
Attribute index - The duration of the cookie.
ATTR_COUNTER. Static variable in class w3c.www.protocol.http.cache.CacheState
Attribute index - The counter, to use for file naming.
ATTR_COUNTER. Static variable in class w3c.jigsaw.filters.CounterFilter
Attribute index - The counter attribute.
ATTR_DATE. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The date at which the reply was emited.
ATTR_DEFAULT_MAX_AGE. Static variable in class w3c.jigsaw.filters.CacheFilter
ATTR_DEFAULT_MAX_AGE. Static variable in class w3c.jigsaw.filters.SimpleCacheFilter
ATTR_DIRECTORY. Static variable in class w3c.jigsaw.resources.DirectoryResource
Attribute index - The index for our directory attribute.
ATTR_DIRECTORY. Static variable in class w3c.jigsaw.resources.VirtualHostResource
Attribute index - The directory we are attached to.
ATTR_DIRSTAMP. Static variable in class w3c.jigsaw.resources.DirectoryResource
Attribute index - The last we we physically visited the directory.
ATTR_EMAIL. Static variable in class w3c.jigsaw.auth.AuthUser
Attribute index - The email adress of the user.
ATTR_ETAG. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The entity tag (if any) associated with the resource.
ATTR_EXTENSIBLE. Static variable in class w3c.jigsaw.resources.DirectoryResource
Attribute index - The index of wether we are extensible.
ATTR_EXTENSION. Static variable in class w3c.jigsaw.filters.ErrorFilter
Attribute index - The common extension for error messages (can be null).
ATTR_EXTRA_HEADERS. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The extension headers attribute.
ATTR_FILE. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The path of the file that has the resource content.
ATTR_FILENAME. Static variable in class w3c.jigsaw.resources.FileResource
Attributes index - The filename attribute.
ATTR_FILESTAMP. Static variable in class w3c.jigsaw.resources.FileResource
Attribute index - The date at which we last checked the file content.
ATTR_FLUSH. Static variable in class w3c.jigsaw.filters.SimpleCacheFilter
ATTR_FOLLOWUP. Static variable in class w3c.jigsaw.resources.VirtualHostResource
Attribute index - The default root (for unknown hosts)
ATTR_GENERATES_FORM. Static variable in class w3c.jigsaw.forms.CgiResource
Attribute index - Does the script generates the form on GET ?
ATTR_GENERATION. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - This cached resource generation.
ATTR_GENERATION. Static variable in class w3c.www.protocol.http.cache.CacheState
Attribute index - The cache sweeper current generation.
ATTR_GENERATIONS_SIZE. Static variable in class w3c.www.protocol.http.cache.CacheState
Attribute index - The current generation sizes.
ATTR_GENERIC. Static variable in class w3c.jigsaw.indexer.Directory
Attribute index - Does this applies to directory below this one.
ATTR_GROUPS. Static variable in class w3c.jigsaw.auth.AuthUser
Attribute index - The list of groups this user belongs to.
ATTR_HEADER_NAME. Static variable in class w3c.jigsaw.contrib.HeaderFilter
Attribute index - The header name to add to replies.
ATTR_HEADER_VALUE. Static variable in class w3c.jigsaw.contrib.HeaderFilter
Attribute index - The header value.
ATTR_HOSTS. Static variable in class w3c.jigsaw.resources.VirtualHostResource
Attribute index - The list of virtual host we handle.
ATTR_ICON. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The icon (if any) associated to the resource.
ATTR_ICONDIR. Static variable in class w3c.jigsaw.resources.DirectoryResource
Attribute index - The icon directory to use in dir listing.
ATTR_IDENTIFIER. Static variable in class w3c.jigsaw.resources.Resource
Attribute index - The index for the identifier attribute.
ATTR_INDEX. Static variable in class w3c.jigsaw.resources.DirectoryResource
Attribute index - our index resource name.
ATTR_INITAGE. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The initial age of this resource.
ATTR_INTERPRETER. Static variable in class w3c.jigsaw.forms.CgiResource
Attribute index - The interpreter to use, if any.
ATTR_IPADDR. Static variable in class w3c.jigsaw.auth.AuthUser
Attribute index - The IP adress of the user.
ATTR_LAST_MODIFIED. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The last modified date of the cached content
ATTR_LAST_MODIFIED. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for the last-modified attribute.
ATTR_LIMIT. Static variable in class w3c.jigsaw.filters.AccessLimitFilter
Attribute index - The maximum allowed simultaneous accesses.
ATTR_LOCAL_ROOT. Static variable in class w3c.jigsaw.proxy.ForwardDirectory
Attribute index - The local resource, if server-wide request.
ATTR_LOCATION. Static variable in class w3c.jigsaw.resources.RelocateResource
Attribute index - The relocation location.
ATTR_MAP. Static variable in class w3c.jigsaw.map.MapResource
ATTR_MAX_ENTRIES. Static variable in class w3c.jigsaw.filters.CacheFilter
ATTR_MAX_ENTRIES. Static variable in class w3c.jigsaw.filters.SimpleCacheFilter
ATTR_MAX_SIZE. Static variable in class w3c.jigsaw.filters.CacheFilter
ATTR_MAX_SIZE. Static variable in class w3c.jigsaw.filters.SimpleCacheFilter
ATTR_MAXAGE. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The resource's max age.
ATTR_MAXAGE. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - Max age: the maximum drift allowed from reality.
ATTR_METHODS. Static variable in class w3c.jigsaw.auth.AuthFilter
Attribute index - The methods protected by the filter.
ATTR_MIRRORS. Static variable in class w3c.jigsaw.proxy.MirrorDirectory
Attribute index - The site we are mirroring.
ATTR_NCSA. Static variable in class w3c.jigsaw.map.MapResource
ATTR_NEGOTIABLE. Static variable in class w3c.jigsaw.resources.DirectoryResource
Attribute index - Should this directory support content negotiation.
ATTR_NOCACHE. Static variable in class w3c.jigsaw.contrib.HeaderFilter
Attribute index - SHould we use no-cache on that header.
ATTR_NOHEADER. Static variable in class w3c.jigsaw.forms.CgiResource
Attribute index - Does the script takes care of its headers ?
ATTR_OID. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The object identifier.
ATTR_ONOFF. Static variable in class w3c.jigsaw.filters.DebugFilter
Attribute index - The on/off toggle.
ATTR_OVERIDE. Static variable in class w3c.jigsaw.forms.PostableResource
Attribute index - Should we override form values when multiple ?
ATTR_PARENT. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for our parent attribute.
ATTR_PASSTARGET. Static variable in class w3c.jigsaw.resources.PassDirectory
Attribute index - The target physicall directory of this resource.
ATTR_PASSWORD. Static variable in class w3c.jigsaw.auth.AuthUser
Attribute index - The optional password for the user.
ATTR_PRIVATE_CACHABILITY. Static variable in class w3c.jigsaw.auth.AuthFilter
Attribute index - Is caching allowed in private cache ?
ATTR_PUBLIC_CACHABILITY. Static variable in class w3c.jigsaw.auth.AuthFilter
Attribute index - Is public caching of protected documents allowed ?
ATTR_PUTABLE. Static variable in class w3c.jigsaw.resources.FileResource
Attribute index - Do we allow PUT method on this file.
ATTR_QUALITY. Static variable in class w3c.jigsaw.resources.HTTPResource
Attributes index - The index for the quality attribute.
ATTR_REALM. Static variable in class w3c.jigsaw.auth.AuthFilter
Attribute index - The realm name for this filter.
ATTR_RECEIVED_BY. Static variable in class w3c.jigsaw.proxy.ForwardDirectory
Attribute index - The received by attribute of that proxy.
ATTR_REFRESH. Static variable in class w3c.jigsaw.proxy.ProxyStatistics
Attribute index - The refresh reate.
ATTR_REFRESH. Static variable in class w3c.jigsaw.status.Statistics
Attribute index - Our refresh interval.
ATTR_REFRESH. Static variable in class w3c.jigsaw.status.ThreadStat
Attribute index - Our refresh interval.
ATTR_RELOCATE. Static variable in class w3c.jigsaw.resources.DirectoryResource
Attribute index - The index for our relocate attribute.
ATTR_REMOTE_HOST. Static variable in class w3c.jigsaw.forms.CgiResource
Attribute index - Do DNS, to fill in REMOTE_HOST env var.
ATTR_REPOSITORY. Static variable in class w3c.jigsaw.auth.AuthRealm
Attribute index - The repository for the realm.
ATTR_REPOSITORY. Static variable in class w3c.jigsaw.resources.DirectoryResource
Attribute index - The index of our store identifier.
ATTR_RESOURCE_STORE. Static variable in class w3c.jigsaw.resources.Resource
Attribute index - The resource store associated with this resource.
ATTR_RESPONSE_TIME. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The response time of the cached response.
ATTR_REVALIDATE. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - Does this cached resource should revalidate.
ATTR_SERVER. Static variable in class w3c.jigsaw.auth.AuthRealm
The server we are attached to.
ATTR_SERVER. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for our server attribute.
ATTR_SHARED_CACHABILITY. Static variable in class w3c.jigsaw.auth.AuthFilter
Attribute index - Is caching allowed by a shared cache ?
ATTR_STATUS. Static variable in class w3c.www.protocol.http.cache.CachedResource
Attribute index - The reply status.
ATTR_TARGET. Static variable in class w3c.jigsaw.formedit.GenericResourceEditor
Attribute index - Our target resource.
ATTR_TARGET. Static variable in class w3c.jigsaw.resources.ResourceFilter
Attribute index - Our target attribute.
ATTR_TEMPLATE. Static variable in class w3c.jigsaw.indexer.Directory
Attribute index - The template for this directory.
ATTR_TIMEOUT. Static variable in class w3c.jigsaw.filters.AccessLimitFilter
Attribute index - The time to wait for the lock (if limit reached)
ATTR_TITLE. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for the title attribute.
ATTR_URL. Static variable in class w3c.jigsaw.resources.HTTPResource
Attribute index - The index for our URL attribute.
ATTR_VARIANT_LOCATIONS. Static variable in class w3c.www.protocol.http.cache.VaryResource
Attribute index - The location of the variants.
ATTR_VARIANTS. Static variable in class w3c.jigsaw.resources.NegotiatedResource
Attribute index - The set of names of variants.
ATTR_VARY. Static variable in class w3c.www.protocol.http.cache.VaryResource
Attribute index - The dimension on which this resource varies.
Attribute(String, Object, int). Constructor for class w3c.jigsaw.resources.Attribute
Private constructore to create a new resource attribute description.
AttributeHolder(). Constructor for class w3c.jigsaw.resources.AttributeHolder
Create an attribute holder.
AttributeHolderAttribute(String, AttributeHolder, int). Constructor for class w3c.jigsaw.resources.AttributeHolderAttribute
AttributeRegistry(). Constructor for class w3c.jigsaw.resources.AttributeRegistry
attributes. Variable in class w3c.jigsaw.resources.AttributeHolder
Pointer to this class registered list of attributes.
authenticate(Request). Method in class w3c.jigsaw.auth.AuthFilter
Authenticate the request from the given client.
authenticate(Request). Method in class w3c.jigsaw.auth.GenericAuthFilter
Authenticate the given request.
AuthFilter(). Constructor for class w3c.jigsaw.auth.AuthFilter
AuthFilter(). Constructor for class w3c.www.protocol.http.auth.AuthFilter
AuthRealm(). Constructor for class w3c.jigsaw.auth.AuthRealm
AuthUser(). Constructor for class w3c.jigsaw.auth.AuthUser
available(). Method in class w3c.www.http.ChunkedInputStream
available(). Method in class w3c.www.http.ContentLengthInputStream
available(). Method in class w3c.www.mime.MultipartInputStream
avalues. Variable in class w3c.www.http.HttpAccept
The list of accept parameters value.
AVG_DEAD. Static variable in class w3c.jigsaw.http.ClientPool
AVG_HIGH. Static variable in class w3c.jigsaw.http.ClientPool
AVG_LIGHT. Static variable in class w3c.jigsaw.http.ClientPool
AVG_NORMAL. Static variable in class w3c.jigsaw.http.ClientPool

B

BAD_GATEWAY. Static variable in interface w3c.www.http.HTTP
BAD_REQUEST. Static variable in interface w3c.www.http.HTTP
badRevalidations. Variable in class w3c.www.protocol.http.cache.cacheStatistics
Number of unsuccessfull revalidations.
Base64Decoder(InputStream, OutputStream). Constructor for class w3c.tools.codec.Base64Decoder
Create a decoder to decode a stream.
Base64Decoder(String). Constructor for class w3c.tools.codec.Base64Decoder
Create a decoder to decode a String.
Base64Encoder(InputStream, OutputStream). Constructor for class w3c.tools.codec.Base64Encoder
Create a new Base64 encoder, encoding input to output.
Base64Encoder(String). Constructor for class w3c.tools.codec.Base64Encoder
Create a new Base64 encoder, to encode the given string.
Base64FormatException(String). Constructor for class w3c.tools.codec.Base64FormatException
BasicCommand(). Constructor for class w3c.jigsaw.ssi.BasicCommand
BasicCommandRegistry(). Constructor for class w3c.jigsaw.ssi.BasicCommandRegistry
bind(Socket). Method in class w3c.jigsaw.http.Client
Bind this awaiting client to the provided socket.
bind(Socket). Method in interface w3c.jigsaw.daemon.ServerClient
Bind this client to the given socket.
BLOCK_SIZE. Static variable in class w3c.tools.dbm.jdbm
BooleanAttribute(String, Boolean, int). Constructor for class w3c.jigsaw.resources.BooleanAttribute
BooleanField(). Constructor for class w3c.jigsaw.forms.BooleanField
BooleanField(FormManager, String, String, boolean). Constructor for class w3c.tools.forms.BooleanField
Create a boolean field.
BooleanField(String, String, String, Boolean). Constructor for class w3c.jigsaw.forms.BooleanField
browse(Request). Method in class w3c.jigsaw.resources.PutableDirectory
A present to GNNPress users ! This method implements the BROWSE method that AOL press (or GNN press, or whatever its last name is) expects.
browsetype. Static variable in class w3c.jigsaw.resources.PutableDirectory
Handle the browse method.
bsize. Variable in class w3c.www.mime.MimeParser
buf. Variable in class w3c.www.http.ChunkedInputStream
buffer. Variable in class w3c.jigsaw.http.CommonLogger
buffer. Variable in class w3c.www.mime.MimeParser
bufptr. Variable in class w3c.jigsaw.http.CommonLogger
bufsize. Variable in class w3c.jigsaw.http.CommonLogger
BUFSIZE. Static variable in class w3c.mux.SessionInputStream
Default size of chunk of buffers.
BUFSIZE_P. Static variable in class w3c.jigsaw.http.CommonLogger
Name of the property indicating the buffer size for the logger.
bureau. Variable in class w3c.jigsaw.pics.LabelBureauResource
Our loaded lable bureau:
bureau. Variable in class w3c.jigsaw.pics.PICSFilter
Our loaded lable bureau.
byteArrayNEquals(byte[], int, byte[], int, int). Static method in class w3c.jigsaw.ssi.SSIResource
Analogous to standard C's strncmp, for byte arrays.

C

cache. Variable in class w3c.jigsaw.filters.CacheFilter
cache. Variable in class w3c.jigsaw.filters.SimpleCacheFilter
CACHE_CONNECTED_P. Static variable in class w3c.www.protocol.http.cache.CacheFilter
Name of the property indicating wether the cache is connected or not.
CACHE_CONTROL_NOCACHE. Static variable in class w3c.jigsaw.cvs.CvsDirectoryResource
CACHE_CONTROL_NOCACHE. Static variable in class w3c.jigsaw.forms.FormResource
CACHE_DIRECTORY_P. Static variable in class w3c.www.protocol.http.cache.CacheFilter
Name of the property giving the cache's directory.
CACHE_SIZE. Static variable in class w3c.tools.dbm.jdbm
Default cache size.
CACHE_SIZE_P. Static variable in class w3c.www.protocol.http.cache.CacheFilter
The name of the properties indicating the size of the cache (in bytes).
CACHE_STATE_P. Static variable in class w3c.www.protocol.http.cache.CacheFilter
Name of the property giving the cache state file name.
cacheContent(InputStream). Method in class w3c.www.protocol.http.cache.CachedResource
Cache this content, then return the corresponding stream.
CachedResource(). Constructor for class w3c.www.protocol.http.cache.CachedResource
CachedResourceFactory(). Constructor for class w3c.www.protocol.http.cache.CachedResourceFactory
CacheFilter(). Constructor for class w3c.jigsaw.filters.CacheFilter
CacheFilter(). Constructor for class w3c.www.protocol.http.cache.CacheFilter
CacheState(). Constructor for class w3c.www.protocol.http.cache.CacheState
CacheSweeper(CacheFilter). Constructor for class w3c.www.protocol.http.cache.CacheSweeper
canCache(Request, Reply). Method in class w3c.www.protocol.http.cache.CacheFilter
Can the given reply to the given request be added to the cache.
canChunkTransfer(). Method in class w3c.jigsaw.http.Reply
canKeepConnection(). Method in class w3c.jigsaw.http.Request
canUseCache(Request). Method in class w3c.www.protocol.http.cache.CacheFilter
Can the given request be fullfilled by the cache filter ? This method distinguishes two situations.
capacity(). Method in class w3c.util.ArrayDictionary
Returns the maximum number of keys the dictionary can hold without reallocating an array.
catalog. Variable in class w3c.jigsaw.auth.GenericAuthFilter
The catalog of realms that make our scope.
CgiResource(). Constructor for class w3c.jigsaw.forms.CgiResource
ch. Variable in class w3c.www.mime.MimeParser
challenge. Variable in class w3c.jigsaw.auth.GenericAuthFilter
The challenge to issue to any client for Basic Authentication.
checkAccept(int). Method in class w3c.mux.MPStream
Check for session waiting for accept:
checkAccept(String, int). Method in class w3c.jigsaw.http.httpdSecurityManager
checkAccess(Thread). Method in class w3c.jigsaw.http.httpdSecurityManager
checkBasicAuth(BasicAuthContext). Method in class w3c.jigsaw.auth.GenericAuthFilter
Check the given Basic context against our database.
CheckBoxField(String, String, String, boolean). Constructor for class w3c.jigsaw.forms.CheckBoxField
Create a new check box field.
checkByteValue(). Method in class w3c.www.http.BasicValue
Compute the new RFC822 compatible representation of this header value.
checkCgiDebug(). Method in class w3c.jigsaw.forms.CgiResource
Get the CGI debug flag.
checkClosed(). Method in class w3c.jigsaw.resources.ResourceStoreManager
Check that this resource store manager isn't closed.
checkConnection(). Method in class w3c.jigsaw.contrib.HeaderFilter
Should we add this header to the connection header.
checkContent(). Method in class w3c.jigsaw.resources.FileResource
Check this file content, and update attributes if needed.
checkCreateClassLoader(). Method in class w3c.jigsaw.http.httpdSecurityManager
checkFileSystemSensitivity(). Method in class w3c.jigsaw.http.httpd
Is the underlying file-system case sensitive ?
checkFlag(int). Method in class w3c.jigsaw.resources.Attribute
Check some flag on this attribute description.
checkGeneratesFormFlag(). Method in class w3c.jigsaw.forms.CgiResource
Get the generates form flag.
checkIfMatch(Request). Method in class w3c.www.protocol.http.cache.CachedResource
Try to validate an If-Match request.
checkIfMatch(Request). Method in class w3c.jigsaw.resources.FileResource
Check the If-Match condition of that request.
checkIfMatch(Request). Method in class w3c.jigsaw.resources.HTTPResource
Check the If-Match condition of that request.
checkIfModifiedSince(Request). Method in class w3c.www.protocol.http.cache.CachedResource
Try to validate an If-Modified-Since request.
checkIfModifiedSince(Request). Method in class w3c.jigsaw.resources.DirectoryResource
Check the If-Modified-Since condition of that request.
checkIfModifiedSince(Request). Method in class w3c.jigsaw.resources.FileResource
Check the If-Modified-Since condition of that request.
checkIfModifiedSince(Request). Method in class w3c.jigsaw.resources.HTTPResource
Check the If-Modified-Since condition of that request.
checkIfNoneMatch(Request). Method in class w3c.www.protocol.http.cache.CachedResource
Try to validate an If-None-Match request.
checkIfNoneMatch(Request). Method in class w3c.jigsaw.resources.FileResource
Check the If-None-Match condition of that request.
checkIfNoneMatch(Request). Method in class w3c.jigsaw.resources.HTTPResource
Check the If-None-Match condition of that request.
checkIfUnmodifiedSince(Request). Method in class w3c.www.protocol.http.cache.CachedResource
Try to validate an If-Unmodified-Since request.
checkIfUnmodifiedSince(Request). Method in class w3c.jigsaw.resources.FileResource
Check the If-Unmodified-Since condition of that request.
checkIfUnmodifiedSince(Request). Method in class w3c.jigsaw.resources.HTTPResource
Check the If-Unmodified-Since condition of that request.
checkInput(byte[], int, int). Method in class w3c.mux.SessionInputStream
Check this session for already available input.
checkInvalid(CachedResource, int). Method in class w3c.www.protocol.http.cache.CacheSweeper
Should the given resource stay in the cache now.
checkListen(int). Method in class w3c.jigsaw.http.httpdSecurityManager
checkMustRevalidate(). Method in class w3c.www.http.HttpCacheControl
Is the must-revalidate flag set ?
checkMustRevalidate(). Method in class w3c.www.http.HttpReplyMessage
Check the must-revalidate directive of the cache control header.
checkNoCache(). Method in class w3c.jigsaw.contrib.HeaderFilter
Should we add this header's name to the no-cache directive.
checkNoheaderFlag(). Method in class w3c.jigsaw.forms.CgiResource
Get the noheader flag.
checkNoStore(). Method in class w3c.www.http.HttpCacheControl
Is the no-store flag set ?
checkNoStore(). Method in class w3c.www.http.HttpMessage
Check the no-store directive of the cache control header.
checkNoTransform(). Method in class w3c.www.http.HttpCacheControl
Is the no-transform flag set ?
checkOnlyIfCached(). Method in class w3c.www.http.HttpCacheControl
Is the on-if-cached flag value set ?
checkOnlyIfCached(). Method in class w3c.www.http.HttpMessage
Check the only-if-cached directive.
checkpoint(). Method in class w3c.jigsaw.http.httpd
Checkpoint all cached data, by saving them to disk.
checkpoint(). Method in class w3c.jigsaw.resources.ResourceStoreManager
Checkpoint all modified resource stores, by saving them to disk.
checkPropertiesAccess(). Method in class w3c.jigsaw.http.httpdSecurityManager
checkProxyRevalidate(). Method in class w3c.www.http.HttpCacheControl
Is the proxy-revalidate flag set ?
checkProxyRevalidate(). Method in class w3c.www.http.HttpReplyMessage
Check the proxy-revalidate directive of the cache control header.
checkPublic(). Method in class w3c.www.http.HttpCacheControl
Is the public flag set ?
checkPublic(). Method in class w3c.www.http.HttpReplyMessage
Check the public directive of the cache control header.
checkRead(int). Method in class w3c.jigsaw.http.httpdSecurityManager
checkRead(String). Method in class w3c.jigsaw.http.httpdSecurityManager
checkRealm(). Method in class w3c.jigsaw.auth.GenericAuthFilter
Check that our realm does exist.
checkRemoteHost(). Method in class w3c.jigsaw.forms.CgiResource
Get the remote host attribute value.
checkReply(). Method in class w3c.www.protocol.http.HttpURLConnection
checkRequest(). Method in class w3c.www.protocol.http.HttpURLConnection
checkUploading(). Method in class w3c.www.protocol.http.cache.CachedResource
Is this resource already being loaded from the net.
checkUser(AuthUser). Method in class w3c.jigsaw.auth.GenericAuthFilter
Is this user allowed in the realm ? First check in the list of allowed users (if any), than in the list of allowed groups (if any).
checkValue(Object). Method in class w3c.jigsaw.resources.Attribute
Is the provided object a suitable value for this attribute ? If so, store it into the given store.
checkValue(Object). Method in class w3c.jigsaw.resources.AttributeHolderAttribute
Is the given object a valid AttributeHolder value ?
checkValue(Object). Method in class w3c.jigsaw.resources.BooleanAttribute
Is the given object a valid BooleanAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.ClassAttribute
Is the given object a valid ClassAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.DoubleAttribute
Is the given object a valid DoubleAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.FileAttribute
Is the given object a valid FileAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.IntegerArrayAttribute
Is the given object a valid IntegerArrayAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.IntegerAttribute
Is the given object a valid IntegerAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.auth.IPTemplatesAttribute
Is the given value a valid IPTemplates value ?
checkValue(Object). Method in class w3c.jigsaw.resources.LongAttribute
Is the given object a valid LongAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.MimeTypeAttribute
Is the given object a valid MimeTypeAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.ObjectAttribute
Check that a value is allowed for this attribute.
checkValue(Object). Method in class w3c.jigsaw.resources.PropertiesAttribute
Is the given object a valid PropertiesAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.StringArrayAttribute
Is the given object a valid StringArrayAttribute value ?
checkValue(Object). Method in class w3c.jigsaw.resources.StringAttribute
Is the given object a valid StringAttribute value ?
checkWrite(int). Method in class w3c.jigsaw.http.httpdSecurityManager
checkWrite(String). Method in class w3c.jigsaw.http.httpdSecurityManager
children. Variable in class w3c.jigsaw.resources.DirectoryResource
Our children resource store.
chunkable. Variable in class w3c.jigsaw.http.Reply
Should this reply be chunked ?
chunked. Static variable in class w3c.jigsaw.http.Reply
ChunkedInputStream(HttpStreamObserver, InputStream). Constructor for class w3c.www.http.ChunkedInputStream
ChunkedInputStream(InputStream). Constructor for class w3c.www.http.ChunkedInputStream
chunkTransfer(InputStream). Method in class w3c.jigsaw.http.Client
Emit the reply stream, using chunk encoding.
CLASS_P. Static variable in class w3c.jigsaw.daemon.ServerHandlerManager
The server handler property class suffix.
ClassAttribute(String, Class, int). Constructor for class w3c.jigsaw.resources.ClassAttribute
ClassnameField(). Constructor for class w3c.jigsaw.forms.ClassnameField
ClassnameField(String, String, String, String). Constructor for class w3c.jigsaw.forms.ClassnameField
cleanup(boolean). Method in class w3c.jigsaw.http.httpd
Cleanup the resources associated with this server context.
cleanUpload(). Method in class w3c.www.protocol.http.cache.CachedResource
Mark that resource as now being loaded.
clen. Variable in class w3c.www.http.ChunkedInputStream
client. Variable in class w3c.jigsaw.http.Request
CLIENT_BUFSIZE_P. Static variable in class w3c.jigsaw.http.httpd
Nam eof the property giving the client output buffer size.
CLIENT_DEBUG_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property indicating wether client should be debuged.
CLIENT_PRIORITY_P. Static variable in class w3c.jigsaw.http.httpd
Name of the client thread priority property.
clientConnectionFinished(Client). Method in class w3c.jigsaw.http.ClientPool
Notify that this client has finished with its connection.
ClientException(Client, Exception). Constructor for class w3c.jigsaw.http.ClientException
ClientException(Client, String). Constructor for class w3c.jigsaw.http.ClientException
clientFinished(Client). Method in class w3c.jigsaw.http.ClientPool
Notify that this client has been killed.
clone(). Method in class w3c.util.ArrayDictionary
Clone this array dictionary.
clone(). Method in class w3c.jigsaw.formedit.FormResourceEditor
Clone the generic form based resource editor.
clone(String, DaemonProperties). Method in class w3c.jigsaw.http.httpd
clone(String, DaemonProperties). Method in interface w3c.jigsaw.daemon.ServerHandler
Clone this server handler, and custmozie it with the given properties.
CLONES_P. Static variable in class w3c.jigsaw.daemon.ServerHandlerManager
The server handler property clones prefix.
close(). Method in class w3c.www.http.ChunkedInputStream
close(). Method in class w3c.www.http.ContentLengthInputStream
close(). Method in class w3c.jigsaw.ssi.DelayedInputStream
close(). Method in class w3c.jigsaw.html.HtmlGenerator
Close the given document: its composition is now finished.
close(). Method in class w3c.mux.Session
Close this session.
close(). Method in class w3c.mux.SessionInputStream
Close this session input stream.
close(). Method in class w3c.mux.SessionOutputStream
Close this session output stream.
closeAnyConnection(). Method in class w3c.www.protocol.http.HttpManager
Close one connection, but pickling the least recently used one.
closed. Variable in class w3c.jigsaw.resources.ResourceStoreManager
Is this store shutdown ?
closeInputStream(). Method in class w3c.mux.Session
Close this session input stream.
closeOutputStream(). Method in class w3c.mux.Session
Close this session output stream.
cls. Variable in class w3c.jigsaw.resources.ObjectAttribute
The class for values of this attribute.
code. Variable in class w3c.www.protocol.http.RequestEvent
The associated event code.
collect(). Method in class w3c.jigsaw.resources.ResourceStoreManager
Collect enough entries to go back into fixed limits.
CommandRegistry(). Constructor for class w3c.jigsaw.ssi.CommandRegistry
comment. Variable in class w3c.www.http.HttpSetCookie
The cookie's comment.
commit(String, CvsEntry[]). Method in class w3c.cvs.CvsDirectory
Commit the given set of files, with the provided message.
compare(byte[], int, int, byte[]). Static method in class w3c.www.http.HttpParser
Compare two byte arrays.
compare(byte[], int, int, byte[], int, int). Static method in class w3c.www.http.HttpParser
Compare two byte arrays.
computeCollectGeneration(int). Method in class w3c.www.protocol.http.cache.CacheState
Compute generation number to sweep, given amount of data to collect.
computeCurrentAge(). Method in class w3c.www.protocol.http.cache.CachedResource
Compute this cached entry's current age.
COMPUTED. Static variable in class w3c.jigsaw.resources.Attribute
Flags value - This attribute is computed from the resource state.
computeString(Object). Method in class w3c.jigsaw.forms.PropertiesField
Compute the string to display for the given list of items
computeString(Object). Method in class w3c.jigsaw.forms.TextArrayField
Compute the string to display for the given list of items
computeString(short[][]). Method in class w3c.jigsaw.auth.IPTemplatesField
COND_FAILED. Static variable in class w3c.www.protocol.http.cache.CachedResource
Condition check return code - Condition existed but failed.
COND_FAILED. Static variable in class w3c.jigsaw.resources.HTTPResource
Condition check return code - Condition existed but failed.
COND_OK. Static variable in class w3c.www.protocol.http.cache.CachedResource
Condition check return code - Condition existed and succeeded.
COND_OK. Static variable in class w3c.jigsaw.resources.HTTPResource
Condition check return code - Condition existed and succeeded.
ConfigCommand(). Constructor for class w3c.jigsaw.ssi.ConfigCommand
CONFLICT. Static variable in interface w3c.www.http.HTTP
conn_count. Variable in class w3c.www.protocol.http.HttpManager
conn_max. Variable in class w3c.www.protocol.http.HttpManager
CONN_MAX_P. Static variable in class w3c.www.protocol.http.HttpManager
The maximum number of simultaneous connections.
connect(). Method in class w3c.www.protocol.http.HttpURLConnection
connect(). Method in class w3c.mux.MPStream
Connect to target, using any session identifier, and without protocol.
connect(int). Method in class w3c.mux.MPStream
Connect to target, to speak the given protocol.
connect(int, byte[], int, int). Method in class w3c.mux.MPStream
Connect to target, to speak the given protocol, send data.
connect(int, int, byte[], int, int). Method in class w3c.mux.MPStream
Connect to the other end, using the given protocol id.
connected. Variable in class w3c.www.protocol.http.cache.CacheFilter
Is this cache connected ?
ConnectedEvent(HttpServer, Request, OutputStream). Constructor for class w3c.www.protocol.http.ConnectedEvent
CONNECTION. Static variable in class w3c.jigsaw.http.Reply
connectionsLru. Variable in class w3c.www.protocol.http.HttpManager
The LRU list of connections.
connid. Variable in class w3c.www.protocol.http.HttpBasicServer
Connections management - Allocate a new connection for this server.
ContainerResource(). Constructor for class w3c.jigsaw.resources.ContainerResource
ContainerResourceEditor(). Constructor for class w3c.jigsaw.formedit.ContainerResourceEditor
ContentLengthInputStream(HttpStreamObserver, InputStream, int). Constructor for class w3c.www.http.ContentLengthInputStream
ContentLengthInputStream(InputStream, int). Constructor for class w3c.www.http.ContentLengthInputStream
Builds a new content-length input stream.
CONTINUE. Static variable in interface w3c.www.http.HTTP
ContinueEvent(HttpServer, Request). Constructor for class w3c.www.protocol.http.ContinueEvent
Create a fake continue event.
ContinueEvent(HttpServer, Request, Reply). Constructor for class w3c.www.protocol.http.ContinueEvent
Create a continue event.
convertingGet(httpd, Attribute, Object). Method in class w3c.jigsaw.config.PropertySet
CookieFilter(). Constructor for class w3c.jigsaw.contrib.CookieFilter
count. Variable in class w3c.jigsaw.filters.AccessLimitFilter
Current number of requets that have reached the target.
CountCommand(). Constructor for class w3c.jigsaw.ssi.CountCommand
CounterFilter(). Constructor for class w3c.jigsaw.filters.CounterFilter
countRemainingComponents(). Method in class w3c.jigsaw.http.LookupState
How much components have not yet been looked up in this state.
createCommandReply(Request, int). Method in class w3c.jigsaw.ssi.SSIResource
CREATED. Static variable in interface w3c.www.http.HTTP
createDefaultReply(Request, int). Method in class w3c.jigsaw.resources.FileResource
Create a reply to answer to request on this file.
createDefaultReply(Request, int). Method in class w3c.jigsaw.resources.HTTPResource
Create a reply to answer to request on this file.
createDefaultReply(Request, int). Method in class w3c.jigsaw.ssi.SSIResource
Create a reply to answer to request on this file.
createDefaultResource(String). Method in class w3c.jigsaw.resources.ContainerResource
Create a default child resource in that container.
createDefaultResource(String). Method in class w3c.jigsaw.resources.DirectoryResource
Try creating a default resource having the given name.
createDefaultResource(String). Method in class w3c.jigsaw.resources.VirtualHostResource
Create a default resource for that container.
createDirectoryResource(File, String, Hashtable). Method in class w3c.jigsaw.indexer.ResourceIndexer
Create a default container resource for this directory (that exists).
createFileResource(File, String, Hashtable). Method in class w3c.jigsaw.indexer.ResourceIndexer
Create a default file resource for this file (that exists).
createHeaderHolder(MimeParser). Method in class w3c.www.mime.MimeHeadersFactory
Create a new header holder to hold the parser's result.
createHeaderHolder(MimeParser). Method in interface w3c.www.mime.MimeParserFactory
Create a new header holder to hold the parser's result.
createHeaderHolder(MimeParser). Method in class w3c.www.http.MimeParserMessageFactory
Create a new HTTP request to hold the parser's result.
createHeaderHolder(MimeParser). Method in class w3c.www.http.MimeParserReplyFactory
Create a new HTTP reply to hold the parser's result.
createHeaderHolder(MimeParser). Method in class w3c.www.http.MimeParserRequestFactory
Create a new HTTP request to hold the parser's result.
createPanel(). Method in class w3c.tools.forms.FormManager
Construct the Panel to edit the form.
createRequest(). Method in class w3c.www.protocol.http.HttpManager
Create a new default outgoing request.
createResource(CacheFilter, Request, Reply). Static method in class w3c.www.protocol.http.cache.CachedResourceFactory
Create a suitable instance of some subclass of CachedResource.
createResource(File, String, Hashtable). Method in class w3c.jigsaw.indexer.ResourceIndexer
Try to create a resource for the given file.
createResource(String, Request). Method in class w3c.jigsaw.resources.PutableDirectory
Create new resource.
createResourceStoreRepository(). Method in class w3c.jigsaw.resources.ResourceStoreManager
Create a resource store repository name.
createTee(TeeMonitor, InputStream, OutputStream). Static method in class w3c.www.protocol.http.cache.ActiveStream
cursor. Variable in class w3c.tools.forms.FormManager
The current field being edited, as an index in our fields.
CvsDirectory(File). Constructor for class w3c.cvs.CvsDirectory
Create an in-memory image of the CVS state of the directory.
CvsDirectory(Properties, File). Constructor for class w3c.cvs.CvsDirectory
Create an in-memory image of the CVS state of the directory.
CvsDirectory(String, String, String, File). Constructor for class w3c.cvs.CvsDirectory
Create an in-memory image of the CVS state of a directory.
CvsDirectoryResource(). Constructor for class w3c.jigsaw.cvs.CvsDirectoryResource
cvspath_def. Static variable in class w3c.cvs.CvsDirectory
The default CVS path.
CVSPATH_P. Static variable in class w3c.cvs.CvsDirectory
Property giving the path of the cvs binary.
cvsroot_def. Static variable in class w3c.cvs.CvsDirectory
The default CVS root path.
CVSROOT_P. Static variable in class w3c.cvs.CvsDirectory
Property giving your CVS repository.
cvswrap_def. Static variable in class w3c.cvs.CvsDirectory
The default CVS wrapper path.
CVSWRAP_P. Static variable in class w3c.cvs.CvsDirectory
Property giving the path of the cvswrapper.

D

DaemonProperties(Properties). Constructor for class w3c.jigsaw.daemon.DaemonProperties
Build an httpdProperties instance from a Properties instance.
date. Variable in class w3c.www.http.HttpDate
DateAttribute(String, Object, int). Constructor for class w3c.jigsaw.resources.DateAttribute
DateField(). Constructor for class w3c.jigsaw.forms.DateField
DateField(). Constructor for class w3c.tools.forms.DateField
DateField(String, String, String, Long). Constructor for class w3c.jigsaw.forms.DateField
days. Static variable in class w3c.www.http.HttpDate
dbmError(Exception, String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
A jdbm error has occured, this is potentially serious.
debug. Variable in class w3c.www.protocol.http.cache.CacheFilter
The debug flag.
debug(boolean). Method in class w3c.jigsaw.http.httpd
Turn debugging on/off for this instance of httpd server.
debug(String). Method in class w3c.www.protocol.http.HttpURLConnection
DEBUG_P. Static variable in class w3c.www.protocol.http.cache.CacheFilter
Name of the property indicating if the cache is in debug mode.
DebugFilter(). Constructor for class w3c.jigsaw.filters.DebugFilter
DebugFilter(). Constructor for class w3c.www.protocol.http.DebugFilter
decrConnCount(HttpServer). Method in class w3c.www.protocol.http.HttpManager
Decrement the number of established connections.
DEFAULT_ACCEPT. Static variable in class w3c.www.protocol.http.HttpManager
The default value for the Accept header.
DEFAULT_MAXAGE. Static variable in class w3c.www.protocol.http.cache.CachedResource
The default maxage, set to less then 24 hours, as specified in HTTP/1.1
DEFAULT_TYPE. Static variable in class w3c.jigsaw.http.Reply
DEFAULT_TYPE. Static variable in class w3c.www.protocol.http.Reply
DEFAULT_USER_AGENT. Static variable in class w3c.www.protocol.http.HttpManager
The default value for the User-Agent header.
DefaultCommandRegistry(). Constructor for class w3c.jigsaw.ssi.DefaultCommandRegistry
defdefs. Variable in class w3c.www.protocol.http.cache.jdbmResourceStore
DEFINCR. Static variable in class w3c.mux.MPStream
defineAddFiltersCard(). Method in class w3c.jigsaw.formedit.FilteredResourceEditor
define the card to add new filters to our target.
defineCard(FormCardHandler, String, String). Method in class w3c.jigsaw.forms.FormResource
Define a new form card, with a specific handler.
defineCards(). Method in class w3c.jigsaw.formedit.ContainerResourceEditor
Define all the cards to edit a filtered resource:
defineCards(). Method in class w3c.jigsaw.formedit.FilteredResourceEditor
Define all the cards to edit a filtered resource:
defineCards(). Method in class w3c.jigsaw.formedit.GenericResourceEditor
Define the cards for our target.
defineDirectoryAddCard(). Method in class w3c.jigsaw.formedit.ContainerResourceEditor
Defines the card to add brand new resources.
defineDirectoryListCard(). Method in class w3c.jigsaw.formedit.ContainerResourceEditor
Current list of resources for the directorty.
defineFiltersListCard(). Method in class w3c.jigsaw.formedit.FilteredResourceEditor
Define the cards for existing filters.
defineFormCards(). Method in class w3c.jigsaw.indexer.DirectoriesEditor
Define the form cards.
defineFormCards(). Method in class w3c.jigsaw.indexer.ExtensionsEditor
Define the form cards.
defineFormCards(). Method in class w3c.jigsaw.auth.RealmsEditor
Define the forms card.
definesAttribute(int). Method in class w3c.jigsaw.resources.AttributeHolder
Does this resource has defined a value for the given attribute.
definesAttribute(int). Method in class w3c.jigsaw.resources.FilteredResource
Does this resource or one of its filters define the given attribute.
definesAttribute(String). Method in class w3c.jigsaw.resources.AttributeHolder
Does this resource has defined a value for the given attribute.
definesInput. Variable in class w3c.www.protocol.http.Reply
definesTargetAttribute(int). Method in class w3c.jigsaw.resources.ResourceFilter
Does this filters defines the given target attribute.
definesTargetAttribute(int). Method in interface w3c.jigsaw.resources.ResourceShadower
Does this shadow object defines the given attribute.
definesTargetAttribute(String). Method in class w3c.jigsaw.resources.ResourceFilter
Does this filters defines the given target attribute.
definesTargetAttribute(String). Method in interface w3c.jigsaw.resources.ResourceShadower
Does this shadow object defines the given attribute (by name).
defs. Variable in class w3c.jigsaw.resources.VirtualHostResource
DEFSIZE. Static variable in class w3c.mux.MPStream
defvalue. Variable in class w3c.jigsaw.resources.Attribute
The attribute's default value.
DelayedInputStream(). Constructor for class w3c.jigsaw.ssi.DelayedInputStream
delete(). Method in class w3c.jigsaw.auth.AuthRealm
Delete this authentication realm.
delete(). Method in class w3c.www.protocol.http.cache.CachedResource
Delete this cached entry from the cache.
delete(). Method in class w3c.jigsaw.resources.DirectoryResource
Delete this directory resource, for ever.
delete(). Method in class w3c.jigsaw.forms.FormCardResource
Mark this card as removed.
delete(). Method in class w3c.jigsaw.resources.HTTPResource
Delete this resource and notifies its container.
delete(). Method in class w3c.jigsaw.resources.Resource
Delete this Resource instance, and remove it from its store.
delete(byte[]). Method in class w3c.tools.dbm.jdbm
Delete the association for the provided key.
delete(Request). Method in class w3c.jigsaw.resources.HTTPResource
The default DELETE method replies with a not implemented.
delete(String). Method in class w3c.jigsaw.resources.DirectoryResource
Delete a given child of this directory resource.
delete(String). Method in class w3c.tools.dbm.jdbm
Delete the association for the provided String key.
deleteClient(ClientState). Method in class w3c.jigsaw.http.ClientPool
Remove this client state from the glohbal client list.
deleteConnection(HttpConnection). Method in class w3c.www.protocol.http.HttpBasicServer
deleteConnection(HttpConnection). Method in class w3c.www.protocol.http.HttpManager
The given connection has been deleted.
deleteConnection(HttpConnection). Method in class w3c.www.protocol.http.HttpServer
delState(String). Method in class w3c.www.http.HttpMessage
State management - Remove a piece of state from this request.
descriptors. Static variable in class w3c.www.http.HttpMessage
diff(). Method in class w3c.cvs.CvsEntry
Get this entry diffs against latest cvs version.
diff(CvsEntry). Method in class w3c.cvs.CvsDirectory
Get the given entry diff, as a String.
differs(Object, Object). Method in class w3c.jigsaw.forms.PropertiesField
differs(Object, Object). Method in class w3c.jigsaw.forms.TextArrayField
DIR_BITS. Static variable in class w3c.tools.dbm.jdbm
Default directory bits for this database.
directories. Variable in class w3c.jigsaw.indexer.ResourceIndexer
Our directory templates database.
DirectoriesEditor(). Constructor for class w3c.jigsaw.indexer.DirectoriesEditor
directory. Variable in class w3c.www.protocol.http.cache.CacheFilter
The directory where the cache is stored.
Directory(). Constructor for class w3c.jigsaw.indexer.Directory
DirectoryResource(). Constructor for class w3c.jigsaw.resources.DirectoryResource
dirrep. Variable in class w3c.jigsaw.indexer.ResourceIndexer
our directory database repository.
DISCONNECTED_OPERATION. Static variable in class w3c.www.http.HttpWarning
Warning status - Disconnected opertaion.
DOCURL_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property indicating the URL of Jigsaw's help.
dodiff(Request). Method in class w3c.jigsaw.cvs.CvsEntryResource
dolog(Request). Method in class w3c.jigsaw.cvs.CvsEntryResource
domain. Variable in class w3c.www.http.HttpCookie
The domain in which this cookie applies.
domain. Variable in class w3c.www.http.HttpSetCookie
The cookie's domain name.
DONTSAVE. Static variable in class w3c.jigsaw.resources.Attribute
Flag value - This attribute shouldn't be saved.
doRequest(HttpConnection, Request). Method in class w3c.www.protocol.http.HttpBasicServer
DoubleAttribute(String, Double, int). Constructor for class w3c.jigsaw.resources.DoubleAttribute
Create a description for a generic Double attribute.
DoubleField(). Constructor for class w3c.jigsaw.forms.DoubleField
DoubleField(FormManager, String, String). Constructor for class w3c.tools.forms.DoubleField
Create a new uninitialized double field.
DoubleField(FormManager, String, String, Double). Constructor for class w3c.tools.forms.DoubleField
Create a new double field.
DoubleField(String, String, String, Double). Constructor for class w3c.jigsaw.forms.DoubleField
Create a new double field.
dReply. Static variable in class w3c.jigsaw.tests.DummyResource
DummyResource(). Constructor for class w3c.jigsaw.tests.DummyResource
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.BooleanField
Dump this field has a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.CheckBoxField
Dump this field as a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.DateField
Dump this field into the HTML form.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.DoubleField
Dump this field as a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.FileField
Dump this field has a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.FormCardResource
Dump this card into the given HtmlGenerator.
dump(HtmlGenerator). Method in interface w3c.jigsaw.forms.FormFieldInterface
Dump this field into a suitable HTML form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.IntegerField
Dump this field has a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.auth.IPTemplatesField
Dump this fieldas a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.LinkField
Dump this field into a suitable HTML form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.LongField
Dump this field has a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.MimeTypeField
Dump this field has a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.auth.PasswordField
Dump this field has a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.RadioBoxField
Dump this field into a suitable HTML element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.TextArrayField
Dump this fieldas a form element.
dump(HtmlGenerator). Method in class w3c.jigsaw.forms.TextField
Dump this field has a form element.
dump(HtmlGenerator, FormCardResource). Method in class w3c.jigsaw.forms.FormResource
Dump this form content, the given card being selected.
dump(OutputStream). Method in class w3c.www.http.HttpMessage
dump(OutputStream). Method in class w3c.www.http.HttpReplyMessage
dump(OutputStream). Method in class w3c.www.http.HttpRequestMessage
dump(PrintStream). Method in class w3c.www.mime.MimeHeaders
Dump all headers to the given stream.
dump(StringBuffer, int). Method in interface w3c.jigsaw.pics.LabelInterface
Dump this label in the given buffer.
dump(StringBuffer, int). Method in interface w3c.jigsaw.pics.LabelServiceInterface
Dump this service description into the provided buffer.
dump(StringBuffer, int). Method in class w3c.jigsaw.pics.SampleLabel
Dump this label according to the given format.
dump(StringBuffer, int). Method in class w3c.jigsaw.pics.SampleLabelService
Dump this service description into the given buffer.
dumpFooter(HtmlGenerator). Method in class w3c.jigsaw.forms.FormResource
Add some footer after the form dump.
dumpHeader(HtmlGenerator). Method in class w3c.jigsaw.forms.FormResource
Add some header before the form dumps itself.
dumpHeader(HtmlGenerator). Method in class w3c.jigsaw.formedit.GenericResourceEditor
Dump some title in the header.
dumpMemoryStatus(Request). Method in class w3c.jigsaw.status.GcStat
Dump the current memory status.
dumpProperties(OutputStream). Method in class w3c.jigsaw.status.PropStat
dumpThread(Request). Method in class w3c.jigsaw.status.ThreadStat
dumpTitle(HtmlGenerator). Method in class w3c.jigsaw.forms.FormField
Dump this field title.
dupReply(Request, Reply). Method in class w3c.jigsaw.proxy.ForwardDirectory
dupReply(Request, Reply). Method in class w3c.jigsaw.proxy.MirrorDirectory
dupRequest(Request). Method in class w3c.jigsaw.proxy.ForwardDirectory
Duplicate a server side request into a client side request.
dupRequest(Request). Method in class w3c.jigsaw.proxy.MirrorDirectory
Duplicate a server side request into a client side request.

E

EchoClientLauncher(). Constructor for class w3c.mux.EchoClientLauncher
EchoCommand(). Constructor for class w3c.jigsaw.ssi.EchoCommand
EDIT_ROOT_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property that indicates the root resource for edit.
EDITABLE. Static variable in class w3c.jigsaw.resources.Attribute
Flag value - This attribute is editable.
elementAt(int). Method in class w3c.util.ArrayDictionary
Returns the nth element (value).
elements(). Method in class w3c.util.ArrayDictionary
Returns an enumeration of the elements of the dictionary.
elements(). Method in class w3c.tools.dbm.jdbm
Enumerate the elements of the database.
emit(OutputStream). Method in class w3c.www.http.BasicValue
HeaderValue implementation - Emit this header value to the given output stream.
emit(OutputStream). Method in interface w3c.www.http.HeaderValue
Emit this header value to the given output stream.
emit(OutputStream). Method in class w3c.www.http.HttpMessage
Emit this message to the given output stream.
emit(OutputStream, int). Method in class w3c.www.http.HttpMessage
EMIT_ALL. Static variable in class w3c.www.http.HttpMessage
EMIT_BODY. Static variable in class w3c.www.http.HttpMessage
EMIT_FOOTERS. Static variable in class w3c.www.http.HttpMessage
EMIT_HEADERS. Static variable in class w3c.www.http.HttpMessage
emitBODYTag(boolean). Method in class w3c.jigsaw.html.HtmlGenerator
Don't emit body tag.
emitHeaders(OutputStream, int). Method in class w3c.www.http.HttpMessage
emitReply(Reply). Method in class w3c.jigsaw.http.Client
Emit the given reply to the client.
EMPTY_VALUE. Static variable in class w3c.jigsaw.forms.URLDecoder
EncodingAttribute(String, String, int). Constructor for class w3c.jigsaw.resources.EncodingAttribute
EncodingField(). Constructor for class w3c.jigsaw.forms.EncodingField
EncodingField(String, String, String, String). Constructor for class w3c.jigsaw.forms.EncodingField
Create an encoding field.
endEmit(OutputStream, int). Method in class w3c.www.http.HttpMessage
This message has been emited.
endEmit(OutputStream, int). Method in class w3c.www.protocol.http.Request
End of header emiting, continue by sending optional output stream.
ensureCapacity(int). Method in class w3c.util.ArrayDictionary
Increases the capacity of this dictionary to at least the specified number of key/value mappings.
entries. Variable in class w3c.jigsaw.resources.ResourceStoreManager
The loaded resource stores.
enumerateDirectoryNames(). Method in class w3c.jigsaw.indexer.ResourceIndexer
Enumerate the names of the defined directory templates.
enumerateExtensionNames(). Method in class w3c.jigsaw.indexer.ResourceIndexer
Get the list of extension names.
enumerateHeaderDescriptions(). Method in class w3c.www.http.HttpMessage
Enumerate all the headers defined for that message.
enumerateHeaderDescriptions(boolean). Method in class w3c.www.http.HttpMessage
Enumerate all the available headers for that message.
enumerateHeaders(). Method in class w3c.www.mime.MimeHeaders
Enumerate the headers defined by the holder.
enumerateRealmNames(). Method in class w3c.jigsaw.auth.RealmsCatalog
Enumerate the list of available realms.
enumerateResourceIdentifiers(). Method in class w3c.jigsaw.resources.ContainerResource
Enumerate the children resource identifiers.
enumerateResourceIdentifiers(). Method in class w3c.jigsaw.resources.DirectoryResource
Enumerate all available children resource identifiers.
enumerateResourceIdentifiers(). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Enumerate all the resources saved in this store.
enumerateResourceIdentifiers(). Method in interface w3c.jigsaw.resources.ResourceStore
Enumerate all the resources saved in this store.
enumerateResourceIdentifiers(). Method in class w3c.jigsaw.resources.SimpleResourceStore
Enumerate all the resources identifier in this repository.
enumerateUserNames(). Method in class w3c.jigsaw.auth.AuthRealm
Enumerate this realm user's name.
eof. Variable in class w3c.www.http.ChunkedInputStream
ERRED. Static variable in class w3c.jigsaw.filters.ErrorFilter
A request state, to avoid looping on errors about errors.
errlog. Variable in class w3c.jigsaw.http.CommonLogger
errlog(Client, String). Method in class w3c.jigsaw.http.CommonLogger
Log an error on behalf of some client object in the error log.
errlog(Client, String). Method in class w3c.jigsaw.http.httpd
Emit a server error on behalf of some client object.
errlog(Client, String). Method in class w3c.jigsaw.http.Logger
Log an error on behalf of some client object in the error log.
errlog(Object, String). Method in class w3c.jigsaw.http.httpd
The prefered form for reporting errors.
errlog(String). Method in class w3c.jigsaw.http.CommonLogger
Log an error on behalf of the server object.
errlog(String). Method in class w3c.jigsaw.http.httpd
Emit an error on behalf of the server.
errlog(String). Method in class w3c.jigsaw.http.Logger
Log an error on behalf of the server object.
errlog(String). Method in interface w3c.jigsaw.daemon.ServerHandler
Log an error into this server's error log.
errlogmsg(String). Method in class w3c.jigsaw.http.CommonLogger
ERRLOGNAME_P. Static variable in class w3c.jigsaw.http.CommonLogger
Name of the property indicating the error log file.
error(String). Method in class w3c.www.http.BasicValue
Emit a parsing error.
error(String). Method in class w3c.jigsaw.http.Client
Emit an error on behalf of this client.
error(String). Method in class w3c.www.protocol.http.HttpURLConnection
error(String). Method in interface w3c.jigsaw.daemon.ServerClient
Emit an error message on behalf of this client.
error(String). Method in class w3c.jigsaw.daemon.ServerHandlerManager
Emit a non-fatal error.
error(String, String). Method in class w3c.cvs.CvsDirectory
Emit an error.
error(String, String). Static method in class w3c.www.http.HttpParser
Emit an error.
ErrorFilter(). Constructor for class w3c.jigsaw.filters.ErrorFilter
EventManager(). Constructor for class w3c.tools.timers.EventManager
EVT_CLOSED. Static variable in class w3c.www.protocol.http.RequestEvent
Error definition - The target server has improperly closed the connection.
EVT_CONNECTED. Static variable in class w3c.www.protocol.http.RequestEvent
Status definition - Connection is now settle, about to emit the request to target host.
EVT_CONTINUE. Static variable in class w3c.www.protocol.http.RequestEvent
EVT_EMITED. Static variable in class w3c.www.protocol.http.RequestEvent
Status definition - Request headers are now emited, the HttpManager is now waiting for the reply.
EVT_QUEUED. Static variable in class w3c.www.protocol.http.RequestEvent
Status definition - The request is now queued for processing.
EVT_REPLIED. Static variable in class w3c.www.protocol.http.RequestEvent
Status definition - Reply headers have been received, the reply will be handed out right after this to the observer.
EVT_UNREACHABLE. Static variable in class w3c.www.protocol.http.RequestEvent
ExecCommand(). Constructor for class w3c.jigsaw.ssi.ExecCommand
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in interface w3c.jigsaw.ssi.Command
Executes this command.
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in class w3c.jigsaw.ssi.ConfigCommand
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in class w3c.jigsaw.ssi.CountCommand
Executes this command.
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in class w3c.jigsaw.ssi.EchoCommand
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in class w3c.jigsaw.ssi.ExecCommand
Executes this command.
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in class w3c.jigsaw.ssi.FLastModCommand
Executes this command.
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in class w3c.jigsaw.ssi.FSizeCommand
Executes this command.
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in class w3c.jigsaw.ssi.IncludeCommand
Executes this command.
execute(SSIResource, Request, ArrayDictionary, Dictionary). Method in class w3c.jigsaw.ssi.SampleCommand
Executes this command.
ExitStat(). Constructor for class w3c.jigsaw.status.ExitStat
expect(int). Method in class w3c.www.mime.MimeParser
expires_drift. Variable in class w3c.www.protocol.http.cache.CacheFilter
The expires drift.
extended(Request). Method in class w3c.jigsaw.resources.HTTPResource
The handler for unknown method replies with a not implemented.
extended(Request). Method in class w3c.jigsaw.resources.PutableDirectory
We hanlde (in some cases) one extended method.
extensions. Variable in class w3c.jigsaw.indexer.ResourceIndexer
Our extensions database.
ExtensionsEditor(). Constructor for class w3c.jigsaw.indexer.ExtensionsEditor
external. Variable in class w3c.www.mime.MimeType
extrep. Variable in class w3c.jigsaw.indexer.ResourceIndexer
Our extension database repository.

F

factory. Static variable in class w3c.www.http.HttpMessage
The header value factory.
factory. Variable in class w3c.www.mime.MimeParser
The factory used to create new MIME header holders.
FastHttpd(String, int, boolean, boolean). Constructor for class w3c.jigsaw.tests.FastHttpd
fatal(Exception, String). Method in class w3c.jigsaw.http.httpd
Emit a fatal error.
fatal(String). Method in class w3c.jigsaw.http.httpd
fatal(String). Method in class w3c.jigsaw.daemon.ServerHandlerManager
Emit a fatal error.
fieldChanged(String). Method in interface w3c.tools.forms.FormHandlerInterface
The field whose name is given has changed.
fields. Variable in class w3c.tools.forms.FormManager
Our list of fields, at runtime.
file. Variable in class w3c.jigsaw.resources.FileResource
The file we refer to.
FILE_SIZE_RATIO_P. Static variable in class w3c.www.protocol.http.cache.CacheFilter
Name of the property indicating the max size for files to be cached.
FileAttribute(String, File, int). Constructor for class w3c.jigsaw.resources.FileAttribute
FileField(). Constructor for class w3c.jigsaw.forms.FileField
FileField(FormManager, String, String). Constructor for class w3c.tools.forms.FileField
FileField(FormManager, String, String, File). Constructor for class w3c.tools.forms.FileField
FileField(String, String, String, File). Constructor for class w3c.jigsaw.forms.FileField
FilenameAttribute(String, Object, int). Constructor for class w3c.jigsaw.resources.FilenameAttribute
FilenameField(). Constructor for class w3c.jigsaw.forms.FilenameField
FilenameField(String, String, String, String). Constructor for class w3c.jigsaw.forms.FilenameField
Create an encoding field.
FileResource(). Constructor for class w3c.jigsaw.resources.FileResource
fileSizeRatio. Variable in class w3c.www.protocol.http.cache.CacheFilter
The file size quota.
filify(URL, boolean). Method in class w3c.jigsaw.pics.SampleLabelService
Filify an URL.
FilteredResource(). Constructor for class w3c.jigsaw.resources.FilteredResource
FilteredResourceEditor(). Constructor for class w3c.jigsaw.formedit.FilteredResourceEditor
filters. Variable in class w3c.jigsaw.resources.FilteredResource
Our list of filters.
filters. Variable in class w3c.jigsaw.http.LookupResult
The current set of computed filters to be applied on the resource.
FILTERS_INCR. Static variable in class w3c.jigsaw.http.LookupResult
FILTERS_INIT_SIZE. Static variable in class w3c.jigsaw.http.LookupResult
FILTERS_PROP_P. Static variable in class w3c.www.protocol.http.HttpManager
The name of the property containing the ProprequestFilter to launch.
fin(byte, int, int). Method in class w3c.mux.MPStream
Close the corresponding input stream of the session.
finish(). Method in class w3c.tools.forms.FormManager
Mark the description of the form as completed.
finished. Variable in class w3c.tools.forms.FormManager
Is this form description completed ?
firstpos. Variable in class w3c.www.http.HttpRange
First position in the range.
flags. Variable in class w3c.jigsaw.resources.Attribute
The associated flags (see the predefined flags).
FLastModCommand(). Constructor for class w3c.jigsaw.ssi.FLastModCommand
flength. Variable in class w3c.jigsaw.http.LookupResult
The number of registered filters at this point.
flush(). Method in class w3c.mux.SessionOutputStream
Flush any pending data.
flushOutput(). Method in class w3c.jigsaw.http.Client
FMT_FULL. Static variable in interface w3c.jigsaw.pics.LabelBureauInterface
Tag for the full label format.
FMT_MINIMAL. Static variable in interface w3c.jigsaw.pics.LabelBureauInterface
Tag for the minimal label format.
FMT_SHORT. Static variable in interface w3c.jigsaw.pics.LabelBureauInterface
Tag for the short label format.
FMT_SIGNED. Static variable in interface w3c.jigsaw.pics.LabelBureauInterface
Tag for the signed label format.
followup. Variable in class w3c.jigsaw.resources.VirtualHostResource
FORBIDDEN. Static variable in interface w3c.www.http.HTTP
Form(FormHandlerInterface). Constructor for class w3c.tools.forms.Form
format(Date, String). Static method in class w3c.util.TimeFormatter
Format the given date as a string, according to the given format string.
FormCardHandler(). Constructor for class w3c.jigsaw.forms.FormCardHandler
FormCardResource(FormResource, FormCardHandler, String, String). Constructor for class w3c.jigsaw.forms.FormCardResource
Create a new form card.
FormEditorFactory(). Constructor for class w3c.jigsaw.formedit.FormEditorFactory
FormField(). Constructor for class w3c.jigsaw.forms.FormField
This construcotr is to be used along with the initialize interface.
FormField(FormManager, String, String). Constructor for class w3c.tools.forms.FormField
Form field basic constructor.
FormField(String, String, String). Constructor for class w3c.jigsaw.forms.FormField
Create a new field.
FormFieldException(String). Constructor for class w3c.jigsaw.forms.FormFieldException
FormFieldRegistry(). Constructor for class w3c.jigsaw.formedit.FormFieldRegistry
FormHelperRegistry(). Constructor for class w3c.jigsaw.formedit.FormHelperRegistry
FormManager(String). Constructor for class w3c.tools.forms.FormManager
Create a new, empty form.
FormProcessingException(String). Constructor for class w3c.jigsaw.forms.FormProcessingException
FormResource(). Constructor for class w3c.jigsaw.forms.FormResource
FormResource(String). Constructor for class w3c.jigsaw.forms.FormResource
FormResourceEditor(). Constructor for class w3c.jigsaw.formedit.FormResourceEditor
ForwardDirectory(). Constructor for class w3c.jigsaw.proxy.ForwardDirectory
FS_SENSITIVITY. Static variable in class w3c.jigsaw.http.httpd
Name of the property indicating if the file-system is case sensitive.
FSizeCommand(). Constructor for class w3c.jigsaw.ssi.FSizeCommand

G

GARBAGE_COLLECTION_ENABLED_P. Static variable in class w3c.www.protocol.http.cache.CacheFilter
Name of the property enabling garbage collection of the cache.
garbageCollect(). Method in class w3c.www.protocol.http.cache.CacheSweeper
Run the garbage collector.
garbageCollectionEnabled. Variable in class w3c.www.protocol.http.cache.CacheFilter
Should we enable garbage collection of the cache ?
GATEWAY_TIMEOUT. Static variable in interface w3c.www.http.HTTP
GcStat(). Constructor for class w3c.jigsaw.status.GcStat
generateFormCard(Resource, FormResource). Method in interface w3c.jigsaw.formedit.FormEditorHelper
Generate a form card to edit the provided target resource.
generateFormCard(Resource, FormResource). Method in class w3c.jigsaw.formedit.GenericFilterEditor
GENERATIONS_HISTORY_SIZE. Static variable in class w3c.www.protocol.http.cache.CacheState
GenericAuthFilter(). Constructor for class w3c.jigsaw.auth.GenericAuthFilter
GenericFilterEditor(). Constructor for class w3c.jigsaw.formedit.GenericFilterEditor
GenericResourceEditor(). Constructor for class w3c.jigsaw.formedit.GenericResourceEditor
get(Object). Method in class w3c.util.ArrayDictionary
Returns the value that maps to the given key.
get(Request). Method in class w3c.jigsaw.forms.CgiResource
GET method implementation.
get(Request). Method in class w3c.jigsaw.cvs.CvsDirectoryResource
Dump the content of the directory as a CVS form.
get(Request). Method in class w3c.jigsaw.cvs.CvsEntryResource
Getting an entry entity start with dumping the log for this entity which (should) act as a directory for all versions of it.
get(Request). Method in class w3c.jigsaw.resources.DirectoryResource
GET on a directory, generate a directory listing.
get(Request). Method in class w3c.jigsaw.tests.DummyResource
The default GET method replies with a not implemented.
get(Request). Method in class w3c.jigsaw.status.ExitStat
Get method of the exit exntity: shutdown the server.
get(Request). Method in class w3c.jigsaw.resources.FileResource
The GET method on files.
get(Request). Method in class w3c.jigsaw.forms.FormCardResource
Get this form card entity.
get(Request). Method in class w3c.jigsaw.forms.FormResource
Get this form resource.
get(Request). Method in class w3c.jigsaw.formedit.FormResourceEditor
If a get is performed directly on this resource, edit the root.
get(Request). Method in class w3c.jigsaw.status.GcStat
Perform a GC and display memory status.
get(Request). Method in class w3c.jigsaw.resources.HTTPResource
The default GET method replies with a not implemented.
get(Request). Method in class w3c.jigsaw.map.MapResource
This method will try to get the two coordinates of the imagemap from the request query string, and will the appropriate redirection reply.
get(Request). Method in class w3c.jigsaw.forms.PostableResource
Get this resource body.
get(Request). Method in class w3c.jigsaw.config.PropertyEditor
Get the content of the property editor.
get(Request). Method in class w3c.jigsaw.status.PropStat
The default GET method replies with a not implemented.
get(Request). Method in class w3c.jigsaw.proxy.ProxyStatistics
Get this resource.
get(Request). Method in class w3c.jigsaw.resources.RelocateResource
Emit a redirect.
get(Request). Method in class w3c.jigsaw.ssi.SSIResource
The GET method on files.
get(Request). Method in class w3c.jigsaw.status.Statistics
Get the current set of statistics.
get(Request). Method in class w3c.jigsaw.status.ThreadStat
Get the threads.
getAbsolutePath(). Method in class w3c.cvs.CvsEntry
Get this entry absolute path name.
getAccept(). Method in class w3c.www.http.HttpRequestMessage
Get this request accept list.
getAcceptCharset(). Method in class w3c.www.http.HttpRequestMessage
Get the list of accepted charsets for this request.
getAcceptEncoding(). Method in class w3c.www.http.HttpRequestMessage
Get the list of accepted encodings.
getAcceptLanguage(). Method in class w3c.www.http.HttpRequestMessage
Get the list of accepted languages for this request.
getAcceptParameter(String). Method in class w3c.www.http.HttpAccept
Get the String value for a parameter.
getAcceptRanges(). Method in class w3c.www.http.HttpReplyMessage
Get the list of accepted ranges.
getAge(). Method in class w3c.www.http.HttpReplyMessage
Get the age of the attached entity.
getAgent(). Method in class w3c.www.http.HttpWarning
Get this warning agent.
getAllow(). Method in class w3c.www.http.HttpEntityMessage
Get the message's entity allowed methods.
getAllowedGroups(). Method in class w3c.jigsaw.auth.GenericAuthFilter
Get the list of allowed groups.
getAllowedUsers(). Method in class w3c.jigsaw.auth.GenericAuthFilter
Get the list of allowed users.
getAllowUserInteraction(). Method in class w3c.www.protocol.http.Request
Are we allowed to do some user interaction to run this request.
getAttributeClass(Class, String). Static method in class w3c.jigsaw.resources.AttributeRegistry
Get the name of the class that has declared this attribute.
getAttributes(). Method in class w3c.jigsaw.resources.AttributeHolder
Get this attribute holders attributes description.
getAuthDirectory(). Method in class w3c.jigsaw.http.httpd
Get this server authentication directory.
getAuthorization(). Method in class w3c.www.http.HttpRequestMessage
Get the authorization associated with this request.
getAuthParameter(String). Method in class w3c.www.http.HttpChallenge
Get an authentication parameter.
getAuthParameter(String). Method in class w3c.www.http.HttpCredential
Get an authentication parameter.
getBackupFile(). Method in class w3c.jigsaw.resources.FileResource
Get the name of the backup file for this resource.
getBadRevalidations(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Number of bad revalidations.
getBag(String). Method in class w3c.www.http.HttpBag
Get a named sub-bag from this bag.
getBaseGeneration(). Method in class w3c.www.protocol.http.cache.CacheState
getBaseURL(). Method in class w3c.jigsaw.filters.ErrorFilter
Get the base URL describing the error directory.
getBoolean(int, boolean). Method in class w3c.jigsaw.resources.AttributeHolder
getBoolean(ServerHandler, String, boolean). Method in class w3c.jigsaw.daemon.DaemonProperties
Get this property value, as a boolean.
getBoolean(String, boolean). Method in class w3c.util.ObservableProperties
Get this property value, as a boolean.
getBooleanValue(). Method in class w3c.tools.forms.BooleanField
Get this field's value as a boolean.
getBrowsableFlag(). Method in class w3c.jigsaw.resources.PutableDirectory
Get this class browsable flag.
getBrowseType(). Method in class w3c.jigsaw.resources.PutableDirectory
getBureauIdentifier(). Method in class w3c.jigsaw.pics.LabelBureauResource
Get our label bureau identifier.
getBureauIdentifier(). Method in class w3c.jigsaw.pics.PICSFilter
Get our label bureau identifier.
getBytes(String). Static method in class w3c.tools.dbm.jdbm
getCacheControl(). Method in class w3c.www.http.HttpMessage
Header accessor - get the cache control policy.
getCacheSize(). Method in class w3c.www.protocol.http.cache.CacheFilter
Get the total size allocated to the cache.
getCacheUsed(). Method in class w3c.www.protocol.http.cache.CacheState
getChar(int, char). Method in class w3c.jigsaw.resources.AttributeHolder
getCharset(). Method in class w3c.www.http.HttpAcceptCharset
Get this accept charset clause charset.
getClassAttributes(Class). Static method in class w3c.jigsaw.resources.AttributeRegistry
Get this class declared attributes.
getClient(). Method in class w3c.jigsaw.http.Request
Get the client of this request.
getClientBufferSize(). Method in class w3c.jigsaw.http.httpd
Get the client's buffer size.
getClientDebug(). Method in class w3c.jigsaw.http.httpd
Get the client's debug flags from the properties.
getClientKeepConnection(). Method in class w3c.jigsaw.http.httpd
Does this server wants clients to try keeping connections alive ?
getClientThreadPriority(). Method in class w3c.jigsaw.http.httpd
Get the client's threads priority from the properties.
getClone(). Method in class w3c.jigsaw.resources.AttributeHolder
Clone this attribute holder.
getClone(). Method in class w3c.www.http.HttpMessage
Get a clone of this HTTP message.
getClone(). Method in class w3c.jigsaw.http.Request
Clone this request, in order to launch an internal request.
getClone(Hashtable). Method in class w3c.jigsaw.resources.AttributeHolder
Clone this AttributeHolder instance, and initialize it with defaults.
getClone(Object[]). Method in class w3c.jigsaw.resources.AttributeHolder
Clone this attribute holder, and init it with the given attributes.
getClone(Object[]). Method in class w3c.jigsaw.resources.DirectoryResource
Clone this directory resource.
getClone(Object[]). Method in class w3c.jigsaw.resources.FilteredResource
Clone this filtered resource.
getCommand(). Method in class w3c.jigsaw.forms.CgiResource
Get the command string array.
getCommand(). Method in class w3c.jigsaw.filters.ProcessFilter
Get the command we should process the reply stream through.
getCommand(String[], boolean). Method in class w3c.cvs.CvsDirectory
getCommand(String[], CvsEntry[]). Method in class w3c.cvs.CvsDirectory
Build a command vector, including the given set of targets.
getComment(). Method in class w3c.www.http.HttpSetCookie
Get this SetCookie attached comment.
getComments(). Method in class w3c.jigsaw.auth.AuthUser
Get the user associated comments.
getConfigDirectory(). Method in class w3c.jigsaw.http.httpd
Get this server config directory.
getConnection(). Method in class w3c.www.protocol.http.HttpBasicServer
Connections management - Get an idle connection to run a request.
getConnection(). Method in class w3c.www.http.HttpMessage
Header accessor - get the connection header value.
getConnection(HttpServer). Method in class w3c.www.protocol.http.HttpManager
Try reusing one of the idle connection of that server, if any.
getConnectionTimeOut(). Method in class w3c.jigsaw.http.httpd
Get the connection allowed idle time from the properties.
getContent(). Method in class w3c.jigsaw.tests.FastHttpd
getContentBase(). Method in class w3c.www.http.HttpEntityMessage
Get this message entity base.
getContentEncoding(). Method in class w3c.www.http.HttpEntityMessage
Get this message entity encoding.
getContentEncoding(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource content encoding.
getContentEncoding(). Method in class w3c.www.protocol.http.HttpURLConnection
getContentLanguage(). Method in class w3c.www.http.HttpEntityMessage
Get this message entity content language.
getContentLanguage(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource content language.
getContentLength(). Method in class w3c.www.protocol.http.cache.CachedResource
Get this cached entry content length.
getContentLength(). Method in class w3c.www.http.HttpEntityMessage
Get the content length of the message.
getContentLength(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource content length.
getContentLength(). Method in class w3c.www.protocol.http.HttpURLConnection
getContentLocation(). Method in class w3c.www.http.HttpEntityMessage
Get the attached entity's content location.
getContentMD5(). Method in class w3c.www.http.HttpEntityMessage
Get the entity's content MD5 checksum.
getContentRange(). Method in class w3c.www.http.HttpEntityMessage
Get the range descriptor of the attached entity.
getContentType(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the content type associated to that cache entry.
getContentType(). Method in class w3c.www.http.HttpEntityMessage
Get the entity MIME type.
getContentType(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource content type.
getContentType(). Method in class w3c.www.protocol.http.HttpURLConnection
getConvertGetFlag(). Method in class w3c.jigsaw.forms.PostableResource
Get the 'convert GET to POST' flag.
getCookie(). Method in class w3c.www.http.HttpMessage
Get the cookies attached to that message.
getCookie(String). Method in class w3c.www.http.HttpCookieList
Lookup a cookie by name.
getCookieMaxAge(). Method in class w3c.jigsaw.contrib.CookieFilter
Get the cookie's allowed max age.
getCurrentGenerationSize(). Method in class w3c.www.protocol.http.cache.CacheState
Get current generation size.
getCvsManager(). Method in class w3c.jigsaw.cvs.CvsDirectoryResource
Get the CVS manager associated with this resource, or create it.
getDate(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the HTTP date of the reply used to created that entry.
getDate(). Method in class w3c.www.http.HttpMessage
Header accessor - get the date of this message.
getDate(). Method in class w3c.www.protocol.http.HttpURLConnection
getDefault(). Method in class w3c.jigsaw.resources.Attribute
Get this attribute default value.
getDefaultMaxAge(). Method in class w3c.jigsaw.filters.CacheFilter
getDefaultMaxAge(). Method in class w3c.jigsaw.filters.SimpleCacheFilter
getDefaultRequestProperty(String). Static method in class w3c.www.protocol.http.HttpURLConnection
getDigest(). Method in class w3c.tools.crypt.Md5
Get the digest for our input stream.
getDirectory(). Method in class w3c.cvs.CvsDirectory
Get this directory working directory.
getDirectory(). Method in class w3c.jigsaw.resources.DirectoryResource
Get the physical directory exported by this resource.
getDirectory(). Method in class w3c.jigsaw.resources.PassDirectory
The getDirectory method now returns the pass-directory.
getDirectoryListing(Request). Method in class w3c.jigsaw.resources.DirectoryResource
Reply with an HTML doc listing the resources of this directory.
getDirStamp(). Method in class w3c.jigsaw.resources.DirectoryResource
Get the absolute time at which we examined the physicall directory.
getDocumentationURL(). Method in class w3c.jigsaw.http.httpd
Get the full URL of Jigsaw's documentation.
getDomain(). Method in class w3c.www.http.HttpCookie
Get the domain in which this cookie applies.
getDomain(). Method in class w3c.www.http.HttpSetCookie
Get the domain to which this cookie applies.
getDouble(int, double). Method in class w3c.jigsaw.resources.AttributeHolder
getDouble(ServerHandler, String, double). Method in class w3c.jigsaw.daemon.DaemonProperties
Get this property as a double value.
getDouble(String, double). Method in class w3c.util.ObservableProperties
Get this property value, as a double.
getDoubleValue(). Method in class w3c.tools.forms.DoubleField
Get this field's value as a Double.
getEditor(). Method in class w3c.tools.forms.DoubleField
Get an editor for this field.
getEditor(). Method in class w3c.tools.forms.IntegerField
Get an editor to edit this form field.
getEditor(). Method in class w3c.tools.forms.OptionField
Get an editor to edit this option's value.
getEditor(). Method in class w3c.tools.forms.RangedIntegerField
Get an editor for this field.
getEditor(). Method in class w3c.tools.forms.StringField
FormField implementation - Get the editor for the field.
getEditor(Resource). Static method in class w3c.jigsaw.formedit.FormEditorFactory
getEditRoot(). Method in class w3c.jigsaw.http.httpd
Get the server's edit root resource.
getEmail(). Method in class w3c.jigsaw.auth.AuthUser
Get the user email address.
getEmittedBytes(). Method in class w3c.jigsaw.http.httpdStatistics
Get the total number of bytes emited.
getEntries(). Method in class w3c.cvs.CvsDirectory
Get all entries contained by this directory.
getEnvName(String). Method in class w3c.jigsaw.forms.CgiResource
Turn the given header name into it's env var canonical name.
getErrorResource(int). Method in class w3c.jigsaw.filters.ErrorFilter
Compute the path for the given status code.
getETag(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the entity tag associated with that cached entry.
getETag(). Method in class w3c.www.http.HttpEntityMessage
Get this entity tag.
getExpiration(). Method in class w3c.www.protocol.http.HttpURLConnection
getExpires(). Method in class w3c.www.http.HttpEntityMessage
Get this message's entity expires date.
getExtensibleFlag(). Method in class w3c.jigsaw.resources.DirectoryResource
Get the extensible flag value.
getExtension(). Method in class w3c.jigsaw.filters.ErrorFilter
Get the value of the extension attribute.
getExtraHeaders(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the extra headers stored for that resource.
getFakeSession(). Method in class w3c.mux.MPStream
Get this MPStream fake session (used for accepting new connections)
getField(Resource, Attribute). Static method in class w3c.jigsaw.formedit.FormFieldRegistry
Get a suitable form field to edit the given attribute of the target.
getFile(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the file in which that resource's content is saved.
getFile(). Method in class w3c.jigsaw.resources.FileResource
Get this file resource file name.
getFile(ServerHandler, String, File). Method in class w3c.jigsaw.daemon.DaemonProperties
Get this property value, as a File.
getFile(String, File). Method in class w3c.util.ObservableProperties
Get this property value, as a File.
getFile(URL). Method in class w3c.www.protocol.http.cache.CacheFilter
getFileAt(int). Method in class w3c.jigsaw.resources.SimpleResourceStore
Get our file, positionned at the given position.
getFileExtensions(String). Method in class w3c.jigsaw.indexer.ResourceIndexer
Get this name's extensions.
getFilename(). Method in class w3c.jigsaw.resources.FileResource
Get this resource filename attribute.
getFilename(String, String). Method in class w3c.jigsaw.http.CommonLogger
Get the name for the file indicated by the provided property.
getFileStamp(). Method in class w3c.jigsaw.resources.FileResource
Get the date at which we last examined the file.
getFileValue(). Method in class w3c.tools.forms.FileField
Get this field's value as a File instance.
getFilteredResourceTarget(). Method in class w3c.jigsaw.formedit.FilteredResourceEditor
Get our target, as a filtered resource:
getFilters(). Method in class w3c.jigsaw.resources.FilteredResource
Get our whole list of filters.
getFilters(). Method in class w3c.jigsaw.http.LookupResult
Get the full list of filters to be applied when performing on the resource.
getFilters(Class, ResourceFilter[]). Method in class w3c.jigsaw.resources.FilteredResource
Get the list of filters of this class.
getFirstPosition(). Method in class w3c.www.http.HttpContentRange
Get this range first position.
getFirstPosition(). Method in class w3c.www.http.HttpRange
Get the first position of the range.
getFloat(int, float). Method in class w3c.jigsaw.resources.AttributeHolder
getFlushFlag(). Method in class w3c.jigsaw.filters.SimpleCacheFilter
getFollowup(). Method in class w3c.jigsaw.resources.VirtualHostResource
Get the name of the resource used as a followup.
getFreeThreadCount(). Method in class w3c.jigsaw.http.httpdStatistics
Get the number of free threads in the server.
getFrom(). Method in class w3c.www.http.HttpRequestMessage
Get the originator (from header value) of the request.
getFullLength(). Method in class w3c.www.http.HttpContentRange
Get this range entity full length.
getGeneration(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the generation of that cached entry.
getGeneration(). Method in class w3c.www.protocol.http.cache.CacheState
Get the current collection generation number.
getGenerationsSize(). Method in class w3c.www.protocol.http.cache.CacheState
getGenericFlag(). Method in class w3c.jigsaw.indexer.Directory
Get the generic flag value.
getGenericLabel(URL). Method in interface w3c.jigsaw.pics.LabelServiceInterface
Get the most specific generic label for the given URL.
getGenericLabel(URL). Method in class w3c.jigsaw.pics.SampleLabelService
Get the most speicific generic label for an URL.
getGenericLabels(Request, int, String[], String[], URLDecoder). Method in class w3c.jigsaw.pics.LabelBureauResource
Get the generic labels for a set of service and a set of urls.
getGenericTreeLabels(Request, int, String[], String[], URLDecoder). Method in class w3c.jigsaw.pics.LabelBureauResource
Get generic tree labels.
getGenericTreeLabels(URL). Method in interface w3c.jigsaw.pics.LabelServiceInterface
Get the generic tree labels for the given URL.
getGenericTreeLabels(URL). Method in class w3c.jigsaw.pics.SampleLabelService
Get the generic tree labels for given URL.
getGlobalFilter(Class). Method in class w3c.www.protocol.http.HttpManager
Find back an instance of a global filter.
getGlobalHeader(String). Method in class w3c.www.protocol.http.HttpManager
getGoodRevalidations(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Number of good revalidations.
getGroups(). Method in class w3c.jigsaw.auth.AuthUser
Get the user groups.
getHead(). Method in class w3c.util.AsyncLRUList
Obtain the frontmost node.
getHead(). Method in class w3c.util.LRUList
Obtain the frontmost node.
getHead(). Method in class w3c.util.SyncLRUList
Obtain the frontmost node.
getHeaderField(int). Method in class w3c.www.protocol.http.HttpURLConnection
getHeaderField(String). Method in class w3c.www.protocol.http.HttpURLConnection
getHeaderFieldKey(int). Method in class w3c.www.protocol.http.HttpURLConnection
getHeaderName(). Method in class w3c.jigsaw.contrib.HeaderFilter
Get the header to set, if any.
getHeaderValue(). Method in class w3c.jigsaw.contrib.HeaderFilter
Get the header value to set, if any.
getHeaderValue(HeaderDescription). Method in class w3c.www.http.HttpMessage
Get a header value, keyed by it's header description.
getHeaderValue(int). Method in class w3c.www.http.HttpMessage
Fast access to header value.
getHeaderValue(String). Method in class w3c.www.http.HttpMessage
Get a header value by name.
getHeaderValue(String, HeaderValue). Method in class w3c.www.http.HttpMessage
Get a header value, given its name.
getHelper(Resource). Static method in class w3c.jigsaw.formedit.FormHelperRegistry
Look for a help object to edit the given resource.
getHelpURL(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource's help url.
getHelpURL(). Method in class w3c.jigsaw.config.PropertySet
Get this resource's help url.
getHelpURL(). Method in class w3c.jigsaw.resources.Resource
Get this resource's help url.
getHelpURL(). Method in class w3c.jigsaw.resources.ResourceFilter
Get this resource's help url.
getHelpURL(String). Method in class w3c.jigsaw.resources.HTTPResource
Get the help URL for that resource's attribute.
getHelpURL(String). Method in class w3c.jigsaw.config.PropertySet
Get the help URL for that resource's attribute.
getHelpURL(String). Method in class w3c.jigsaw.resources.Resource
Get the help URL for that resource's topic.
getHelpURL(String). Method in class w3c.jigsaw.resources.ResourceFilter
Get the help URL for that resource's attribute.
getHitCount(). Method in class w3c.jigsaw.http.httpdStatistics
Get the total number of hits.
getHits(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Get the number of successfull hits.
getHolder(). Method in class w3c.www.http.HeaderDescription
Get this header parser, as an HeaderValue compatible instance.
getHost(). Method in class w3c.jigsaw.http.httpd
Get this server host name.
getHost(). Method in class w3c.www.http.HttpRequestMessage
Get the host header.
getIcon(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource's icon.
getIconDirectory(). Method in class w3c.jigsaw.resources.DirectoryResource
Get the optional icon directory.
getIdentifier(). Method in class w3c.jigsaw.http.Client
Get the client identifier.
getIdentifier(). Method in class w3c.jigsaw.http.httpd
Get this server identifier.
getIdentifier(). Method in interface w3c.jigsaw.pics.LabelBureauInterface
Get this bureau identifier.
getIdentifier(). Method in class w3c.jigsaw.resources.Resource
Get this resource identifier.
getIdentifier(). Method in class w3c.jigsaw.pics.SampleLabelBureau
Get this label bureau directory.
getIdentifier(). Method in interface w3c.jigsaw.daemon.ServerClient
Get this client identifier.
getIdentifier(). Method in interface w3c.jigsaw.daemon.ServerHandler
Get this server identifier.
getIdentifier(). Method in class w3c.mux.Session
Get this session identifier.
getIdleThreadCount(). Method in class w3c.jigsaw.http.httpdStatistics
Get the number of idle threads in the server.
getIfMatch(). Method in class w3c.www.http.HttpRequestMessage
Get the conditional matching set of entity tags.
getIfModifiedSince(). Method in class w3c.www.http.HttpRequestMessage
Get the if-modified-since conditional.
getIfModifiedSince(). Method in class w3c.www.protocol.http.HttpURLConnection
getIfNoneMatch(). Method in class w3c.www.http.HttpRequestMessage
Get the conditional none matching entity tags.
getIfUnmodifiedSince(). Method in class w3c.www.http.HttpRequestMessage
Get the if unmodified since conditional date.
getIndex(). Method in class w3c.jigsaw.resources.DirectoryResource
Get the optinal index name for this directory listing.
getIndexer(). Method in class w3c.jigsaw.http.httpd
Get this server resource indexer.
getInetAddress(). Method in class w3c.jigsaw.http.Client
Get the IP address of this client.
getInetAddress(). Method in class w3c.jigsaw.http.httpd
Get the server inet address
getInetAddress(). Method in interface w3c.jigsaw.daemon.ServerClient
Get the internet address of the peer this client is handling.
getInetAddress(). Method in interface w3c.jigsaw.daemon.ServerHandler
Get the network addresses on which this server is listening.
getInitialAge(). Method in class w3c.www.protocol.http.cache.CachedResource
Get this cached entry initial age.
getInputFileDescriptor(). Method in class w3c.jigsaw.http.Reply
getInputStream(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the cached data for that cached entry.
getInputStream(). Method in class w3c.jigsaw.http.Client
Get this client input stream.
getInputStream(). Method in class w3c.jigsaw.html.HtmlGenerator
Get the input string for reading the document.
getInputStream(). Method in class w3c.www.protocol.http.HttpURLConnection
getInputStream(). Method in class w3c.www.mime.MimeHeaders
Get the entity stream attached to these headers, if any.
getInputStream(). Method in class w3c.www.mime.MimeParser
Get the message body, as an input stream.
getInputStream(). Method in class w3c.www.protocol.http.Reply
Get this reply entity body.
getInputStream(). Method in class w3c.jigsaw.http.Request
Get this reply entity body.
getInputStream(). Method in interface w3c.jigsaw.daemon.ServerClient
Get this client's socket input stream.
getInputStream(). Method in class w3c.mux.Session
Get this session input stream.
getInt(int, int). Method in class w3c.jigsaw.resources.AttributeHolder
getInteger(ServerHandler, String, int). Method in class w3c.jigsaw.daemon.DaemonProperties
Get this property value, as an integer.
getInteger(String, int). Method in class w3c.util.ObservableProperties
Get this property value, as an integer.
getInterpreter(). Method in class w3c.jigsaw.forms.CgiResource
Get the interpreter to use to execute the script.
getIntValue(). Method in class w3c.tools.forms.IntegerField
Get this field integer value.
getIntValue(). Method in class w3c.tools.forms.OptionField
Get the selected option as its index in our array of options.
getIPTemplates(). Method in class w3c.jigsaw.auth.AuthUser
Get the user IP templates.
getLabelBureau(File). Static method in class w3c.jigsaw.pics.LabelBureauFactory
getLabelService(String). Method in interface w3c.jigsaw.pics.LabelBureauInterface
Get a label service handler, given its identifier.
getLabelService(String). Method in class w3c.jigsaw.pics.SampleLabelBureau
Lookup for the given service in this bureau.
getLanguage(). Method in class w3c.www.http.HttpAcceptLanguage
Get this accept language clause language.
getLastModified(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the last modified time of that entry.
getLastModified(). Method in class w3c.www.http.HttpEntityMessage
Get the message's associated entity last modified time.
getLastModified(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource last modification time.
getLastModified(). Method in class w3c.www.protocol.http.HttpURLConnection
getLastModified(). Method in class w3c.jigsaw.ssi.SSIResource
Get this resource last modification time.
getLastPosition(). Method in class w3c.www.http.HttpContentRange
Get this range last position.
getLastPosition(). Method in class w3c.www.http.HttpRange
Get the last position for this range.
getLimit(). Method in class w3c.jigsaw.filters.AccessLimitFilter
Get the maximum number of allowed simultaneous accesses.
getLoadedCount(). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
getLocalPort(). Method in class w3c.jigsaw.http.httpd
Get the server local port
getLocalRoot(). Method in class w3c.jigsaw.proxy.ForwardDirectory
Get the local root resource name.
getLocalRootResource(). Method in class w3c.jigsaw.proxy.ForwardDirectory
getLocation(). Method in class w3c.www.http.HttpReplyMessage
Get the location of the reply.
getLocation(). Method in class w3c.jigsaw.resources.RelocateResource
Get the location for the relocation
getLong(int, long). Method in class w3c.jigsaw.resources.AttributeHolder
getMajorVersion(). Method in class w3c.www.protocol.http.HttpBasicServer
HttpServer implementation - Get this server's major version number.
getMajorVersion(). Method in class w3c.www.http.HttpMessage
Get the major version number of this message.
getMajorVersion(). Method in class w3c.www.protocol.http.HttpServer
Get this server's major version number.
getManager(). Static method in class w3c.www.protocol.http.HttpManager
Get an instance of the HTTP manager.
getManager(). Method in class w3c.www.protocol.http.Request
Get this request's manager.
getMany(Object[]). Method in class w3c.util.ArrayDictionary
"Optimized" method to obtain the values corresponding to several keys, in one swoop.
getMaxAge(). Method in class w3c.www.protocol.http.cache.CachedResource
Get this resource's max age.
getMaxAge(). Method in class w3c.www.http.HttpCacheControl
Get the max-age value defined by this cache control policy.
getMaxAge(). Method in class w3c.www.http.HttpMessage
Get the max-age value for the current cache control.
getMaxAge(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource's max age.
getMaxAge(). Method in class w3c.www.http.HttpSetCookie
Get the max age value for this cookie.
getMaxEntries(). Method in class w3c.jigsaw.filters.CacheFilter
getMaxEntries(). Method in class w3c.jigsaw.resources.ResourceStoreManager
getMaxEntries(). Method in class w3c.jigsaw.filters.SimpleCacheFilter
getMaxForwards(). Method in class w3c.www.http.HttpRequestMessage
Get the maximum allowed count of hops for the request.
getMaxRequestTime(). Method in class w3c.jigsaw.http.httpdStatistics
Get the max request processing time.
getMaxRequestURL(). Method in class w3c.jigsaw.http.httpdStatistics
Get the URL of the request that took the longest time to be processed.
getMaxSize(). Method in class w3c.jigsaw.filters.CacheFilter
getMaxSize(). Method in class w3c.jigsaw.filters.SimpleCacheFilter
getMaxStale(). Method in class w3c.www.http.HttpCacheControl
Get the max-stale value defined by this control object.
getMaxStale(). Method in class w3c.www.http.HttpRequestMessage
Get the max-stale directive value of the cache control header.
getMeanRequestTime(). Method in class w3c.jigsaw.http.httpdStatistics
Get the mean request processing time.
getMethod(). Method in class w3c.www.http.HttpRequestMessage
Get this request's method.
getMethods(). Method in class w3c.jigsaw.auth.AuthFilter
Get the list of methods that this filter protect
getMimeType(). Method in class w3c.jigsaw.html.HtmlGenerator
Get this stream MIME type.
getMimeType(). Method in class w3c.www.http.HttpAccept
Get this object accepted MIME type.
getMinFresh(). Method in class w3c.www.http.HttpCacheControl
Get the min-fresh directive value.
getMinFresh(). Method in class w3c.www.http.HttpRequestMessage
Get the min-fresh directive value of the cache control header.
getMinorVersion(). Method in class w3c.www.protocol.http.HttpBasicServer
HttpServer implementation - Get this server's minor version number.
getMinorVersion(). Method in class w3c.www.http.HttpMessage
Get the minor version number of this message.
getMinorVersion(). Method in class w3c.www.protocol.http.HttpServer
Get this server's minor version number.
getMinRequestTime(). Method in class w3c.jigsaw.http.httpdStatistics
Get the min request processing time.
getMinRequestURL(). Method in class w3c.jigsaw.http.httpdStatistics
Get the URL of the request that took the smallest time to be processed.
getMirrors(). Method in class w3c.jigsaw.proxy.MirrorDirectory
Get the mirrors site attribute value.
getMisses(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Get the number of cache misses.
getMultipleValues(String). Method in class w3c.jigsaw.forms.URLDecoder
Get the values of the variable, as an array.
getName(). Method in class w3c.jigsaw.resources.Attribute
Get this attribute name.
getName(). Method in class w3c.jigsaw.auth.AuthUser
Get this user's name.
getName(). Method in interface w3c.jigsaw.ssi.Command
Returns the name of this command.
getName(). Method in class w3c.jigsaw.ssi.ConfigCommand
getName(). Method in class w3c.jigsaw.ssi.CountCommand
Returns the name of this command.
getName(). Method in class w3c.cvs.CvsEntry
Get this entry name.
getName(). Method in class w3c.jigsaw.ssi.EchoCommand
getName(). Method in class w3c.jigsaw.ssi.ExecCommand
Returns the name of this command.
getName(). Method in class w3c.jigsaw.ssi.FLastModCommand
Returns the name of this command.
getName(). Method in class w3c.jigsaw.forms.FormCardResource
Get this card name.
getName(). Method in class w3c.jigsaw.forms.FormField
Get this field's name.
getName(). Method in class w3c.tools.forms.FormField
Get the field's name.
getName(). Method in interface w3c.jigsaw.forms.FormFieldInterface
Get this field name.
getName(). Method in class w3c.jigsaw.ssi.FSizeCommand
Returns the name of this command.
getName(). Method in class w3c.www.http.HeaderDescription
Get this header name, lower case (can be used as header id).
getName(). Method in class w3c.www.http.HttpBag
Get this bag names
getName(). Method in class w3c.www.http.HttpCookie
Get this cookie's name.
getName(). Method in class w3c.www.http.HttpSetCookie
Get this SetCookie cookie's name.
getName(). Method in class w3c.jigsaw.ssi.IncludeCommand
Returns the name of this command.
getName(). Method in class w3c.jigsaw.ssi.SampleCommand
Returns the name of this command.
getName(). Method in class w3c.jigsaw.pics.SampleLabelService
Get this service name.
getNegotiableFlag(). Method in class w3c.jigsaw.resources.DirectoryResource
Get the negotiable flag for this directory.
getNext(). Method in class w3c.www.protocol.http.cache.CacheState
getNext(). Method in interface w3c.util.LRUAble
getNext(). Method in class w3c.util.LRUNode
getNext(LRUAble). Method in class w3c.util.AsyncLRUList
Get the next node of this list.
getNext(LRUAble). Method in class w3c.util.LRUList
Get the next node of this list.
getNext(LRUAble). Method in class w3c.util.SyncLRUList
Get the next node of this list.
getNextBucket(jdbmEnumerator). Method in class w3c.tools.dbm.jdbm
Update this enumeration current bucket to the next one.
getNextComponent(). Method in class w3c.jigsaw.http.LookupState
Get next part of the URL to be look for.
getNextRequest(). Method in class w3c.jigsaw.http.Client
Get the next avaiable request for this client.
getNextURLPart(). Method in class w3c.jigsaw.formedit.FormResourceEditor
Generate a new uniq identifier for the editor's resource.
getNoCache(). Method in class w3c.www.http.HttpCacheControl
Get and test the no-cache directive setting.
getNoCache(). Method in class w3c.www.http.HttpMessage
Get the no-cache directive of the cache control header.
getNormalLabels(Request, int, String[], String[], URLDecoder). Method in class w3c.jigsaw.pics.LabelBureauResource
Get the normal (generic or specific) labels.
getObserver(). Method in class w3c.www.protocol.http.Request
Get the observer for this request.
getOid(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource's object identifier.
getOnOffFlag(). Method in class w3c.jigsaw.filters.DebugFilter
Get the onoff toggle value.
getOptionIndex(String). Method in class w3c.jigsaw.pics.SampleLabel
Get an option index.
getOptionValue(int). Method in class w3c.jigsaw.pics.SampleLabel
Get an option value, by index.
getOptionValue(String). Method in class w3c.jigsaw.pics.SampleLabel
Get an option value, by option name.
getOriginal(). Method in class w3c.jigsaw.http.Request
getOutputFileDescriptor(). Method in class w3c.jigsaw.http.Client
Get this client output file descriptor.
getOutputStream(). Method in class w3c.jigsaw.http.Client
get this client output stream.
getOutputStream(). Method in class w3c.www.protocol.http.HttpURLConnection
getOutputStream(). Method in interface w3c.jigsaw.daemon.ServerClient
Get this client's socket output stream.
getOutputStream(). Method in class w3c.mux.Session
Get this session output stream.
getOverrideFlag(). Method in class w3c.jigsaw.forms.PostableResource
Get the 'override multiple form field value' flag.
getPanel(). Method in class w3c.tools.forms.FormManager
Get the graphical object for editing the form.
getParameterValue(String). Method in class w3c.www.mime.MimeType
Get a mime type parameter value.
getParent(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource parent resource.
getPassword(). Method in class w3c.jigsaw.auth.AuthUser
Get the user password.
getPath(). Method in class w3c.www.http.HttpCookie
Get the path to which this cookie applies.
getPath(). Method in class w3c.www.http.HttpSetCookie
Get the path in which this cookie will apply.
getPort(). Method in class w3c.jigsaw.http.httpd
Get this server port number.
getPragma(). Method in class w3c.www.http.HttpMessage
Header accessor - get the pragmas applicable to this message.
getPrev(). Method in interface w3c.util.LRUAble
getPrev(). Method in class w3c.util.LRUNode
getPrev(LRUAble). Method in class w3c.util.AsyncLRUList
Get the previous node of this list.
getPrev(LRUAble). Method in class w3c.util.LRUList
Get the previous node of this list.
getPrev(LRUAble). Method in class w3c.util.SyncLRUList
Get the previous node of this list.
getPrivate(). Method in class w3c.www.http.HttpCacheControl
Check and get the private value.
getPrivate(). Method in class w3c.www.http.HttpReplyMessage
Get the private directive of the cache control header.
getPrivateCachability(). Method in class w3c.jigsaw.auth.AuthFilter
Is this document cachable in private caches ?
getProperties(). Method in class w3c.jigsaw.http.httpd
Get this server properties.
getPropertyName(ServerHandler, String). Method in class w3c.jigsaw.daemon.DaemonProperties
Build up the name of a property, specific to the given server handler.
getPropertyName(String, String). Method in class w3c.jigsaw.daemon.DaemonProperties
getProtocol(). Method in class w3c.www.protocol.http.HttpBasicServer
HttpServer implementation - Get this servers' protocol.
getProtocol(). Method in class w3c.www.http.HttpMessage
Get the set of protocol extensions that have been aplpied to that that message.
getProtocol(). Method in class w3c.www.protocol.http.HttpServer
Get this servers' protocol.
getProtocolIdentifier(). Method in class w3c.mux.Session
Get this session protocol identifier.
getProtocolInfo(). Method in class w3c.www.http.HttpMessage
Get the protocol extensions informations carried by this message.
getProtocolQuery(). Method in class w3c.www.http.HttpMessage
Get the set of protocol extensions that are queried through this message.
getProtocolRequest(). Method in class w3c.www.http.HttpMessage
Get the set of protocol extensions requested by this message.
getProxy(). Method in class w3c.www.http.HttpRequestMessage
Get the proxy to use for that request.
getProxyAuthenticate(). Method in class w3c.www.http.HttpReplyMessage
Get the proxy authentication challenge from this reply.
getProxyAuthorization(). Method in class w3c.www.http.HttpRequestMessage
Get the authorization associated with this request.
getProxyConnection(). Method in class w3c.www.http.HttpMessage
Header accessor - get the proxy connection header value.
getPublic(). Method in class w3c.www.http.HttpReplyMessage
Get the list of publicly allowed methods on queried resource.
getPublicCachability(). Method in class w3c.jigsaw.auth.AuthFilter
Is this document publicly cachable ?
getPutableFlag(). Method in class w3c.jigsaw.resources.FileResource
Get the PUT'able flag (are we allow to PUT to the resource ?)
getQuality(). Method in class w3c.www.http.HttpAccept
Get the quality of this accept clause.
getQuality(). Method in class w3c.www.http.HttpAcceptCharset
Get the quality at which this charset is accepted.
getQuality(). Method in class w3c.www.http.HttpAcceptLanguage
Get the quality at which this language is accepted.
getQuality(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource quality.
getQueryString(). Method in class w3c.jigsaw.http.Request
getRange(). Method in class w3c.www.http.HttpRequestMessage
Get the ranges queried by this request.
getReader(). Method in class w3c.mux.MPStream
Get this MPStream reader object.
getReader(). Method in class w3c.mux.Session
Get the reader for this session.
getRealm(). Method in class w3c.jigsaw.auth.AuthFilter
Get the realm of this filter.
getRealmsCatalog(). Method in class w3c.jigsaw.http.httpd
Get this server realm catalog.
getReason(). Method in class w3c.www.http.HttpReplyMessage
Get the reason phrase for this reply.
getReceivedBy(). Method in class w3c.jigsaw.proxy.ForwardDirectory
Get the received by attribute value.
getReferer(). Method in class w3c.www.http.HttpRequestMessage
Get the referer of the request.
getRefresh(). Method in class w3c.jigsaw.proxy.ProxyStatistics
Get the refresh rate.
getRelocateFlag(). Method in class w3c.jigsaw.resources.DirectoryResource
Should we relocate invalid requests to this directory.
getRemainingPath(). Method in class w3c.jigsaw.http.LookupState
Get the remaiing path, without consuming it.
getRemainingPath(boolean). Method in class w3c.jigsaw.http.LookupState
Get the remaining path.
getReply(). Method in class w3c.jigsaw.http.HTTPException
Get this exception reply.
getReply(). Method in class w3c.jigsaw.http.LookupResult
getReplyFactory(). Method in class w3c.www.protocol.http.HttpManager
getRepository(). Method in class w3c.jigsaw.auth.AuthRealm
Get our repository.
getRepository(). Method in class w3c.jigsaw.resources.DirectoryResource
Get our children resource store identifier.
getRepository(). Method in class w3c.jigsaw.auth.RealmsCatalog
Get our repository.
getRequest(). Method in class w3c.jigsaw.http.LookupState
Get this lookup state request.
getRequestMode(Request). Method in class w3c.www.protocol.http.HttpBasicServer
Get the current mode of running request for that server.
getRequestProperty(String). Method in class w3c.www.protocol.http.HttpURLConnection
getRequestTimeOut(). Method in class w3c.jigsaw.http.httpd
Get the request allowed time slice from the properties.
getResourceBytes(ResourceIndex, byte[]). Method in class w3c.jigsaw.resources.SimpleResourceStore
Get the bytes that are the pickled version of the given resource.
getResourceBytes(String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Get the bytes that are the pickled version of the given resource.
getResourceFor(CvsEntry). Method in class w3c.jigsaw.cvs.CvsDirectoryResource
Get a suitable HTTP resource to display the given cvs entry.
getResourceStore(). Method in class w3c.jigsaw.resources.Resource
Get the store associated with this resource.
getResourceStoreManager(). Method in class w3c.jigsaw.http.httpd
Get this server resourcestore manager.
getResponseTime(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the time of the response used to cached that entry.
getRevalidate(). Method in class w3c.www.protocol.http.cache.CachedResource
Should this cache entry always be revalidated ?
getRoot(). Method in class w3c.jigsaw.http.httpd
Get the server current root resource.
getRootDirectory(). Method in class w3c.jigsaw.http.httpd
Get this server root directory.
getScheme(). Method in class w3c.www.http.HttpChallenge
Get the challenge scheme.
getScheme(). Method in class w3c.www.http.HttpCredential
Get the authentication scheme identifier.
getSecurity(). Method in class w3c.www.http.HttpSetCookie
Get the security requirement atttached to that cookie.
getServer(). Method in class w3c.jigsaw.auth.AuthRealm
Get our attached server.
getServer(). Method in class w3c.jigsaw.http.Client
Get the client server's
getServer(). Method in class w3c.www.http.HttpReplyMessage
Get the description of the server that generated this reply.
getServer(). Method in class w3c.jigsaw.resources.HTTPResource
Get the server this resource is served by.
getServerHandler(). Method in interface w3c.jigsaw.daemon.ServerClient
Get the server this client is attached to.
getServerHandlerManager(). Static method in class w3c.jigsaw.daemon.ServerHandlerManager
Get the server manager for this Java process.
getServerLoad(). Method in class w3c.jigsaw.http.httpdStatistics
Get the current server load.
getSession(byte, int). Method in class w3c.mux.MPStream
getSession(byte, int, int). Method in class w3c.mux.MPStream
Get the session associated with the given session id.
getSession(int). Method in class w3c.mux.MPStream
getSetCookie(). Method in class w3c.www.http.HttpMessage
Get the value of the SetCookie header.
getSetCookie(String). Method in class w3c.www.http.HttpSetCookieList
Get the cookie infos associated with the given cookie name, if any.
getSharedCachability(). Method in class w3c.jigsaw.auth.AuthFilter
Is this document cachable in shared caches ?
getShuffler(Client). Method in class w3c.jigsaw.http.httpd
Get a shuffler for this server's client.
getSoftware(). Method in class w3c.jigsaw.http.httpd
Get the server software string.
getSpecificLabel(URL). Method in interface w3c.jigsaw.pics.LabelServiceInterface
Get the specific labels for a given URL.
getSpecificLabel(URL). Method in class w3c.jigsaw.pics.SampleLabelService
Get the specific label for the given URL.
getStandardReason(int). Method in class w3c.www.http.HttpReplyMessage
Get the standard HTTP reason phrase for the given status code.
getStartTime(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Get the start time as the number of milliseconds since Java epoch.
getStartTime(). Method in class w3c.jigsaw.http.httpdStatistics
Get the time at which the server was started.
getState(). Method in class w3c.www.protocol.http.HttpServer
Get the manager's state for that server.
getState(String). Method in class w3c.www.http.HttpMessage
State management - Lookup the value of a state on this request.
getStatistics(). Method in class w3c.www.protocol.http.cache.CacheFilter
Get the statistics repository associated with that filter.
getStatistics(). Method in class w3c.jigsaw.http.httpd
Get this server statistics.
getStatus(). Method in class w3c.www.protocol.http.cache.CachedResource
Get the HTTP status of that cached entry.
getStatus(). Method in class w3c.cvs.CvsEntry
Get this entry status.
getStatus(). Method in class w3c.www.http.HttpReplyMessage
Get this reply status code.
getStatus(). Method in class w3c.www.http.HttpWarning
Get this warning status code.
getStoreDirectory(). Method in class w3c.jigsaw.http.httpd
Get this server store directory.
getString(int, String). Method in class w3c.jigsaw.resources.AttributeHolder
getString(ServerHandler, String, String). Method in class w3c.jigsaw.daemon.DaemonProperties
Get this property value, as a String.
getString(String, String). Method in class w3c.util.ObservableProperties
Get this property value, as a String.
getString(String, String, String). Method in class w3c.jigsaw.daemon.DaemonProperties
getStringArray(ServerHandler, String, String[]). Method in class w3c.jigsaw.daemon.DaemonProperties
Get this property as a String array.
getStringArray(String, String[]). Method in class w3c.util.ObservableProperties
Get this property as a String array.
getStringDigest(). Method in class w3c.tools.crypt.Md5
Get the digest, as a proper string.
getStringValue(). Method in class w3c.tools.forms.OptionField
Get the selected option as a String.
getStringValue(). Method in class w3c.tools.forms.StringField
Get this field value as a String.
getTag(). Method in class w3c.www.http.HttpEntityTag
Get this tag value.
getTail(). Method in class w3c.util.AsyncLRUList
Obtain the backmost node.
getTail(). Method in class w3c.util.LRUList
Obtain the backmost node.
getTail(). Method in class w3c.util.SyncLRUList
Obtain the backmost node.
getTarget(). Method in class w3c.jigsaw.formedit.GenericResourceEditor
Get the target resource we are editing.
getTarget(). Method in class w3c.www.http.HttpRequestMessage
getTarget(). Method in class w3c.jigsaw.http.LookupResult
Get the current lookup target of the lookup in progress.
getTargetAttributes(). Method in class w3c.jigsaw.resources.ResourceFilter
Get our target attribute list.
getTargetAttributes(). Method in interface w3c.jigsaw.resources.ResourceShadower
Get the list of attributes shadowed byt htis shadowing resource.
getTargetDirectory(). Method in class w3c.jigsaw.formedit.ContainerResourceEditor
getTargetField(ResourceShadower, Attribute). Static method in class w3c.jigsaw.formedit.FormFieldRegistry
Get a form field to edit a shadow attribute of target.
getTargetResource(). Method in class w3c.jigsaw.http.Request
Get this request target resource.
getTargetResource(). Method in class w3c.jigsaw.resources.ResourceFilter
Get our target resource.
getTargetResource(). Method in interface w3c.jigsaw.resources.ResourceShadower
Get the resource shadowed by this object.
getTargetValue(int, Object). Method in class w3c.jigsaw.resources.ResourceFilter
Get a shadowed attribute value.
getTargetValue(int, Object). Method in interface w3c.jigsaw.resources.ResourceShadower
Get a shadowed attribute value.
getTargetValue(String, Object). Method in class w3c.jigsaw.resources.ResourceFilter
Get a shadowed attribute value (by name).
getTargetValue(String, Object). Method in interface w3c.jigsaw.resources.ResourceShadower
Get a shadowed attribute value (by name).
getTemplate(). Method in class w3c.jigsaw.indexer.Directory
Get the default directory target class.
getTemplateFor(String). Method in class w3c.jigsaw.indexer.ResourceIndexer
Return the class (if any) that our store defines for given extension.
getText(). Method in class w3c.www.http.HttpWarning
Get the warning text message.
getThread(). Method in class w3c.jigsaw.http.Client
Get the client thread.
getThread(). Method in interface w3c.jigsaw.daemon.ServerClient
Get this client thread.
getTimeout(). Method in class w3c.jigsaw.filters.AccessLimitFilter
Get the timeout before we send back an error.
getTitle(). Method in class w3c.jigsaw.forms.FormCardResource
Get this card title.
getTitle(). Method in class w3c.jigsaw.forms.FormField
Get the field's title.
getTitle(). Method in class w3c.tools.forms.FormField
Get the field's title.
getTitle(). Method in class w3c.www.http.HeaderDescription
Get this header title, ready for emission.
getTitle(). Method in class w3c.jigsaw.resources.HTTPResource
Get this resource title.
getTitle(). Method in class w3c.jigsaw.config.PropertySet
Get this property set title.
getTotalThreadCount(). Method in class w3c.jigsaw.http.httpdStatistics
Get the total number of client threads.
getTransferEncoding(). Method in class w3c.www.http.HttpMessage
Header accessor - get the transfer encoding applying to this message.
getTreeLabels(Request, int, String[], String[], URLDecoder). Method in class w3c.jigsaw.pics.LabelBureauResource
Get tree labels.
getTreeLabels(URL). Method in interface w3c.jigsaw.pics.LabelServiceInterface
Get the tree labels for the given URL.
getTreeLabels(URL). Method in class w3c.jigsaw.pics.SampleLabelService
Get the tree labels for the given URL.
getType(). Method in class w3c.jigsaw.resources.Attribute
Get this attribute type.
getUnit(). Method in class w3c.www.http.HttpContentRange
Get this content range's unit.
getUnit(). Method in class w3c.www.http.HttpRange
Get the unit in which this range is taken.
getUpgrade(). Method in class w3c.www.http.HttpMessage
Header accessor - get the upgrade header of this message.
getURI(). Method in class w3c.jigsaw.http.LookupState
Get this lookpu state full URI.
getURL(). Method in class w3c.jigsaw.http.httpd
Get the server URL.
getURL(). Method in class w3c.www.http.HttpRequestMessage
Get this request's target URI.
getURL(). Method in class w3c.jigsaw.resources.HTTPResource
Get the URL this resource is attached to.
getURLPath(). Method in class w3c.jigsaw.http.Request
getUserAgent(). Method in class w3c.www.http.HttpRequestMessage
Get the user agent String.
getValue(). Method in class w3c.www.http.BasicValue
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.jigsaw.forms.BooleanField
Get this field value as an Object.
getValue(). Method in class w3c.tools.forms.BooleanField
Get this field's value according to its native type.
getValue(). Method in class w3c.jigsaw.forms.CheckBoxField
Get this field value.
getValue(). Method in class w3c.jigsaw.forms.ClassnameField
Get this field value as an Object.
getValue(). Method in class w3c.jigsaw.forms.DateField
Get this field value.
getValue(). Method in class w3c.jigsaw.forms.DoubleField
Get this field value.
getValue(). Method in class w3c.tools.forms.DoubleField
Get this field's value in its native format (ie Double).
getValue(). Method in class w3c.jigsaw.forms.FileField
Get this field value as an Object.
getValue(). Method in class w3c.tools.forms.FileField
Get this field's value in its native type.
getValue(). Method in class w3c.tools.forms.FormField
Get this field value's in its native type.
getValue(). Method in interface w3c.jigsaw.forms.FormFieldInterface
Get this field value.
getValue(). Method in interface w3c.www.http.HeaderValue
Get this header parsed value, in its native type.
getValue(). Method in class w3c.www.http.HttpAccept
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpAcceptCharset
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpAcceptCharsetList
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpAcceptLanguage
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpAcceptLanguageList
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpAcceptList
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpBag
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpCacheControl
HeaderValue implementation - Get this header value.
getValue(). Method in class w3c.www.http.HttpChallenge
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpContentRange
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpCookie
Get this cookie's value.
getValue(). Method in class w3c.www.http.HttpCookieList
Get this HTTP value, parsed value.
getValue(). Method in class w3c.www.http.HttpCredential
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpDate
Get the date value.
getValue(). Method in class w3c.www.http.HttpEntityTag
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpEntityTagList
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpInteger
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpMimeType
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpRange
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpRangeList
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpSetCookie
Get the value associated with this SetCookie.
getValue(). Method in class w3c.www.http.HttpSetCookieList
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpString
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpTokenList
Get this token list value.
getValue(). Method in class w3c.www.http.HttpWarning
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.www.http.HttpWarningList
HeaderValue implemenntation - Get this header value.
getValue(). Method in class w3c.jigsaw.forms.IntegerField
Get this field value as an Object.
getValue(). Method in class w3c.tools.forms.IntegerField
Get our value, in its native type.
getValue(). Method in class w3c.jigsaw.auth.IPTemplatesField
Get this field's value.
getValue(). Method in class w3c.jigsaw.forms.LinkField
Get this field value.
getValue(). Method in class w3c.jigsaw.forms.LongField
Get this field value as an Object.
getValue(). Method in class w3c.jigsaw.forms.MimeTypeField
Get this field value as an Object.
getValue(). Method in class w3c.tools.forms.OptionField
Get this field's value in its native type.
getValue(). Method in class w3c.jigsaw.forms.PropertiesField
Get this field's value.
getValue(). Method in class w3c.jigsaw.forms.RadioBoxField
Get this field's value.
getValue(). Method in class w3c.tools.forms.StringField
Get this field's value according to its native type.
getValue(). Method in class w3c.jigsaw.forms.TextArrayField
Get this field's value.
getValue(). Method in class w3c.jigsaw.forms.TextField
Get this field value as an Object.
getValue(HeaderDescription). Method in class w3c.www.http.HttpMessage
Get a header field value as a String.
getValue(int, Object). Method in class w3c.jigsaw.resources.AttributeHolder
Generic get of an attribute value.
getValue(int, Object). Method in class w3c.jigsaw.resources.FilteredResource
Filters can supply part of the attributes value for a resource.
getValue(int, Object). Method in class w3c.jigsaw.config.PropertySet
Generic get of an attribute value.
getValue(String). Method in class w3c.www.http.HttpMessage
Get a header field value as a String.
getValue(String). Method in class w3c.www.mime.MimeHeaders
Retreive a header value.
getValue(String). Method in class w3c.jigsaw.forms.URLDecoder
Get the value of a variable.
getValue(String, Object). Method in class w3c.jigsaw.resources.AttributeHolder
Generic get of an attribute value.
getVariant(HttpEntityTag). Method in class w3c.www.protocol.http.cache.VaryResource
getVariantLocations(). Method in class w3c.www.protocol.http.cache.VaryResource
Get this varying resource cached variant locations.
getVariantNames(). Method in class w3c.jigsaw.resources.NegotiatedResource
Get the variant names.
getVariantResources(). Method in class w3c.jigsaw.resources.NegotiatedResource
Get the variant resources.
getVariants(). Method in class w3c.www.protocol.http.cache.VaryResource
getVariantsETag(). Method in class w3c.www.protocol.http.cache.VaryResource
getVary(). Method in class w3c.www.http.HttpReplyMessage
Get the vary header value.
getVary(). Method in class w3c.www.protocol.http.cache.VaryResource
Get the dimension on which this resource varies.
getVersion(). Method in class w3c.www.http.HttpCookie
Get this cookie's version.
getVersion(). Method in class w3c.www.http.HttpMessage
Get the String identifying the HTTP version used for this message.
getVersion(). Method in class w3c.www.http.HttpSetCookie
Get the SetCookie version number.
getVia(). Method in class w3c.jigsaw.proxy.ForwardDirectory
getVia(). Method in class w3c.www.http.HttpMessage
Header accessor - get the via header of this message.
getWarning(). Method in class w3c.www.http.HttpReplyMessage
Get the list of warnings attached to this reply.
getWriter(). Method in class w3c.mux.MPStream
Get this MPStream writer object.
getWriter(). Method in class w3c.mux.Session
Get the writer for this session.
getWWWAuthenticate(). Method in class w3c.www.http.HttpReplyMessage
Get the challenge attached to this reply.
go(). Method in class w3c.jigsaw.tests.FastHttpd
GONE. Static variable in interface w3c.www.http.HTTP
goodRevalidations. Variable in class w3c.www.protocol.http.cache.cacheStatistics
Number of succesfull revalidations.
gotFocus(). Method in class w3c.tools.forms.FormField
Our editor is telling us that it got the focus, propagate to manager.
gotFocus(FormField). Method in class w3c.tools.forms.FormManager
Some of our field got the focus, update our cursor.
gotoField(int). Method in class w3c.tools.forms.FormManager
Move to the field whose index is given.
grow(). Method in class w3c.util.ArrayDictionary
grow(int). Method in class w3c.util.ArrayDictionary

H

H_ACCEPT. Static variable in class w3c.www.http.HttpRequestMessage
H_ACCEPT_CHARSET. Static variable in class w3c.www.http.HttpRequestMessage
H_ACCEPT_ENCODING. Static variable in class w3c.www.http.HttpRequestMessage
H_ACCEPT_LANGUAGE. Static variable in class w3c.www.http.HttpRequestMessage
H_ACCEPT_RANGES. Static variable in class w3c.www.http.HttpReplyMessage
H_AGE. Static variable in class w3c.www.http.HttpReplyMessage
H_ALLOW. Static variable in class w3c.www.http.HttpEntityMessage
H_AUTHORIZATION. Static variable in class w3c.www.http.HttpRequestMessage
H_CACHE_CONTROL. Static variable in class w3c.www.http.HttpMessage
H_CONNECTION. Static variable in class w3c.www.http.HttpMessage
H_CONTENT_BASE. Static variable in class w3c.www.http.HttpEntityMessage
H_CONTENT_ENCODING. Static variable in class w3c.www.http.HttpEntityMessage
H_CONTENT_LANGUAGE. Static variable in class w3c.www.http.HttpEntityMessage
H_CONTENT_LENGTH. Static variable in class w3c.www.http.HttpEntityMessage
H_CONTENT_LOCATION. Static variable in class w3c.www.http.HttpEntityMessage
H_CONTENT_MD5. Static variable in class w3c.www.http.HttpEntityMessage
H_CONTENT_RANGE. Static variable in class w3c.www.http.HttpEntityMessage
H_CONTENT_TYPE. Static variable in class w3c.www.http.HttpEntityMessage
H_COOKIE. Static variable in class w3c.www.http.HttpMessage
H_DATE. Static variable in class w3c.www.http.HttpMessage
H_ETAG. Static variable in class w3c.www.http.HttpEntityMessage
H_EXPIRES. Static variable in class w3c.www.http.HttpEntityMessage
H_FROM. Static variable in class w3c.www.http.HttpRequestMessage
H_HOST. Static variable in class w3c.www.http.HttpRequestMessage
H_IF_MATCH. Static variable in class w3c.www.http.HttpRequestMessage
H_IF_MODIFIED_SINCE. Static variable in class w3c.www.http.HttpRequestMessage
H_IF_NONE_MATCH. Static variable in class w3c.www.http.HttpRequestMessage
H_IF_RANGE. Static variable in class w3c.www.http.HttpRequestMessage
H_IF_UNMODIFIED_SINCE. Static variable in class w3c.www.http.HttpRequestMessage
H_LAST_MODIFIED. Static variable in class w3c.www.http.HttpEntityMessage
H_LOCATION. Static variable in class w3c.www.http.HttpReplyMessage
H_MAX_FORWARDS. Static variable in class w3c.www.http.HttpRequestMessage
H_PRAGMA. Static variable in class w3c.www.http.HttpMessage
H_PROTOCOL. Static variable in class w3c.www.http.HttpMessage
H_PROTOCOL_INFO. Static variable in class w3c.www.http.HttpMessage
H_PROTOCOL_QUERY. Static variable in class w3c.www.http.HttpMessage
H_PROTOCOL_REQUEST. Static variable in class w3c.www.http.HttpMessage
H_PROXY_AUTHENTICATE. Static variable in class w3c.www.http.HttpReplyMessage
H_PROXY_AUTHORIZATION. Static variable in class w3c.www.http.HttpRequestMessage
H_PROXY_CONNECTION. Static variable in class w3c.www.http.HttpMessage
H_PUBLIC. Static variable in class w3c.www.http.HttpReplyMessage
H_RANGE. Static variable in class w3c.www.http.HttpRequestMessage
H_REFERER. Static variable in class w3c.www.http.HttpRequestMessage
H_RETRY_AFTER. Static variable in class w3c.www.http.HttpReplyMessage
H_SERVER. Static variable in class w3c.www.http.HttpReplyMessage
H_SET_COOKIE. Static variable in class w3c.www.http.HttpMessage
H_TRANSFER_ENCODING. Static variable in class w3c.www.http.HttpMessage
H_UPGRADE. Static variable in class w3c.www.http.HttpMessage
H_USER_AGENT. Static variable in class w3c.www.http.HttpRequestMessage
H_VARY. Static variable in class w3c.www.http.HttpReplyMessage
H_VIA. Static variable in class w3c.www.http.HttpMessage
H_WARNING. Static variable in class w3c.www.http.HttpReplyMessage
H_WWW_AUTHENTICATE. Static variable in class w3c.www.http.HttpReplyMessage
handle(Request). Method in class w3c.jigsaw.ssi.SSIResource
Handles all relevant HTTP methods.
handle(Request, URLDecoder). Method in class w3c.jigsaw.cvs.CvsDirectoryResource
This is were we handle the big post request.
handle(Request, URLDecoder). Method in class w3c.jigsaw.forms.FormCardResource
Handle a post to this card.
handle(Request, URLDecoder). Method in class w3c.jigsaw.pics.LabelBureauResource
Handle the form submission, after posted data parsing.
handle(Request, URLDecoder). Method in class w3c.jigsaw.forms.PostableResource
Handle the form submission, after posted data parsing.
handleCGIOutput(Process, Request). Method in class w3c.jigsaw.forms.CgiResource
Handle the CGI script output.
handleConnection(Socket). Method in interface w3c.jigsaw.daemon.ClientFactory
Server side interface - Handle this incomming connection.
handleConnection(Socket). Method in class w3c.jigsaw.http.ClientPool
Handle the given connection.
handler. Variable in class w3c.tools.forms.Form
The handler of the form.
Handler(). Constructor for class w3c.www.protocol.http.Handler
handlers. Variable in class w3c.jigsaw.daemon.ServerHandlerManager
The list of running server handlers.
HANDLERS_P. Static variable in class w3c.jigsaw.daemon.ServerHandlerManager
The property containing the servers to be launched at startup time.
handleSimpleIMS(Request, Reply). Method in class w3c.jigsaw.ssi.BasicCommand
handleTimerEvent(Object, long). Method in class w3c.jigsaw.http.Client
Handle timer events.
handleTimerEvent(Object, long). Method in interface w3c.tools.timers.EventHandler
Handle an timer event.
handleTimerEvent(Object, long). Method in class w3c.tools.timers.EventManager
hasAccept(). Method in class w3c.jigsaw.http.Request
hasAcceptEncoding(). Method in class w3c.jigsaw.http.Request
hasAcceptLanguage(). Method in class w3c.jigsaw.http.Request
hasAuthorization(). Method in class w3c.jigsaw.http.Request
hasBag(String). Method in class w3c.www.http.HttpBag
Does this bag have a named sub-bag of the given name ?
hasConnection(String). Method in class w3c.www.http.HttpMessage
Does the connection header include the given token ?
hasContentLength(). Method in class w3c.jigsaw.http.Reply
hasContentLength(). Method in class w3c.jigsaw.http.Request
hasContentType(). Method in class w3c.jigsaw.http.Reply
hasContentType(). Method in class w3c.jigsaw.http.Request
hasEncoding(String). Method in class w3c.www.http.HttpMessage
Header accessor - Check for a given transfer encoding.
hasHeader(int). Method in class w3c.www.http.HttpMessage
Probe this message for a defined header, fast access !
hasHeader(String). Method in class w3c.www.http.HttpMessage
Probe this message for a defined header.
hasInputStream(). Method in class w3c.www.protocol.http.Reply
Does this reply has an associated entity stream ?
hasItem(String). Method in class w3c.www.http.HttpBag
Does this bag contains the given item, being a bag or a simple word.
hasMoreComponents(). Method in class w3c.jigsaw.http.LookupState
Does this look up state has more components to be looked for.
hasMoreElements(). Method in class w3c.util.ArrayEnumeration
hasOption(String). Method in class w3c.jigsaw.pics.SampleLabel
Does this label defines the given option ?
hasOutputStream(). Method in class w3c.www.protocol.http.Request
Does this request has an associated input stream ?
hasParameter(String). Method in class w3c.www.mime.MimeType
Does this MIME type has some value for the given parameter ?
hasPragma(String). Method in class w3c.www.http.HttpMessage
Header accessor - Check for a given pragma.
hasProxyAuthorization(). Method in class w3c.jigsaw.http.Request
hasProxyConnection(String). Method in class w3c.www.http.HttpMessage
Does the proxy connection header defines the given token.
hasQueryString(). Method in class w3c.jigsaw.http.Request
hasReply(). Method in class w3c.jigsaw.http.HTTPException
Was a reply provided with the exception ?
hasReply(). Method in class w3c.jigsaw.http.LookupResult
hasRequest(). Method in class w3c.jigsaw.http.LookupState
Is this lookup state object associated with a request ?
hasResource(String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Check for the existence of a resource in this store.
hasResource(String). Method in interface w3c.jigsaw.resources.ResourceStore
Check for the existence of a resource in this store.
hasResource(String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Does this store defines this resource.
hasState(String). Method in class w3c.www.http.HttpMessage
State management - Is the given state defined for the message ?
hasToken(String, boolean). Method in class w3c.www.http.HttpTokenList
Does this token list includes that token ?
head. Variable in class w3c.util.LRUList
head. Variable in class w3c.jigsaw.resources.ResourceStoreManager
The fake head of our LRU list for store entries.
head(Request). Method in class w3c.jigsaw.resources.FileResource
The HEAD method on files, and their sub-classes.
head(Request). Method in class w3c.jigsaw.resources.HTTPResource
The default HEAD method replies does a GET and removes entity.
HeaderFilter(). Constructor for class w3c.jigsaw.contrib.HeaderFilter
headers. Static variable in class w3c.jigsaw.tests.DummyResource
headers. Variable in class w3c.www.http.HttpMessage
The header value repository.
HEURISTIC_EXPIRATION. Static variable in class w3c.www.http.HttpWarning
Warning status - Heuristic expiration.
hits. Variable in class w3c.www.protocol.http.cache.cacheStatistics
Number of cache hits.
HolderInitException(String). Constructor for class w3c.jigsaw.resources.HolderInitException
host. Variable in class w3c.www.protocol.http.HttpBasicServer
The host name of the server we handle.
HOST_P. Static variable in class w3c.jigsaw.http.httpd
Name of the server host property.
HtmlGenerator(String). Constructor for class w3c.jigsaw.html.HtmlGenerator
http(MPStream, String). Constructor for class w3c.mux.http
http10_ka_run(HttpConnection, Request). Method in class w3c.www.protocol.http.HttpBasicServer
Run an HTTP/1.0 request that has support for keep alive.
http10_run(HttpConnection, Request). Method in class w3c.www.protocol.http.HttpBasicServer
Run a simple HTTP/1.0 request.
http11_run(HttpConnection, Request). Method in class w3c.www.protocol.http.HttpBasicServer
Run a fully HTTP/1.1 compliant request.
http11_ts_run(HttpConnection, Request). Method in class w3c.www.protocol.http.HttpBasicServer
Run a two stage HTTP/1.1 compliant request.
http_unknown(HttpConnection, Request). Method in class w3c.www.protocol.http.HttpBasicServer
Run that request, we don't know what server we have at the other end.
HTTP_VERSION_NOT_SUPPORTED. Static variable in interface w3c.www.http.HTTP
HttpAccept(). Constructor for class w3c.www.http.HttpAccept
HttpAcceptCharset(). Constructor for class w3c.www.http.HttpAcceptCharset
HttpAcceptLanguage(). Constructor for class w3c.www.http.HttpAcceptLanguage
HttpAccessException(int). Constructor for class w3c.www.http.HttpAccessException
Invalid header index.
HttpAccessException(String). Constructor for class w3c.www.http.HttpAccessException
Invalid header name.
HttpCacheControl(). Constructor for class w3c.www.http.HttpCacheControl
Create a new empty cache control object descriptor.
HttpChallenge(). Constructor for class w3c.www.http.HttpChallenge
HttpContentRange(boolean, String, int, int, int). Constructor for class w3c.www.http.HttpContentRange
HttpCookie(). Constructor for class w3c.www.http.HttpCookie
HttpCookieList(). Constructor for class w3c.www.http.HttpCookieList
HttpCredential(). Constructor for class w3c.www.http.HttpCredential
HttpCredential(boolean, String). Constructor for class w3c.www.http.HttpCredential
httpd(). Constructor for class w3c.jigsaw.http.httpd
Create a new server instance in this process.
httpdSecurityManager(). Constructor for class w3c.jigsaw.http.httpdSecurityManager
HttpEntityMessage(). Constructor for class w3c.www.http.HttpEntityMessage
HttpEntityMessage(MimeParser). Constructor for class w3c.www.http.HttpEntityMessage
HttpEntityTag(). Constructor for class w3c.www.http.HttpEntityTag
HTTPException(Reply). Constructor for class w3c.jigsaw.http.HTTPException
HttpException(Request, String). Constructor for class w3c.www.protocol.http.HttpException
HTTPException(String). Constructor for class w3c.jigsaw.http.HTTPException
HttpException(String). Constructor for class w3c.www.protocol.http.HttpException
HTTPException(String, Reply). Constructor for class w3c.jigsaw.http.HTTPException
HttpFactory(). Constructor for class w3c.www.http.HttpFactory
HttpInteger(). Constructor for class w3c.www.http.HttpInteger
HttpInvalidValueException(String). Constructor for class w3c.www.http.HttpInvalidValueException
HttpMessage(). Constructor for class w3c.www.http.HttpMessage
HttpMessage(MimeParser). Constructor for class w3c.www.http.HttpMessage
HttpMimeType(). Constructor for class w3c.www.http.HttpMimeType
HttpParser(). Constructor for class w3c.www.http.HttpParser
HttpParserException(String). Constructor for class w3c.www.http.HttpParserException
HttpRange(). Constructor for class w3c.www.http.HttpRange
HttpReplyMessage(). Constructor for class w3c.www.http.HttpReplyMessage
HttpReplyMessage(MimeParser). Constructor for class w3c.www.http.HttpReplyMessage
HttpRequestMessage(). Constructor for class w3c.www.http.HttpRequestMessage
HttpRequestMessage(MimeParser). Constructor for class w3c.www.http.HttpRequestMessage
HTTPResource(). Constructor for class w3c.jigsaw.resources.HTTPResource
HTTPRuntimeException(Object, String, String). Constructor for class w3c.jigsaw.http.HTTPRuntimeException
Create a new HTTPRuntime exception.
HttpServer(). Constructor for class w3c.www.protocol.http.HttpServer
HttpSetCookie(). Constructor for class w3c.www.http.HttpSetCookie
HttpWarning(). Constructor for class w3c.www.http.HttpWarning

I

IllegalAttributeAccess(AttributeHolder, Attribute). Constructor for class w3c.jigsaw.resources.IllegalAttributeAccess
This attribute isn't defined by the given holder.
IllegalAttributeAccess(AttributeHolder, Attribute, Object). Constructor for class w3c.jigsaw.resources.IllegalAttributeAccess
The proposed value for the attribute doesn't match the expected type.
IllegalAttributeAccess(AttributeHolder, Attribute, String). Constructor for class w3c.jigsaw.resources.IllegalAttributeAccess
Invalid access to an attribute value.
IllegalAttributeAccess(AttributeHolder, int). Constructor for class w3c.jigsaw.resources.IllegalAttributeAccess
This attribute index isn't valid for the given holder.
IllegalAttributeAccess(AttributeHolder, String). Constructor for class w3c.jigsaw.resources.IllegalAttributeAccess
Invalid access to an attribute.
in. Variable in class w3c.www.http.ChunkedInputStream
in. Variable in class w3c.www.http.ContentLengthInputStream
The original input stream.
in. Variable in class w3c.jigsaw.ssi.DelayedInputStream
The InputStream that data will be really read from.
inAgent(). Method in class w3c.jigsaw.http.httpdSecurityManager
IncludeCommand(). Constructor for class w3c.jigsaw.ssi.IncludeCommand
incr. Variable in class w3c.util.ArrayDictionary
By how much to grow
incrBadRevalidations(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Increment the number of bad revalidations.
incrConnCount(HttpServer). Method in class w3c.www.protocol.http.HttpManager
A new client connection has been established.
incrGoodRevalidations(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Increment the number of good revalidations.
incrHits(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Increment the number of hits.
incrMisses(). Method in class w3c.www.protocol.http.cache.cacheStatistics
Increment the number of misses.
ingoingFilter(Request). Method in class w3c.jigsaw.filters.AccessLimitFilter
Count number of hits to the page, block when limit exceeded.
ingoingFilter(Request). Method in class w3c.jigsaw.auth.AuthFilter
Authenticate the given request for the given client.
ingoingFilter(Request). Method in class w3c.www.protocol.http.auth.AuthFilter
ingoingFilter(Request). Method in class w3c.www.protocol.http.cache.CacheFilter
ingoingFilter(Request). Method in class w3c.jigsaw.contrib.CookieFilter
Simplified ingoingFilter API.
ingoingFilter(Request). Method in class w3c.jigsaw.filters.CounterFilter
We count all accesses, even the one that failed.
ingoingFilter(Request). Method in class w3c.jigsaw.filters.DebugFilter
The ingoing filter - fearly easy !
ingoingFilter(Request). Method in class w3c.www.protocol.http.DebugFilter
The ingoing filter just dumps the request.
ingoingFilter(Request). Method in class w3c.jigsaw.filters.ErrorFilter
This one just makes sure the outgoing filter gets called.
ingoingFilter(Request). Method in class w3c.jigsaw.contrib.HeaderFilter
Simplified ingoingFilter API.
ingoingFilter(Request). Method in class w3c.www.protocol.http.auth.LocalAuthFilter
The ingoing filter just decorates the request with the credentials.
ingoingFilter(Request). Method in interface w3c.www.protocol.http.RequestFilter
The request pre-processing hook.
ingoingFilter(Request). Method in class w3c.jigsaw.resources.ResourceFilter
Simplified ingoingFilter API.
ingoingFilter(Request, HTTPFilter[], int). Method in class w3c.jigsaw.filters.CacheFilter
The ingoingFilter method.
ingoingFilter(Request, HTTPFilter[], int). Method in interface w3c.jigsaw.http.HTTPFilter
The filter's ingoing method is called before any request processing is done by the target resource.
ingoingFilter(Request, HTTPFilter[], int). Method in class w3c.jigsaw.resources.ResourceFilter
The ingoingFilter method.
ingoingFilter(Request, HTTPFilter[], int). Method in class w3c.jigsaw.filters.SimpleCacheFilter
The ingoingFilter method.
init(). Method in class w3c.jigsaw.ssi.DelayedInputStream
This method is called on the first access to the stream.
inited. Variable in class w3c.www.http.ChunkedInputStream
initialize(). Method in class w3c.cvs.CvsDirectory
Initialize this directory.
initialize(CacheFilter, Request, Reply). Method in class w3c.www.protocol.http.cache.CachedResource
initialize(Hashtable). Method in class w3c.jigsaw.resources.AttributeHolder
Initialization method for attribute holders.
initialize(httpd). Method in class w3c.jigsaw.http.CommonLogger
Initialize this logger for the given server.
initialize(httpd). Method in class w3c.jigsaw.http.Logger
Initialize this logger for the provided server.
initialize(HttpManager). Method in class w3c.www.protocol.http.auth.AuthFilter
PropRequestFilter implementation - Initialize the filter.
initialize(HttpManager). Method in class w3c.www.protocol.http.cache.CacheFilter
Initialize a new reuqest manager.
initialize(HttpManager). Method in class w3c.www.protocol.http.DebugFilter
PropRequestFilter implementation - Initialize the filter.
initialize(HttpManager). Method in interface w3c.www.protocol.http.PropRequestFilter
Initialize this filter, using the provided manager.
initialize(HttpManager, HttpServerState, String, int). Method in class w3c.www.protocol.http.HttpBasicServer
HttpServer implementation - Initialize this server to its target.
initialize(HttpManager, HttpServerState, String, int). Method in class w3c.www.protocol.http.HttpServer
Initialize this server instance for the given target location.
initialize(Object[]). Method in class w3c.jigsaw.resources.AttributeHolder
Initialization method for attribute holders.
initialize(Object[]). Method in class w3c.www.protocol.http.cache.CachedResource
Initialization method for attribute holders.
initialize(Object[]). Method in class w3c.www.protocol.http.cache.CacheState
Initialization method for attribute holders.
initialize(Object[]). Method in class w3c.jigsaw.forms.CgiResource
At init time, if no command, use a suitable default.
initialize(Object[]). Method in class w3c.jigsaw.indexer.DirectoriesEditor
Initialize the directory templates editor.
initialize(Object[]). Method in class w3c.jigsaw.indexer.Directory
Initialize a template directory.
initialize(Object[]). Method in class w3c.jigsaw.resources.DirectoryResource
Initialize this directory resource with the given set of attributes.
initialize(Object[]). Method in class w3c.jigsaw.filters.ErrorFilter
Initialize the filter.
initialize(Object[]). Method in class w3c.jigsaw.indexer.ExtensionsEditor
Initialize the extension editor.
initialize(Object[]). Method in class w3c.jigsaw.resources.FileResource
Initialize the FileResource instance.
initialize(Object[]). Method in class w3c.jigsaw.forms.FormResource
Setup the list of allowed methods.
initialize(Object[]). Method in class w3c.jigsaw.formedit.FormResourceEditor
initialize this resource editor.
initialize(Object[]). Method in class w3c.jigsaw.proxy.ForwardDirectory
Initialization method for attribute holders.
initialize(Object[]). Method in class w3c.jigsaw.status.GcStat
Initialize the thread lister.
initialize(Object[]). Method in class w3c.jigsaw.auth.GenericAuthFilter
Initialize the filter.
initialize(Object[]). Method in class w3c.jigsaw.formedit.GenericResourceEditor
intitialize the editor.
initialize(Object[]). Method in class w3c.jigsaw.pics.LabelBureauResource
Setup the list of allowed methods.
initialize(Object[]). Method in class w3c.jigsaw.proxy.MirrorDirectory
Initialization method for attribute holders.
initialize(Object[]). Method in class w3c.jigsaw.resources.PassDirectory
Make the directory attribute default to the target location.
initialize(Object[]). Method in class w3c.jigsaw.pics.PICSFilter
Initialize the filter.
initialize(Object[]). Method in class w3c.jigsaw.forms.PostableResource
Setup the list of allowed methods.
initialize(Object[]). Method in class w3c.jigsaw.filters.ProcessFilter
Initialize a process filter.
initialize(Object[]). Method in class w3c.jigsaw.config.PropertyEditor
Initialize the property editor.
initialize(Object[]). Method in class w3c.jigsaw.config.PropertySet
Initialization method for attribute holders.
initialize(Object[]). Method in class w3c.jigsaw.proxy.ProxyDirectory
Update the URL in which we are installed.
initialize(Object[]). Method in class w3c.jigsaw.proxy.ProxyStatistics
Initialization method for attribute holders.
initialize(Object[]). Method in class w3c.jigsaw.resources.PutableDirectory
Initialize this directory resource with the given set of attributes.
initialize(Object[]). Method in class w3c.jigsaw.auth.RealmsEditor
Initialize the realm editor
initialize(Object[]). Method in class w3c.jigsaw.resources.ResourceFilter
Initialize the filter.
initialize(Object[]). Method in class w3c.jigsaw.filters.SimpleCacheFilter
Initialize the filter.
initialize(Object[]). Method in class w3c.jigsaw.status.ThreadStat
Initialize the thread lister.
initialize(Object[]). Method in class w3c.jigsaw.resources.VirtualHostResource
Initialize this directory resource with the given set of attributes.
initialize(ResourceStoreManager, File). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
This resource store is being built, initialize it with the given arg.
initialize(ResourceStoreManager, File). Method in interface w3c.jigsaw.resources.ResourceStore
This resource store is being built, initialize it with the given arg.
initialize(ResourceStoreManager, File). Method in class w3c.jigsaw.resources.SimpleResourceStore
Initialize this simple store with the given file.
initialize(ServerHandler, ClientFactory, int). Method in interface w3c.jigsaw.daemon.ServerClient
Initialize this client, with the given parameters.
initialize(String, DaemonProperties). Method in class w3c.jigsaw.http.httpd
Initialize a new HTTP server.
initialize(String, DaemonProperties). Method in interface w3c.jigsaw.daemon.ServerHandler
Initialize the server from the given set of properties.
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.BooleanField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.CheckBoxField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.ClassnameField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.DateField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.DoubleField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.EncodingField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.FileField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.FilenameField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.FormField
initialize(String, String, String, Object). Method in interface w3c.jigsaw.forms.FormFieldInterface
Form field may be automatically instanciated, initialize such a field.
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.IntegerField
initialize(String, String, String, Object). Method in class w3c.jigsaw.auth.IPTemplatesField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.LanguageField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.LongField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.MimeTypeField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.PropertiesField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.RadioBoxField
The RadioBoxField doesn't support the initialize interface.
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.TextArrayField
initialize(String, String, String, Object). Method in class w3c.jigsaw.forms.TextField
initializeCVS(httpd). Static method in class w3c.jigsaw.cvs.CvsDirectoryResource
Get a CVS directory manager for the given directory.
initializePropertySets(). Method in class w3c.jigsaw.http.httpd
initVariables(SSIResource, Request, Dictionary). Method in class w3c.jigsaw.ssi.BasicCommandRegistry
Initialize execution variables.
initVariables(SSIResource, Request, Dictionary). Method in class w3c.jigsaw.ssi.CommandRegistry
Initialize execution variables.
initVariables(SSIResource, Request, Dictionary). Method in class w3c.jigsaw.ssi.DefaultCommandRegistry
Initialize execution variables.
input. Variable in class w3c.jigsaw.http.Client
input. Variable in class w3c.www.mime.MimeParser
input. Variable in class w3c.www.protocol.http.Reply
insets(). Method in class w3c.tools.forms.FormPanel
Some insets for the form panel.
installLocalAuth(HttpManager, URL, HttpCredential). Static method in class w3c.www.protocol.http.auth.LocalAuthFilter
Install a local authentication filter for the given target.
installProxyAuth(HttpManager, HttpCredential). Static method in class w3c.www.protocol.http.auth.LocalAuthFilter
Install a proxy authentication filter globally.
IntegerArrayAttribute(String, String[], int). Constructor for class w3c.jigsaw.resources.IntegerArrayAttribute
IntegerAttribute(String, Integer, int). Constructor for class w3c.jigsaw.resources.IntegerAttribute
IntegerField(). Constructor for class w3c.jigsaw.forms.IntegerField
IntegerField(FormManager, String, String, int). Constructor for class w3c.tools.forms.IntegerField
IntegerField(FormManager, String, String, Integer). Constructor for class w3c.tools.forms.IntegerField
IntegerField(String, String, String, Integer). Constructor for class w3c.jigsaw.forms.IntegerField
internal. Variable in class w3c.jigsaw.http.Request
INTERNAL_SERVER_ERROR. Static variable in interface w3c.www.http.HTTP
internalSave(boolean). Method in class w3c.jigsaw.resources.SimpleResourceStore
Internal save: save the repository back to disk.
invalidateByteValue(). Method in class w3c.www.http.BasicValue
Invalidate the current byte value for this header, if any.
invalidateByteValue(). Method in class w3c.www.http.HttpAcceptCharset
Invalidate the current byte value for this header, if any.
invalidateByteValue(). Method in class w3c.www.http.HttpAcceptLanguage
Invalidate the current byte value for this header, if any.
invalidateByteValue(). Method in class w3c.www.http.HttpEntityTag
Invalidate the current byte value for this header, if any.
invalidateByteValue(). Method in class w3c.www.http.HttpRange
Invalidate the current byte value for this header, if any.
invalidateByteValue(). Method in class w3c.www.http.HttpWarning
Invalidate the current byte value for this header, if any.
invalideByteValue(). Method in class w3c.www.http.HttpAccept
InvalidLabelFileException(File, int, String). Constructor for class w3c.jigsaw.pics.InvalidLabelFileException
InvalidLabelFileException(String). Constructor for class w3c.jigsaw.pics.InvalidLabelFileException
InvalidResourceException(String, ResourceStore). Constructor for class w3c.jigsaw.resources.InvalidResourceException
ipmatcher. Variable in class w3c.jigsaw.auth.GenericAuthFilter
The IPMatcher to match IP templates to user records.
IPMatcher(). Constructor for class w3c.jigsaw.auth.IPMatcher
IPTemplatesAttribute(String, short[][], int). Constructor for class w3c.jigsaw.auth.IPTemplatesAttribute
IPTemplatesField(). Constructor for class w3c.jigsaw.auth.IPTemplatesField
IPTemplatesField(String, String, String, short[][]). Constructor for class w3c.jigsaw.auth.IPTemplatesField
is_proxy. Variable in class w3c.jigsaw.http.Reply
Is this reply a proxy reply.
isahead. Variable in class w3c.www.http.ChunkedInputStream
isBound(). Method in class w3c.jigsaw.http.Client
Is this client bound to some socket already ?
isConnected(). Method in class w3c.www.protocol.http.cache.CacheFilter
Is this cache connected to the net ?
isDeleted(). Method in class w3c.jigsaw.forms.FormCardResource
Is this card deleted ?
isDirectory(). Method in class w3c.jigsaw.http.LookupState
Is the requested URI a directory URI ?
isEmpty(). Method in class w3c.util.ArrayDictionary
Are there any entries in the dictionary?
isGarbageCollectionEnabled(). Method in class w3c.www.protocol.http.cache.CacheFilter
Are we allow to run garbage collections at all ?
isGeneric(). Method in class w3c.jigsaw.pics.SampleLabel
Is this label generic ?
isHeader(int). Method in class w3c.www.http.HeaderDescription
Is this header description the one of that header.
isInternal(). Method in class w3c.jigsaw.http.LookupState
Is this lookup state internal to the server.
isInternal(). Method in class w3c.jigsaw.http.Request
isPending(). Method in class w3c.mux.Session
Is this session waiting for someone to accept it.
isPICSQuery(Request). Method in class w3c.jigsaw.pics.PICSFilter
Check the query to examine if it requires some PICS handling.
isProxy(). Method in class w3c.www.http.HttpRequestMessage
Is this request to be emited to a proxy ?
isProxy(). Method in class w3c.jigsaw.http.Request
Is this request to be emited to a proxy ?
isShared(). Method in class w3c.www.protocol.http.cache.CachedResource
isShared(). Method in class w3c.www.protocol.http.cache.CacheFilter
Is this cache shared among multiple users ?
isTwoStage(Request). Method in class w3c.www.protocol.http.HttpBasicServer
Is this request a two stage request.
isValid. Variable in class w3c.www.http.BasicValue
Are the parsed values up to date with the lastly set unparsed value ?
isValid(Request). Method in class w3c.www.protocol.http.cache.CachedResource
Is the currently cached version usable to answer the given request ?
isValid(Request). Method in class w3c.www.protocol.http.cache.VaryResource
Is the currently cached version usable to answer the given request ?
isWeak(). Method in class w3c.www.http.HttpEntityTag
Is this a weak entity tag ?

J

jdbm(File). Constructor for class w3c.tools.dbm.jdbm
jdbmResourceStore(). Constructor for class w3c.www.protocol.http.cache.jdbmResourceStore

K

KEEP_ALIVE_P. Static variable in class w3c.jigsaw.http.httpd
Name of the server's keep alive flag.
KEEP_TIMEOUT_P. Static variable in class w3c.jigsaw.http.httpd
Name of the server's connection time out property.
keepProxyConnection(). Method in class w3c.jigsaw.http.Reply
keepsAlive(). Method in class w3c.www.protocol.http.Reply
keyAt(int). Method in class w3c.util.ArrayDictionary
Returns the nth key.
keys. Variable in class w3c.util.ArrayDictionary
The array of keys
keys(). Method in class w3c.util.ArrayDictionary
Returns an enumeration of the keys of the dictionary.
keys(). Method in class w3c.www.http.HttpBag
Get all named items from this bag.
keys(). Method in class w3c.tools.dbm.jdbm
Enumerate the keys of this database.
keys(). Method in class w3c.jigsaw.forms.URLDecoder
Get an enumeration of the variable names.
kill(boolean). Method in class w3c.jigsaw.http.Client
Kill this client, freeing all its associated resources.
kill(boolean). Method in interface w3c.jigsaw.daemon.ServerClient
Kill this client.
killClients(boolean). Method in class w3c.jigsaw.http.ClientPool
killSomeClients(). Method in class w3c.jigsaw.http.ClientPool

L

LabelBureauFactory(). Constructor for class w3c.jigsaw.pics.LabelBureauFactory
LabelBureauResource(). Constructor for class w3c.jigsaw.pics.LabelBureauResource
LanguageAttribute(String, String, int). Constructor for class w3c.jigsaw.resources.LanguageAttribute
LanguageField(). Constructor for class w3c.jigsaw.forms.LanguageField
LanguageField(String, String, String, String). Constructor for class w3c.jigsaw.forms.LanguageField
Create an language field.
lastpos. Variable in class w3c.www.http.HttpRange
Last position in the range.
launchServerHandler(String, DaemonProperties). Method in class w3c.jigsaw.daemon.ServerHandlerManager
Launch a new server handler.
length. Variable in class w3c.www.http.ContentLengthInputStream
The number of bytes readable from the above stream.
length(). Method in class w3c.jigsaw.html.HtmlGenerator
Get the length of this html document
LENGTH_REQUIRED. Static variable in interface w3c.www.http.HTTP
link(Request). Method in class w3c.jigsaw.resources.HTTPResource
The default LINK method replies with a not implemented.
LinkField(). Constructor for class w3c.jigsaw.forms.LinkField
LinkField(String, String, String, String). Constructor for class w3c.jigsaw.forms.LinkField
list. Variable in class w3c.www.http.HttpRange
The list we belong to, if any.
list. Variable in class w3c.www.http.HttpWarning
listing. Variable in class w3c.jigsaw.resources.DirectoryResource
Our current (cached) directory listing.
listing_stamp. Variable in class w3c.jigsaw.resources.DirectoryResource
The time at which we generated the directory index.
listLRU(PrintStream, String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
listThreads(Request). Method in class w3c.jigsaw.status.ThreadStat
Dump the currenr threads into an HTML page.
loadBucket(int). Method in class w3c.tools.dbm.jdbm
Load the bucket whose file pointer is given.
loadDirectory(String). Method in class w3c.jigsaw.indexer.ResourceIndexer
LOADED_LIMIT. Static variable in class w3c.www.protocol.http.cache.jdbmResourceStore
loaded_realm. Variable in class w3c.jigsaw.auth.GenericAuthFilter
The nam of the realm we cache in realm.
LOADED_THRESOLD. Static variable in class w3c.www.protocol.http.cache.jdbmResourceStore
loadExtension(String). Method in class w3c.jigsaw.indexer.ResourceIndexer
Load an extension descriptor.
loadIndex(Hashtable). Method in class w3c.jigsaw.resources.SimpleResourceStore
Restore our whole index from our repository.
loadRealm(String). Method in class w3c.jigsaw.auth.RealmsCatalog
Load the given realm and return the AuthRealm instance.
loadResource(String). Method in class w3c.www.protocol.http.cache.CacheFilter
Try to load from the cache the resource's whose URL is gievn.
loadResource(String). Method in class w3c.jigsaw.http.httpd
Lookup the root store for some resource.
loadResource(String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
loadResource(String, Hashtable). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Restore the resource whose name is given.
loadResource(String, Hashtable). Method in interface w3c.jigsaw.resources.ResourceStore
Restore the resource whose name is given.
loadResource(String, Hashtable). Method in class w3c.jigsaw.resources.SimpleResourceStore
Load a resource, or get one from the cache.
loadResourceStore(ResourceStoreHolder, File). Method in class w3c.jigsaw.resources.ResourceStoreManager
Load a resource store.
loadUser(String). Method in class w3c.jigsaw.auth.AuthRealm
Load the user having this name.
lock(ResourceLocker). Method in class w3c.jigsaw.resources.Resource
Lock this resource in its store.
lockResource(ResourceLocker, String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Lock the given resource in the cache.
lockResource(ResourceLocker, String). Method in interface w3c.jigsaw.resources.ResourceStore
Lock the given resource in the cache.
lockResource(ResourceLocker, String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Lock this resource in memory.
log. Variable in class w3c.jigsaw.http.CommonLogger
log(). Method in class w3c.cvs.CvsEntry
Get this entry log.
log(Client, Request, Reply, int, long). Method in class w3c.jigsaw.http.httpd
Emit a log entry.
log(CvsEntry). Method in class w3c.cvs.CvsDirectory
Get the given entry log, as a String.
log(Request, Reply, int, long). Method in class w3c.jigsaw.http.Client
Log the given request.
log(Request, Reply, int, long). Method in class w3c.jigsaw.http.CommonLogger
Log normally a full handled request.
log(Request, Reply, int, long). Method in class w3c.jigsaw.http.Logger
Log normally a full handled request.
log(String). Method in class w3c.jigsaw.http.CommonLogger
Log a message to the log.
log(String). Method in class w3c.cvs.CvsDirectory
Log some transaction.
log(String). Method in class w3c.jigsaw.http.httpd
Emit a log message.
log(String). Method in class w3c.jigsaw.http.Logger
Log a message to the log.
log(String). Method in interface w3c.jigsaw.daemon.ServerClient
Emit a normal log entry on behalf of this client.
log(String). Method in interface w3c.jigsaw.daemon.ServerHandler
Log a normal message into this server's log.
logdir. Variable in class w3c.jigsaw.http.CommonLogger
LOGGER_P. Static variable in class w3c.jigsaw.http.httpd
Name of property indicating the logger class to use.
logmsg(String). Method in class w3c.jigsaw.http.CommonLogger
LOGNAME_P. Static variable in class w3c.jigsaw.http.CommonLogger
Name of the property indicating the log file.
LongAttribute(String, Long, int). Constructor for class w3c.jigsaw.resources.LongAttribute
LongField(). Constructor for class w3c.jigsaw.forms.LongField
LongField(String, String, String, Long). Constructor for class w3c.jigsaw.forms.LongField
lookup(byte[]). Method in class w3c.jigsaw.auth.IPMatcher
Lookup the adress for an association.
lookup(byte[]). Method in class w3c.tools.dbm.jdbm
Lookup the value associated with the provided key.
lookup(InetAddress). Method in class w3c.jigsaw.auth.IPMatcher
Lookup the given InetAdress for any association.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.forms.CgiResource
Lookup sub-resources.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.resources.ContainerResource
Looking up inside a filtered resource.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.cvs.CvsDirectoryResource
Lookup method for the CVS manager.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.indexer.DirectoriesEditor
Lookup in the directories editor for a defined directory.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.resources.DirectoryResource
Lookup the next component of this lookup state in here.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.indexer.ExtensionsEditor
Lookup in the extensions editor for a defined extension.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.resources.FilteredResource
Register our filters, if any in the lookup result object.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.forms.FormCardResource
Our own lookup, to implement multiple buttons:
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.forms.FormResource
Lookup an sub resource.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.formedit.FormResourceEditor
lookup a resource in the editor space.
lookup(LookupState, LookupResult). Method in interface w3c.jigsaw.http.HTTPFilter
The lookup stage filtering.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.resources.HTTPResource
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.proxy.MirrorDirectory
Lookup for a mirrored resource.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.config.PropertyEditor
Lookup for a property set editor.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.proxy.ProxyDirectory
Lookup for an proxied resource.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.resources.PutableDirectory
The lookup method creates resources on the fly...
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.auth.RealmsEditor
Lookup in the realms editor for a defined realm.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.resources.ResourceFilter
Lookup time filtering.
lookup(LookupState, LookupResult). Method in class w3c.jigsaw.resources.VirtualHostResource
Lookup the virtual host resource to continue lookup.
lookup(String). Method in class w3c.jigsaw.resources.ContainerResource
Lookup a resource in that container.
lookup(String). Method in class w3c.cvs.CvsDirectory
Lookup a CVS entry by name.
lookup(String). Method in class w3c.jigsaw.cvs.CvsEntryResource
lookup(String). Method in class w3c.jigsaw.resources.DirectoryResource
Lookup the resource having the given name in this directory.
lookup(String). Method in class w3c.www.http.HttpAccept
Lookup for the given parameter binding.
lookup(String). Method in class w3c.tools.dbm.jdbm
Lookup the value associated to the given String key.
lookupAttribute(String). Method in class w3c.jigsaw.resources.AttributeHolder
Lookup up the index of an attribute in our attribute description.
lookupCommand(String). Method in class w3c.jigsaw.ssi.BasicCommandRegistry
Look up a command from its name.
lookupCommand(String). Method in class w3c.jigsaw.ssi.CommandRegistry
Look up a command from its name.
lookupEntry(File, ResourceStoreHolder, boolean). Method in class w3c.jigsaw.resources.ResourceStoreManager
Lookup an entry in the store.
lookupField(String). Method in class w3c.jigsaw.forms.FormCardResource
Lookup a field in this card.
lookupFollowup(). Method in class w3c.jigsaw.resources.VirtualHostResource
Lookup the followup resource.
lookupResource(String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Get this resource, but only if already loaded.
lookupResource(String). Method in interface w3c.jigsaw.resources.ResourceStore
Get this resource, but only if already loaded.
lookupResource(String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Lookup this resource.
LookupResult(HTTPResource). Constructor for class w3c.jigsaw.http.LookupResult
Create a new empty lookup result object.
lookupServer(String, int). Method in class w3c.www.protocol.http.HttpManager
Get the appropriate server object for handling request to given target.
lookupServerHandler(String). Method in class w3c.jigsaw.daemon.ServerHandlerManager
Lookup the server handler having the given identifier.
lookupSession(int). Method in class w3c.mux.MPStream
LookupState(Request). Constructor for class w3c.jigsaw.http.LookupState
Create a lookup state to handle the given request on behalf of client.
LookupState(String). Constructor for class w3c.jigsaw.http.LookupState
Construct a lookup state to be resolved internnaly by the server.
lookupStore(String). Method in class w3c.jigsaw.resources.DirectoryResource
Lookup our store for a child of the given name.
lookupStore(String). Method in class w3c.jigsaw.resources.VirtualHostResource
Resolve the given name in our store.
lookupStore(String, Hashtable). Method in class w3c.jigsaw.resources.DirectoryResource
Lookup our store for a child of the given name.
lookupTarget(HTTPResource, LookupState). Method in class w3c.jigsaw.formedit.FormResourceEditor
Lookup the target we want to edit in the server space.
lookupUser(InetAddress). Method in class w3c.jigsaw.auth.GenericAuthFilter
Lookup a user by its IP address.
lookupUser(String). Method in class w3c.jigsaw.auth.GenericAuthFilter
Lookup a user by its name.
loop(). Method in class w3c.jigsaw.http.Client
Request get processed in three stages: a) Read and pre-parse the request: in this stage, the parser throws HTTPParserException only.
loopForBinding(). Method in class w3c.jigsaw.http.Client
Wait for this client to be bind to some socket.
lroot. Variable in class w3c.jigsaw.proxy.ForwardDirectory
Get the local root resource to use for internal requests.
LRUList(). Constructor for class w3c.util.LRUList
LRUNode(). Constructor for class w3c.util.LRUNode
LRUNode(LRUAble, LRUAble). Constructor for class w3c.util.LRUNode

M

main(String[]). Static method in class w3c.util.ArrayDictionary
A kludge for testing ArrayDictionary
main(String[]). Static method in class w3c.tools.codec.Base64Decoder
Test the decoder.
main(String[]). Static method in class w3c.tools.codec.Base64Encoder
Testing the encoder.
main(String[]). Static method in class w3c.cvs.CvsDirectory
main(String[]). Static method in class w3c.jigsaw.resources.DirectoryResource
Create an empty resource store, and store a default resource directory in it.
main(String[]). Static method in class w3c.mux.EchoClientLauncher
main(String[]). Static method in class w3c.mux.EchoServerLauncher
main(String[]). Static method in class w3c.tools.timers.EventManager
main(String[]). Static method in class w3c.jigsaw.tests.FastHttpd
main(String[]). Static method in class w3c.tools.forms.FormManager
Test.
main(String[]). Static method in class w3c.mux.http
main(String[]). Static method in class w3c.jigsaw.http.httpd
main(String[]). Static method in class w3c.www.http.HttpDate
main(String[]). Static method in class w3c.www.protocol.http.HttpManager
DEBUGGING !
main(String[]). Static method in class w3c.www.http.HttpRequestMessage
main(String[]). Static method in class w3c.tools.dbm.jdbm
main(String[]). Static method in class w3c.www.protocol.http.cache.jdbmResourceStore
Dump all resources.
main(String[]). Static method in class w3c.tools.crypt.Md5
main(String[]). Static method in class w3c.www.mime.MimeParser
Debuging
main(String[]). Static method in class w3c.www.mime.MimeType
main(String[]). Static method in class w3c.jigsaw.pics.SampleLabel
main(String[]). Static method in class w3c.jigsaw.daemon.ServerHandlerManager
main(String[]). Static method in class w3c.jigsaw.tests.ServerStress
main(String[]). Static method in class w3c.jigsaw.http.Shuffler
main(String[]). Static method in class w3c.jigsaw.tests.SimGet
main(String[]). Static method in class w3c.jigsaw.resources.SimpleResourceStore
main(String[]). Static method in class w3c.util.TimeFormatter
For testing purposes
major. Variable in class w3c.www.http.HttpMessage
The major version of this message, according to HTTP specs.
makeAccept(MimeType). Static method in class w3c.www.http.HttpFactory
Create an Accept header clause.
makeAccept(MimeType, double). Static method in class w3c.www.http.HttpFactory
Create an Accept header clause.
makeAcceptCharset(String). Static method in class w3c.www.http.HttpFactory
Build an Accept-Charset header clause.
makeAcceptCharset(String, double). Static method in class w3c.www.http.HttpFactory
Build an Accept-Charset header clause.
makeAcceptCharsetList(HttpAcceptCharset[]). Static method in class w3c.www.http.HttpFactory
Build a list of accepted charset for the Accept-Charset header.
makeAcceptLanguage(String). Static method in class w3c.www.http.HttpFactory
Build an Accept-Language header clause.
makeAcceptLanguage(String, double). Static method in class w3c.www.http.HttpFactory
Build an Accept-Language header clause.
makeAcceptLanguageList(HttpAcceptLanguage[]). Static method in class w3c.www.http.HttpFactory
Build a list of accept language clauses for the Accept-Language header.
makeAcceptList(HttpAccept[]). Static method in class w3c.www.http.HttpFactory
Build a list of accept clause, ready for the Accept header.
makeBag(String). Static method in class w3c.www.http.HttpFactory
Build a empty bag instance.
makeCacheControl(). Static method in class w3c.www.http.HttpFactory
Build an empty cache control directive.
makeCgiCommand(Request). Method in class w3c.jigsaw.forms.CgiResource
Prepare the command to run for this CGI script, and run it.
makeChallenge(String). Static method in class w3c.www.http.HttpFactory
Build a challenge requesting authorization from a client.
makeContentRange(String, int, int, int). Static method in class w3c.www.http.HttpFactory
Build the description of a HTTP content range.
makeCookie(String, String). Static method in class w3c.www.http.HttpFactory
Build a single cookie value.
makeCookieList(HttpCookie[]). Static method in class w3c.www.http.HttpFactory
Build a list of cookies out of a set of cookies.
makeCredential(String). Static method in class w3c.www.http.HttpFactory
Build credential informations.
makeDate(). Static method in class w3c.www.http.HttpFactory
Build an HTTP date object representing the current time.
makeDate(long). Static method in class w3c.www.http.HttpFactory
Build an HTTP date object.
makeDirectory(httpd, String, Class). Static method in class w3c.jigsaw.indexer.Directory
Create a new Directory template.
makeETag(boolean, String). Static method in class w3c.www.http.HttpFactory
Build an entity tag object.
makeETagList(HttpEntityTag[]). Static method in class w3c.www.http.HttpFactory
Build an entity tag list.
makeInteger(int). Static method in class w3c.www.http.HttpFactory
Build a wrapper for an HTTP integer.
makeMimeType(MimeType). Static method in class w3c.www.http.HttpFactory
Build a wrapper for a MIME type suitable for HTTP transportation.
makePICSReply(Request, StringBuffer). Method in class w3c.jigsaw.pics.LabelBureauResource
Build a PICS reply out of the given content.
makeRange(String, int, int). Static method in class w3c.www.http.HttpFactory
Build an object representing an HTTP range.
makeRangeList(HttpRange[]). Static method in class w3c.www.http.HttpFactory
Build a list of ranges.
makeRealm(String, File). Static method in class w3c.jigsaw.auth.AuthRealm
create a new empty realm.
makeReply(int). Method in class w3c.jigsaw.http.Request
Make an empty Reply object matching this request version.
makeReply(int). Method in class w3c.www.protocol.http.Request
Create a Reply instance matching this request.
makeSetCookie(String, String). Static method in class w3c.www.http.HttpFactory
Build a set cookie clause for the Set-Cookie header.
makeSetCookieList(HttpSetCookie[]). Static method in class w3c.www.http.HttpFactory
Build a list of set cookies commands.
makeString(String). Static method in class w3c.www.http.HttpFactory
Build a wrapper for a String, for HTTP transportation.
makeStringList(String). Static method in class w3c.www.http.HttpFactory
Build a list of one string.
makeStringList(String[]). Static method in class w3c.www.http.HttpFactory
Build a list of strings.
makeUser(String). Static method in class w3c.jigsaw.auth.AuthUser
Create a new user.
makeWarning(int). Static method in class w3c.www.http.HttpFactory
Build an HTTP Warning object.
makeWarning(int, String, String). Static method in class w3c.www.http.HttpFactory
Build an HTTP Warning object.
makeWarningList(HttpWarning[]). Static method in class w3c.www.http.HttpFactory
Build a list of warnings for the Warning header.
manager. Variable in class w3c.www.protocol.http.auth.AuthFilter
the HttpManager that installed us.
manager. Variable in class w3c.tools.forms.FormField
The associated form manager.
manager. Variable in class w3c.www.protocol.http.HttpBasicServer
Our central HTTP manager.
manager. Variable in class w3c.www.protocol.http.Request
The manager that created this request.
manager. Static variable in class w3c.jigsaw.daemon.ServerHandlerManager
The Application-Wide server manager.
manager. Variable in class w3c.jigsaw.resources.SimpleResourceStore
Our resource store manager.
MANDATORY. Static variable in class w3c.jigsaw.resources.Attribute
Flag value - This attribute is mandatory.
MapResource(). Constructor for class w3c.jigsaw.map.MapResource
mark(int). Method in class w3c.www.http.ContentLengthInputStream
mark(int). Method in class w3c.jigsaw.ssi.DelayedInputStream
markInternal(). Method in class w3c.jigsaw.http.LookupState
Mark this lookup state as being done internally.
marklength. Variable in class w3c.www.http.ContentLengthInputStream
The place of a single pending mark.
markModified(). Method in class w3c.jigsaw.resources.HTTPResource
Set an HTTPResource attribute.
markModified(). Method in class w3c.jigsaw.resources.Resource
Mark this resource as having been modified.
markModified(). Method in class w3c.jigsaw.resources.ResourceFilter
Mark this filter as modified.
markModified(String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Mark this resource as modified.
markModified(String). Method in interface w3c.jigsaw.resources.ResourceStore
Mark this resource as modified.
markModified(String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Mark the given resource as being modified.
markSupported(). Method in class w3c.jigsaw.ssi.DelayedInputStream
markUsed(). Method in class w3c.jigsaw.resources.SimpleResourceStore
Mark the store as having been used recently.
markUsed(CachedResource). Method in class w3c.www.protocol.http.cache.CacheFilter
markUsed(CachedResource, int). Method in class w3c.www.protocol.http.cache.CacheFilter
markUsed(CachedResource, int, int). Method in class w3c.www.protocol.http.cache.CacheFilter
Mark the given cached resource as having been used recently.
markUsed(File). Method in class w3c.jigsaw.resources.ResourceStoreManager
Mark the given store as having been used recently.
match(MimeType). Method in class w3c.www.mime.MimeType
How good the given MimeType matches the receiver of the method ? This method returns a matching level among:
MATCH_TYPE
Types match,
MATCH_SPECIFIC_TYPE
Types match exactly,
MATCH_SUBTYPE
Types match, subtypes matches too
MATCH_SPECIFIC_SUBTYPE
Types match, subtypes matches exactly
MATCH_SPECIFIC_SUBTYPE. Variable in class w3c.www.mime.MimeType
MATCH_SPECIFIC_TYPE. Variable in class w3c.www.mime.MimeType
MATCH_SUBTYPE. Variable in class w3c.www.mime.MimeType
MATCH_TYPE. Variable in class w3c.www.mime.MimeType
matchesRequest(Request). Method in class w3c.www.protocol.http.Reply
Notify this reply that is has been built to answer given request.
MAX_HEADERS. Static variable in class w3c.www.http.HttpMessage
MAX_SESSION. Static variable in interface w3c.mux.MUX
MAX_STALE_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - The allowed drift for getting cached resources.
maxage. Variable in class w3c.www.http.HttpSetCookie
The cookie's max age.
MAXSPARE_FREE. Static variable in class w3c.jigsaw.http.ClientPool
MAXSPARE_FREE_P. Static variable in class w3c.jigsaw.http.ClientPool
MAXSPARE_IDLE. Static variable in class w3c.jigsaw.http.ClientPool
MAXSPARE_IDLE_P. Static variable in class w3c.jigsaw.http.ClientPool
MAXTHREADS. Static variable in class w3c.jigsaw.http.ClientPool
MAXTHREADS_P. Static variable in class w3c.jigsaw.http.ClientPool
Md5(InputStream). Constructor for class w3c.tools.crypt.Md5
Construct a digestifier for the given input stream.
Md5(String). Constructor for class w3c.tools.crypt.Md5
Construct a digestifier for the given string.
mergeDefaultAttributes(HTTPResource, String, Hashtable). Method in class w3c.jigsaw.indexer.ResourceIndexer
Merge the attributes this extension defines, with the provided ones.
MESSAGE_HTTP. Static variable in class w3c.www.mime.MimeType
meta(String, String). Method in class w3c.jigsaw.html.HtmlGenerator
method. Variable in class w3c.www.http.HttpRequestMessage
The method to execute on the target resource.
MimeHeaders(). Constructor for class w3c.www.mime.MimeHeaders
MimeHeaders(MimeParser). Constructor for class w3c.www.mime.MimeHeaders
MimeHeadersFactory(). Constructor for class w3c.www.mime.MimeHeadersFactory
MimeParser(InputStream, MimeParserFactory). Constructor for class w3c.www.mime.MimeParser
Create an instance of the MIMEParser class.
MimeParserException(String). Constructor for class w3c.www.mime.MimeParserException
MimeParserMessageFactory(). Constructor for class w3c.www.http.MimeParserMessageFactory
MimeParserReplyFactory(). Constructor for class w3c.www.http.MimeParserReplyFactory
MimeParserRequestFactory(). Constructor for class w3c.www.http.MimeParserRequestFactory
MimeType(String). Constructor for class w3c.www.mime.MimeType
Construct MimeType object for the given string.
MimeType(String, String). Constructor for class w3c.www.mime.MimeType
MimeType(String, String, String[], String[]). Constructor for class w3c.www.mime.MimeType
MimeTypeAttribute(String, Object, int). Constructor for class w3c.jigsaw.resources.MimeTypeAttribute
MimeTypeField(). Constructor for class w3c.jigsaw.forms.MimeTypeField
MimeTypeField(String, String, String, MimeType). Constructor for class w3c.jigsaw.forms.MimeTypeField
MimeTypeFormatException(String). Constructor for class w3c.www.mime.MimeTypeFormatException
MIN_FRESH_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - The minium freshness required on cached resources.
minor. Variable in class w3c.www.http.HttpMessage
The minoir version of this message, according to HTTP specs.
MINSPARE_FREE. Static variable in class w3c.jigsaw.http.ClientPool
MINSPARE_FREE_P. Static variable in class w3c.jigsaw.http.ClientPool
MINSPARE_IDLE. Static variable in class w3c.jigsaw.http.ClientPool
MirrorDirectory(). Constructor for class w3c.jigsaw.proxy.MirrorDirectory
mirrors. Variable in class w3c.jigsaw.proxy.MirrorDirectory
MISCELANEOUS. Static variable in class w3c.www.http.HttpWarning
Warning status - Miscellaneous warning.
misses. Variable in class w3c.www.protocol.http.cache.cacheStatistics
Number of cache misses.
months. Static variable in class w3c.www.http.HttpDate
MOVED_PERMANENTLY. Static variable in interface w3c.www.http.HTTP
MOVED_TEMPORARILY. Static variable in interface w3c.www.http.HTTP
MPStream(boolean, InputStream, OutputStream). Constructor for class w3c.mux.MPStream
Build a multiplexed stream out of the given streams.
MPStream(boolean, Socket). Constructor for class w3c.mux.MPStream
Build a multiplexed stream out of the given socket.
msg_100. Static variable in interface w3c.www.http.HTTP
msg_200. Static variable in interface w3c.www.http.HTTP
msg_300. Static variable in interface w3c.www.http.HTTP
msg_400. Static variable in interface w3c.www.http.HTTP
msg_500. Static variable in interface w3c.www.http.HTTP
MULTIPART_FORM_DATA. Static variable in class w3c.www.mime.MimeType
MultipartInputStream(InputStream, byte[]). Constructor for class w3c.www.mime.MultipartInputStream
Construct a new multipart input stream.
MULTIPLE_CHOICE. Static variable in interface w3c.www.http.HTTP
MUX_FIN. Static variable in interface w3c.mux.MUX
MUX_LENGTH. Static variable in interface w3c.mux.MUX
MUX_LONG_LENGTH. Static variable in interface w3c.mux.MUX
MUX_PUSH. Static variable in interface w3c.mux.MUX
MUX_RST. Static variable in interface w3c.mux.MUX
MUX_SESSION. Static variable in interface w3c.mux.MUX
MUX_SYN. Static variable in interface w3c.mux.MUX

N

name. Variable in class w3c.jigsaw.resources.Attribute
The attribute name.
NAME. Static variable in class w3c.jigsaw.contrib.CookieFilter
name. Variable in class w3c.tools.forms.FormField
The field's name.
name. Variable in class w3c.www.http.HttpCookie
This cookie's name.
name. Variable in class w3c.www.http.HttpSetCookie
The cookie's name.
NAME. Static variable in class w3c.jigsaw.ssi.SampleCommand
negotiate(Request). Method in class w3c.jigsaw.resources.NegotiatedResource
Negotiate among the various variants for the Resource.
negotiateCharsetQuality(Vector, Request). Method in class w3c.jigsaw.resources.NegotiatedResource
Negotiate on charsets.
negotiateConnection(HttpServer). Method in class w3c.www.protocol.http.HttpManager
One of our server handler wants to open a connection.
negotiateContentEncoding(Vector, Request). Method in class w3c.jigsaw.resources.NegotiatedResource
Negotiate among content encodings.
negotiateContentType(Vector, Request). Method in class w3c.jigsaw.resources.NegotiatedResource
Negotiate among content types.
NegotiatedResource(). Constructor for class w3c.jigsaw.resources.NegotiatedResource
negotiateLanguageQuality(Vector, Request). Method in class w3c.jigsaw.resources.NegotiatedResource
Negotiate among language qualities.
nelems. Variable in class w3c.util.ArrayDictionary
How many real elements are in
newContent(InputStream). Method in class w3c.jigsaw.resources.FileResource
Save the given stream as the underlying file content.
next. Variable in class w3c.util.LRUNode
nextChunk(boolean). Method in class w3c.www.http.ChunkedInputStream
Read in next chunk description.
nextElement(). Method in class w3c.util.ArrayEnumeration
nextField(). Method in class w3c.tools.forms.FormManager
Move the focus to the next editable field.
nextInputStream(). Method in class w3c.www.mime.MultipartInputStream
Switch to the next available part of data.
nextItem(byte[], ParseState). Static method in class w3c.www.http.HttpParser
Parse list of items, taking care of quotes and optional LWS.
NO_CONTENT. Static variable in interface w3c.www.http.HTTP
NOHEADER. Static variable in interface w3c.www.http.HTTP
NONE_ACCEPTABLE. Static variable in interface w3c.www.http.HTTP
NOT_ALLOWED. Static variable in interface w3c.www.http.HTTP
NOT_FOUND. Static variable in interface w3c.www.http.HTTP
NOT_IMPLEMENTED. Static variable in interface w3c.www.http.HTTP
NOT_MODIFIED. Static variable in interface w3c.www.http.HTTP
notifyBeginParsing(MimeParser). Method in class w3c.www.http.HttpMessage
MimeHeaderHolder implementation - HTTP message about to be parsed.
notifyBeginParsing(MimeParser). Method in class w3c.www.http.HttpReplyMessage
MimeHeaderHolder implementation - Begining of reply parsing.
notifyBeginParsing(MimeParser). Method in class w3c.www.http.HttpRequestMessage
MimeHeaderHolder implementation - HTTP message about to be parsed.
notifyBeginParsing(MimeParser). Method in interface w3c.www.mime.MimeHeaderHolder
The parsing is now about to start, take any appropriate action.
notifyBeginParsing(MimeParser). Method in class w3c.www.mime.MimeHeaders
The parsing is now about to start, take any appropriate action.
notifyBeginProcessing(FormCardResource, Request). Method in class w3c.jigsaw.forms.FormCardHandler
Notify the form handler that some card processing begins.
notifyButtonClick(String). Method in class w3c.jigsaw.forms.FormCardHandler
Notify the form handler that a button was clicked.
notifyChange(FormField). Method in class w3c.tools.forms.FormManager
Callback for field value's change.
notifyChange(FormFieldInterface, Object). Method in class w3c.jigsaw.forms.FormCardHandler
Notify the form handler that some field has changed its value.
notifyClose(InputStream). Method in interface w3c.www.http.HttpStreamObserver
The stream has been closed.
notifyConnection(HttpConnection). Method in class w3c.www.protocol.http.HttpManager
The given connection has just been created.
notifyDead(ServerClient). Method in interface w3c.jigsaw.daemon.ClientFactory
Client side interface - This client has been killed.
notifyEndParsing(MimeParser). Method in class w3c.www.http.HttpMessage
MimeHeaderHolder implementation - HTTP message parsing done.
notifyEndParsing(MimeParser). Method in interface w3c.www.mime.MimeHeaderHolder
All the headers have been parsed, take any appropriate actions.
notifyEndParsing(MimeParser). Method in class w3c.www.mime.MimeHeaders
All the headers have been parsed, take any appropriate actions.
notifyEndParsing(MimeParser). Method in class w3c.jigsaw.http.Request
Fix the target URL of the request, this is the only good time to do so.
notifyEndProcessing(FormCardResource, Request). Method in class w3c.jigsaw.forms.FormCardHandler
Notify the form handler that some card processing is finished.
notifyEOF(InputStream). Method in interface w3c.www.http.HttpStreamObserver
The end of the stream has been reached.
notifyFailure(InputStream). Method in interface w3c.www.http.HttpStreamObserver
The stream doesn't support monitoring.
notifyHeader(String, byte[], int, int). Method in class w3c.www.http.HttpMessage
MimeHeaderHolder implementation - The MIME parser callback.
notifyHeader(String, byte[], int, int). Method in interface w3c.www.mime.MimeHeaderHolder
A new header has been parsed.
notifyHeader(String, byte[], int, int). Method in class w3c.www.mime.MimeHeaders
A new header has been parsed.
notifyIdle(Client). Method in class w3c.jigsaw.http.ClientPool
The client notifies the pool that it enters idle state.
notifyIdle(HttpConnection). Method in class w3c.www.protocol.http.HttpManager
The given connection can be reused, but is now idle.
notifyIdle(ServerClient). Method in interface w3c.jigsaw.daemon.ClientFactory
Client side interface - This client is now idle, and interruptible.
notifyObserver(RequestObserver, Request, int). Method in class w3c.www.protocol.http.HttpBasicServer
notifyObserver(RequestObserver, RequestEvent). Method in class w3c.www.protocol.http.HttpBasicServer
notifyProgress(RequestEvent). Method in class w3c.jigsaw.proxy.ProxyRequestObserver
Call back, invoked by the HttpManager callback thread.
notifyProgress(RequestEvent). Method in interface w3c.www.protocol.http.RequestObserver
Call back, invoked by the HttpManager callback thread.
notifyResourceLockBreak(Resource). Method in class w3c.jigsaw.indexer.DirectoriesEditor
ResourceLocker implementation - The resource is going down.
notifyResourceLockBreak(Resource). Method in class w3c.jigsaw.indexer.ExtensionsEditor
Resource locker implementation - Our lock is being breaked.
notifyResourceLockBreak(Resource). Method in class w3c.jigsaw.formedit.FormResourceEditor
Resource locker implementation - This resource is going down.
notifyResourceLockBreak(Resource). Method in class w3c.jigsaw.auth.RealmsEditor
Resource locker implementation - Some realm is going down.
notifyResourceLockBreak(Resource). Method in interface w3c.jigsaw.resources.ResourceLocker
Notify that the lock is going down.
notifyStoreShutdown(ResourceStore). Method in class w3c.jigsaw.auth.AuthRealm
The resource store asks us to shutdown our associated store.
notifyStoreShutdown(ResourceStore). Method in class w3c.jigsaw.resources.DirectoryResource
The resource store asks us to shutdown our associated store.
notifyStoreShutdown(ResourceStore). Method in class w3c.jigsaw.auth.RealmsCatalog
The resource store asks us to shutdown our associated store.
notifyStoreShutdown(ResourceStore). Method in class w3c.jigsaw.indexer.ResourceIndexer
Resource store holder implementation - Shutdown our store.
notifyStoreShutdown(ResourceStore). Method in interface w3c.jigsaw.resources.ResourceStoreHolder
The resource store manager is shutting down.
notifyStoreStabilize(ResourceStore). Method in class w3c.jigsaw.auth.AuthRealm
ResourceStoreHolder implementation - Save our store.
notifyStoreStabilize(ResourceStore). Method in class w3c.jigsaw.resources.DirectoryResource
The resource store asks us to save our store.
notifyStoreStabilize(ResourceStore). Method in class w3c.jigsaw.auth.RealmsCatalog
ResourceStoreHolder implementation - Save our store.
notifyStoreStabilize(ResourceStore). Method in class w3c.jigsaw.indexer.ResourceIndexer
Resource store holder implementation - Save the store.
notifyStoreStabilize(ResourceStore). Method in interface w3c.jigsaw.resources.ResourceStoreHolder
Stabilize your store.
notifyStoreUnload(ResourceStore). Method in class w3c.jigsaw.auth.AuthRealm
ResourceStoreHolder implementation - Unload the store.
notifyStoreUnload(ResourceStore). Method in class w3c.jigsaw.resources.DirectoryResource
The resource store manager asks us to get rid of our store.
notifyStoreUnload(ResourceStore). Method in class w3c.jigsaw.auth.RealmsCatalog
ResourceStoreHolder implementation - Unload the store.
notifyStoreUnload(ResourceStore). Method in class w3c.jigsaw.indexer.ResourceIndexer
Resource store holder implementation - get rid of our store.
notifyStoreUnload(ResourceStore). Method in interface w3c.jigsaw.resources.ResourceStoreHolder
The resource store manager is willing to unload your store.
notifyTeeFailure(). Method in class w3c.www.protocol.http.cache.CachedResource
notifyTeeFailure(). Method in interface w3c.www.protocol.http.cache.TeeMonitor
notifyTeeSuccess(int). Method in class w3c.www.protocol.http.cache.CachedResource
notifyTeeSuccess(int). Method in interface w3c.www.protocol.http.cache.TeeMonitor
notifyUnload(). Method in class w3c.jigsaw.resources.DirectoryResource
We are being unloaded.
notifyUnload(). Method in class w3c.jigsaw.resources.Resource
This resource is being unloaded.
notifyUse(Client). Method in class w3c.jigsaw.http.ClientPool
The client notifies the pool that is has been activated.
notifyUse(HttpConnection). Method in class w3c.www.protocol.http.HttpManager
The given connection is about to be used.
notifyUse(ServerClient). Method in interface w3c.jigsaw.daemon.ClientFactory
Client side interface - This client is now in use, don't interrupt it ! This client is now processing some requests, it don't want to be interrupted (ie killed) until it is back to idle again.

O

ObjectAttribute(String, Class, Object, int). Constructor for class w3c.jigsaw.resources.ObjectAttribute
Create a new ObjectAttribute instance.
ObjectAttribute(String, String, Object, int). Constructor for class w3c.jigsaw.resources.ObjectAttribute
Create a new ObjectAttribute instance.
ObservableProperties(Properties). Constructor for class w3c.util.ObservableProperties
Build an httpdProperties instance from a Properties instance.
observer. Variable in class w3c.www.http.ChunkedInputStream
observer. Variable in class w3c.www.http.ContentLengthInputStream
The stream observer, if any.
observer. Variable in class w3c.www.protocol.http.Request
The observer for the request, if any.
OK. Static variable in interface w3c.www.http.HTTP
ONLY_IF_CACHED_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - Set the only if cached flag on requests.
openConnection(URL). Method in class w3c.www.protocol.http.Handler
openErrorLogFile(). Method in class w3c.jigsaw.http.CommonLogger
Open this logger error log file.
openLogFile(). Method in class w3c.jigsaw.http.CommonLogger
Open this logger log file.
openStream(). Method in class w3c.jigsaw.http.Reply
Open this reply body stream.
openTraceFile(). Method in class w3c.jigsaw.http.CommonLogger
Open this logger trace file.
OptionField(FormManager, String, String, String[], int). Constructor for class w3c.tools.forms.OptionField
Create an option field.
options(Request). Method in class w3c.jigsaw.resources.HTTPResource
The default OPTIONS method replies with a not implemented.
original. Variable in class w3c.jigsaw.http.Request
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.filters.AccessLimitFilter
Notify that someone has exit the target entity.
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.auth.AuthFilter
Add the appropriate cache control directives on the way back.
outgoingFilter(Request, Reply). Method in class w3c.www.protocol.http.auth.AuthFilter
outgoingFilter(Request, Reply). Method in class w3c.www.protocol.http.cache.CacheFilter
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.contrib.CookieFilter
Simplified API to the outgoing filter metho.
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.filters.DebugFilter
The outgoing filter - As easy as the ingoing filter.
outgoingFilter(Request, Reply). Method in class w3c.www.protocol.http.DebugFilter
The outgoing filter just dumps the reply.
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.filters.ErrorFilter
Re-compute error message.
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.contrib.HeaderFilter
The outgoing filter decorates the reply appropriately.
outgoingFilter(Request, Reply). Method in class w3c.www.protocol.http.auth.LocalAuthFilter
The outgoing filter is empty here.
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.pics.PICSFilter
Simplified API to the outgoing filter metho.
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.filters.ProcessFilter
Process the request output through the provided process filter.
outgoingFilter(Request, Reply). Method in interface w3c.www.protocol.http.RequestFilter
The request post-processing hook.
outgoingFilter(Request, Reply). Method in class w3c.jigsaw.resources.ResourceFilter
Simplified API to the outgoing filter metho.
outgoingFilter(Request, Reply, HTTPFilter[], int). Method in class w3c.jigsaw.filters.CacheFilter
The outgoingFilter method.
outgoingFilter(Request, Reply, HTTPFilter[], int). Method in interface w3c.jigsaw.http.HTTPFilter
The filter's outgoing method is called once the target resource has computed a reply.
outgoingFilter(Request, Reply, HTTPFilter[], int). Method in class w3c.jigsaw.resources.ResourceFilter
The outgoingFilter method.
outgoingFilter(Request, Reply, HTTPFilter[], int). Method in class w3c.jigsaw.filters.SimpleCacheFilter
The outgoingFilter method.
output. Variable in class w3c.jigsaw.http.Client
output. Variable in class w3c.www.protocol.http.ConnectedEvent
The HTTP CONTINUE packet.
output. Variable in class w3c.www.protocol.http.HttpURLConnection
output. Variable in class w3c.www.protocol.http.Request
The request output stream, to PUT or POST data.
output(RandomAccessFile, String). Method in class w3c.jigsaw.http.CommonLogger
Output the given message to the given RandomAccessFile.

P

packet. Variable in class w3c.www.protocol.http.ContinueEvent
The HTTP CONTINUE packet.
paint(Graphics). Method in class w3c.tools.forms.FormPanel
Darw a rectangle around the form panel.
panel. Variable in class w3c.tools.forms.FormManager
The form grphical UI.
parse(). Method in class w3c.www.http.BasicValue
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpAccept
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpAcceptCharset
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpAcceptCharsetList
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpAcceptLanguage
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpAcceptLanguageList
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpAcceptList
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpBag
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpCacheControl
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpChallenge
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpContentRange
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpCookieList
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpCredential
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpDate
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpEntityTag
Parse the byte value as an entity tag.
parse(). Method in class w3c.www.http.HttpEntityTagList
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpInteger
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpMimeType
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpRange
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpRangeList
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpSetCookieList
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpString
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpTokenList
Parse the byte buffer to build the token list.
parse(). Method in class w3c.www.http.HttpWarning
Parse this header value into its various components.
parse(). Method in class w3c.www.http.HttpWarningList
Parse this header value into its various components.
parse(). Method in class w3c.www.mime.MimeParser
parse(). Method in class w3c.jigsaw.forms.URLDecoder
Parse our input stream following the application/x-www-form-urlencoded specification.
parse822HeaderBody(). Method in class w3c.www.mime.MimeParser
parse822HeaderName(). Method in class w3c.www.mime.MimeParser
parse822Headers(MimeHeaderHolder). Method in class w3c.www.mime.MimeParser
parseAccept(String). Static method in class w3c.www.http.HttpFactory
Build an accept object by parsing the given string.
parseAcceptCharset(String). Static method in class w3c.www.http.HttpFactory
Build an accept charset object by parsing the given string.
parseAcceptCharsetList(String). Static method in class w3c.www.http.HttpFactory
Build an accept charset list object by parsing the given string.
parseAcceptLanguage(String). Static method in class w3c.www.http.HttpFactory
Build an accept language object by parsing the given string.
parseAcceptLanguageList(String). Static method in class w3c.www.http.HttpFactory
Build an accept language list object by parsing the given string.
parseAcceptList(String). Static method in class w3c.www.http.HttpFactory
Build an accept list object by parsing the given string.
parseBag(ParseState). Method in class w3c.www.http.HttpBag
parseBag(String). Static method in class w3c.www.http.HttpFactory
Build a bag object by parsing the given string.
parseCacheControl(String). Static method in class w3c.www.http.HttpFactory
Build a cache control object by parsing the given string.
parseChallenge(String). Static method in class w3c.www.http.HttpFactory
Build a challenge object by parsing the given string.
parseContentRange(String). Static method in class w3c.www.http.HttpFactory
Build a content range object by parsing the given string.
parseCookieList(String). Static method in class w3c.www.http.HttpFactory
Build a cookie list object by parsing the given string.
parseCredential(String). Static method in class w3c.www.http.HttpFactory
Build a credential object by parsing the given string.
parseDate(byte[], ParseState). Static method in class w3c.www.http.HttpParser
Parse the given byte array as an HTTP compliant date.
parseDate(String). Static method in class w3c.www.http.HttpFactory
Build a date object by parsing the given string.
parseDateOrDeltaSeconds(byte[], ParseState). Static method in class w3c.www.http.HttpParser
parseDateOrDeltaSeconds(byte[], ParseState, long). Static method in class w3c.www.http.HttpParser
Parse a date as either a delta-second value, or a date.
parseDeltaSecond(byte[], ParseState). Static method in class w3c.www.http.HttpParser
Parse a delta-second value.
parseEntityTagList(String). Static method in class w3c.www.http.HttpFactory
Build an entity tag list object by parsing the given string.
parseETag(String). Static method in class w3c.www.http.HttpFactory
Build an entity tag object by parsing the given string.
parseFormat(Request, String). Method in class w3c.jigsaw.pics.LabelBureauResource
Get the integer code for the String based PICS format.
parseInt(byte[], int, ParseState). Static method in class w3c.www.http.HttpParser
Parse an integer, and return an updated pointer.
parseInt(byte[], ParseState). Static method in class w3c.www.http.HttpParser
parseInteger(String). Static method in class w3c.www.http.HttpFactory
Build an integer object by parsing the given string.
parseIPTemplate(String). Method in class w3c.jigsaw.auth.IPTemplatesField
Parse the given string as an IP template, and add into.
parseMimeType(String). Static method in class w3c.www.http.HttpFactory
Build an MIME type object by parsing the given string.
parseMonth(byte[], ParseState). Static method in class w3c.www.http.HttpParser
parseQuality(byte[], ParseState). Static method in class w3c.www.http.HttpParser
parser. Variable in class w3c.jigsaw.http.Client
parser. Variable in class w3c.jigsaw.http.Request
parseRange(String). Static method in class w3c.www.http.HttpFactory
Build a range object by parsing the given string.
parseRangeList(String). Static method in class w3c.www.http.HttpFactory
Build a list of ranges object by parsing the given string.
parseSetCookieList(String). Static method in class w3c.www.http.HttpFactory
Build a list of set cookies object by parsing the given string.
parseString(String). Static method in class w3c.www.http.HttpFactory
Build a String object by parsing the given string.
parseString(String). Method in class w3c.jigsaw.auth.IPTemplatesField
Parse the array of strings into an array of ip templates.
parseString(String). Method in class w3c.jigsaw.forms.PropertiesField
Parse the given \r or \n sparated list of items into an array of items.
parseString(String). Method in class w3c.jigsaw.forms.TextArrayField
Parse the given \r or \n sparated list of items into an array of items.
parseToken(boolean). Method in class w3c.www.mime.MimeParser
parseTokenList(String). Static method in class w3c.www.http.HttpFactory
Build a list of string object by parsing the given string.
parseURI(). Method in class w3c.jigsaw.http.LookupState
Parse the given http URI into an array of hierarchical components.
parseURLs(String[]). Method in class w3c.jigsaw.pics.LabelBureauResource
Parse the URLs given in the URLDecoder, as the u field.
parseWarning(String). Static method in class w3c.www.http.HttpFactory
Build a warning object by parsing the given string.
parseWarningList(String). Static method in class w3c.www.http.HttpFactory
Build a list of warnings object by parsing the given string.
PARTIAL_CONTENT. Static variable in interface w3c.www.http.HTTP
PassDirectory(). Constructor for class w3c.jigsaw.resources.PassDirectory
PasswordAttribute(String, String, int). Constructor for class w3c.jigsaw.auth.PasswordAttribute
PasswordField(). Constructor for class w3c.jigsaw.auth.PasswordField
PasswordField(String, String, String, String). Constructor for class w3c.jigsaw.auth.PasswordField
path. Variable in class w3c.www.http.HttpCookie
The path in which this cookie applies.
path. Variable in class w3c.www.http.HttpSetCookie
The cookie's associated path.
PAYMENT_REQUIRED. Static variable in interface w3c.www.http.HTTP
peekNextComponent(). Method in class w3c.jigsaw.http.LookupState
Get the next component, without consuming it.
perform(Request). Method in class w3c.www.protocol.http.cache.CachedResource
This cached entry has been checked valid, perform given request.
perform(Request). Method in class w3c.jigsaw.http.httpd
Perform the given request on behalf of this server.
perform(Request, HTTPFilter[]). Method in class w3c.jigsaw.resources.DirectoryResource
Perform requests on a directory.
perform(Request, HTTPFilter[]). Method in class w3c.jigsaw.proxy.ForwardDirectory
Perform the given proxied request.
perform(Request, HTTPFilter[]). Method in class w3c.jigsaw.resources.HTTPResource
Perform the given request on this HTTP resource.
perform(Request, HTTPFilter[]). Method in class w3c.jigsaw.resources.NegotiatedResource
Perform an HTTP request.
perform(Request, HTTPFilter[]). Method in class w3c.jigsaw.ssi.SSIResource
Makes sure that checkContent() is called on _any_ HTTP method, so that the internal representation of commands is always consistent.
perform(Request, HTTPFilter[]). Method in class w3c.jigsaw.resources.VirtualHostResource
Perform requests on a directory.
perform(Request, String, CvsEntry[]). Method in class w3c.jigsaw.cvs.CvsDirectoryHandler
Perform the action on the given entity.
perform(Request, String, CvsEntry[]). Method in interface w3c.jigsaw.cvs.CvsHandlerInterface
Perform action on the given cvs entry, on behalf of the given client.
perform(Request, String, CvsEntry[], String). Method in class w3c.jigsaw.cvs.CvsDirectoryHandler
Perform the action on the given entity.
perform(Request, String, CvsEntry[], String). Method in interface w3c.jigsaw.cvs.CvsHandlerInterface
Perform action on the given cvs entry, on behalf of the given client.
pickle(DataOutputStream). Method in class w3c.jigsaw.resources.AttributeHolder
Pickle this attribute holder to the given stream.
pickle(DataOutputStream). Method in class w3c.jigsaw.resources.FilteredResource
Pickle a filtered resource.
pickle(DataOutputStream). Method in class w3c.jigsaw.resources.ResourceFilter
Pickle a filter.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.Attribute
Pickle an attribute of this type to the given stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.AttributeHolderAttribute
Pickle an attribute holder to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.BooleanAttribute
Pickle an boolean to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.ClassAttribute
Pickle an integer to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.DoubleAttribute
Pickle an double to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.FileAttribute
Pickle an File to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.IntegerArrayAttribute
Pickle a integer array to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.IntegerAttribute
Pickle an integer to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.auth.IPTemplatesAttribute
Pickle an array of IP templates to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.LongAttribute
Pickle an long to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.MimeTypeAttribute
Pickle a MIME type to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.ObjectAttribute
The ObjectAttribute values can't be pickled.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.PropertiesAttribute
Pickle a property list to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.StringArrayAttribute
Pickle a String array to the given output stream.
pickle(DataOutputStream, Object). Method in class w3c.jigsaw.resources.StringAttribute
Pickle an string to the given output stream.
pickleResource(Resource, DataOutputStream). Method in class w3c.jigsaw.resources.SimpleResourceStore
Pickle the given resource into the given output stream.
pickLRUEntry(). Method in class w3c.jigsaw.resources.ResourceStoreManager
Pick the least recently used entry, and remove all links to it.
PICS_EXTENSION. Static variable in class w3c.jigsaw.pics.PICSFilter
The bag describing the PICS extension:
PICS_PROTOCOL_ID. Static variable in class w3c.jigsaw.pics.PICSFilter
The PICS protocol version that this filter handles.
PICSFilter(). Constructor for class w3c.jigsaw.pics.PICSFilter
pnames. Variable in class w3c.www.mime.MimeType
port. Variable in class w3c.www.protocol.http.HttpBasicServer
The port number of the server we handle.
PORT_P. Static variable in class w3c.jigsaw.http.httpd
Name of the server port property.
post(Request). Method in class w3c.jigsaw.forms.CgiResource
Handle the POST method according to CGI/1.1 specification.
post(Request). Method in class w3c.jigsaw.resources.HTTPResource
The default POST method replies with a not implemented.
post(Request). Method in class w3c.jigsaw.forms.PostableResource
The POST method handling.
post(Request). Method in class w3c.jigsaw.forms.PostFileResource
Handle the post, wit its attached file.
post(Request). Method in class w3c.jigsaw.ssi.SSIResource
The default POST method replies with a not implemented.
PostableResource(). Constructor for class w3c.jigsaw.forms.PostableResource
PostFileResource(). Constructor for class w3c.jigsaw.forms.PostFileResource
PRAGMA_NOCACHE. Static variable in class w3c.jigsaw.cvs.CvsDirectoryResource
PRAGMA_NOCACHE. Static variable in class w3c.jigsaw.forms.FormResource
PRECONDITION_FAILED. Static variable in interface w3c.www.http.HTTP
prev. Variable in class w3c.util.LRUNode
print(PrintStream). Method in class w3c.jigsaw.resources.AttributeHolder
Debugging purposes only, print this attribute holder.
print(PrintStream). Method in class w3c.www.protocol.http.cache.CacheState
Debugging purposes only, print this attribute holder.
print(PrintStream). Method in class w3c.cvs.CvsDirectory
Print this directory current state.
print(PrintStream). Method in class w3c.jigsaw.auth.IPMatcher
Print the IP matcher internal tree.
print(PrintStream). Method in class w3c.jigsaw.pics.SampleLabel
Debugging: print the given options of this label.
printAvail(PrintStream). Method in class w3c.tools.dbm.jdbm
Print the list of available blocks:
printHeader(PrintStream). Method in class w3c.tools.dbm.jdbm
Print various database options to the given stream.
printIndex(). Method in class w3c.jigsaw.resources.SimpleResourceStore
Debug - print this resource store index.
printNegotiationState(String, Vector). Method in class w3c.jigsaw.resources.NegotiatedResource
Print the current negotiation state.
process(). Method in class w3c.tools.codec.Base64Decoder
Do the actual decoding.
process(). Method in class w3c.tools.codec.Base64Encoder
Process the data: encode the input stream to the output stream.
ProcessFilter(). Constructor for class w3c.jigsaw.filters.ProcessFilter
processRequest(Request). Method in class w3c.jigsaw.http.Client
Process a request.
processRequest(Request). Method in interface w3c.www.protocol.http.RequestProcessor
Can this processor handle this request ? Given the actual request, the processor is called to see if it can actually answer it.
processString(). Method in class w3c.tools.codec.Base64Decoder
Do the decoding, and return a String.
processString(). Method in class w3c.tools.codec.Base64Encoder
Encode the content of this encoder, as a string.
processString(). Method in class w3c.tools.crypt.Md5
Get the digest, for this string digestifier.
PropertiesAttribute(String, String, int). Constructor for class w3c.jigsaw.resources.PropertiesAttribute
Create a description for a generic property list attribute.
PropertiesField(). Constructor for class w3c.jigsaw.forms.PropertiesField
PropertiesField(String, String, String, ArrayDictionary). Constructor for class w3c.jigsaw.forms.PropertiesField
propertyChanged(String). Method in class w3c.www.protocol.http.cache.CacheFilter
PropertyMonitoring implementation - Commit property changes.
propertyChanged(String). Method in class w3c.jigsaw.http.ClientPool
Some property have changed, update our setting.
propertyChanged(String). Method in class w3c.jigsaw.http.CommonLogger
Property monitoring for the logger.
propertyChanged(String). Method in class w3c.jigsaw.http.httpd
The property monitoring implementation.
propertyChanged(String). Method in class w3c.www.protocol.http.HttpManager
PropertyMonitoring implementation - Update properties on the fly !
propertyChanged(String). Method in interface w3c.util.PropertyMonitoring
The callback method, invoked when any property change occurs.
PropertyEditor(). Constructor for class w3c.jigsaw.config.PropertyEditor
PropertySet(String, httpd). Constructor for class w3c.jigsaw.config.PropertySet
props. Variable in class w3c.www.protocol.http.cache.CacheFilter
The properties we initialized ourself from.
props. Variable in class w3c.jigsaw.http.CommonLogger
props. Variable in class w3c.jigsaw.daemon.ServerHandlerManager
The server handler manager property list.
PROPS_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property giving the path of the property file.
PropStat(). Constructor for class w3c.jigsaw.status.PropStat
PROVISIONAL_INFORMATION. Static variable in interface w3c.www.http.HTTP
proxy. Variable in class w3c.www.http.HttpRequestMessage
The proxy to use for that request, if any.
PROXY_AUTH_REQUIRED. Static variable in interface w3c.www.http.HTTP
PROXY_HOST_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - What is the proxy host name.
PROXY_PORT_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - What is the proxy port number.
PROXY_SET_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - Should we use a proxy ?
ProxyDirectory(). Constructor for class w3c.jigsaw.proxy.ProxyDirectory
ProxyRequestObserver(Request). Constructor for class w3c.jigsaw.proxy.ProxyRequestObserver
ProxyStatistics(). Constructor for class w3c.jigsaw.proxy.ProxyStatistics
ps. Variable in class w3c.www.http.ChunkedInputStream
PUBLIC_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property indicating the public methods allowed on that server.
push(byte, int, int). Method in class w3c.mux.MPStream
put(Object, Object). Method in class w3c.util.ArrayDictionary
Adds a mapping between a key and a value to the dictionary.
put(Request). Method in class w3c.jigsaw.resources.FileResource
Put a new entity in this resource.
put(Request). Method in class w3c.jigsaw.resources.HTTPResource
The default PUT method replies with a not implemented.
PutableDirectory(). Constructor for class w3c.jigsaw.resources.PutableDirectory
putValue(ServerHandler, String, String). Method in class w3c.jigsaw.daemon.DaemonProperties
Update a property value.
putValue(String, String). Method in class w3c.util.ObservableProperties
Update a property value.
pvalues. Variable in class w3c.www.mime.MimeType

R

r_max. Variable in class w3c.jigsaw.http.httpdStatistics
The maximum processing time in ms.
r_min. Variable in class w3c.jigsaw.http.httpdStatistics
The min processing time in ms.
RadioBoxField(String, String, String, String[], int). Constructor for class w3c.jigsaw.forms.RadioBoxField
RangedIntegerField(FormManager, String, String, int, int, int). Constructor for class w3c.tools.forms.RangedIntegerField
raw. Variable in class w3c.www.http.BasicValue
The header value, as a byte array, if available.
read(). Method in class w3c.www.http.ChunkedInputStream
read(). Method in class w3c.www.http.ContentLengthInputStream
read(). Method in class w3c.jigsaw.ssi.DelayedInputStream
read(). Method in class w3c.www.mime.MimeParser
read(). Method in class w3c.www.mime.MultipartInputStream
Read one byte of data from the current part.
read(). Method in class w3c.mux.SessionInputStream
Read one byte of input.
read(byte[]). Method in class w3c.jigsaw.ssi.DelayedInputStream
read(byte[], int, int). Method in class w3c.www.http.ChunkedInputStream
read(byte[], int, int). Method in class w3c.www.http.ContentLengthInputStream
read(byte[], int, int). Method in class w3c.jigsaw.ssi.DelayedInputStream
read(byte[], int, int). Method in class w3c.www.mime.MultipartInputStream
read(byte[], int, int). Method in class w3c.mux.SessionInputStream
Read some bytes on this session input stream.
realm. Variable in class w3c.jigsaw.auth.GenericAuthFilter
Our associated realm.
RealmsCatalog(httpd). Constructor for class w3c.jigsaw.auth.RealmsCatalog
RealmsEditor(). Constructor for class w3c.jigsaw.auth.RealmsEditor
reason. Variable in class w3c.www.http.HttpReplyMessage
The reason phrase.
recallTimer(Object). Method in class w3c.tools.timers.EventManager
This recalls a previously registered timer event.
refresh(). Method in class w3c.cvs.CvsDirectory
Recompute this directory in-memory image.
REFRESH_DEFAULT. Static variable in class w3c.jigsaw.status.Statistics
REFRESH_DEFAULT. Static variable in class w3c.jigsaw.status.ThreadStat
registerAttribute(Class, Attribute). Static method in class w3c.jigsaw.resources.AttributeRegistry
Register a new attribute for a given class.
registerCommand(Command). Method in class w3c.jigsaw.ssi.BasicCommandRegistry
registerConnection(HttpConnection). Method in class w3c.www.protocol.http.HttpBasicServer
Connections management - Register a connection as being idle.
registerConnection(HttpConnection). Method in class w3c.www.protocol.http.HttpServer
registerDirectory(Directory). Method in class w3c.jigsaw.indexer.ResourceIndexer
Register this new directory template into our directory store.
registerEditor(String, String). Static method in class w3c.jigsaw.formedit.FormEditorFactory
registerExtension(HTTPResource). Method in class w3c.jigsaw.indexer.ResourceIndexer
Register a new extension to the store.
registerField(Class, Class). Static method in class w3c.jigsaw.formedit.FormFieldRegistry
Register a form field to edit the givan class of attributes.
registerField(String, String). Static method in class w3c.jigsaw.formedit.FormFieldRegistry
Register a form field to edit the givan class of attributes.
registerFilter(ResourceFilter, Hashtable). Method in class w3c.jigsaw.resources.FilteredResource
Register a new filter to this resource.
registerHeader(String, String). Static method in class w3c.www.http.HttpMessage
registerHeader(String, String, int). Static method in class w3c.www.http.HttpMessage
registerHelper(String, String). Static method in class w3c.jigsaw.formedit.FormHelperRegistry
Register a helper editor for the given class.
registerObserver(PropertyMonitoring). Method in class w3c.util.ObservableProperties
Subscribe for property monitoring.
registerPropertyEditor(PropertyEditor). Method in class w3c.jigsaw.http.httpd
registerPropertySet(PropertySet). Method in class w3c.jigsaw.http.httpd
Register a property set to the server.
registerPropertySet(PropertySet). Method in class w3c.jigsaw.config.PropertyEditor
Register a given set of resources for editing.
registerRealm(AuthRealm). Method in class w3c.jigsaw.auth.RealmsCatalog
register the given new realm.
registerResource(String, Resource, Hashtable). Method in class w3c.jigsaw.resources.ContainerResource
Initialize and register the given resource under the given name.
registerResource(String, Resource, Hashtable). Method in class w3c.jigsaw.resources.DirectoryResource
Initialize and register a new resource into this directory.
registerTimer(Event). Method in class w3c.tools.timers.EventManager
This is like the above registerTimer, except it takes an event object with the deliver time filled in.
registerTimer(long, EventHandler, Object). Method in class w3c.tools.timers.EventManager
registerTimer inserts a new timer event into the queue.
registerUser(AuthUser). Method in class w3c.jigsaw.auth.AuthRealm
register this new user in the realm.
RelocateResource(). Constructor for class w3c.jigsaw.resources.RelocateResource
remove(CvsEntry[]). Method in class w3c.cvs.CvsDirectory
Remove an entry from CVS control.
remove(LRUAble). Method in class w3c.util.AsyncLRUList
Removes node if it's in list.
remove(LRUAble). Method in class w3c.util.LRUList
Removes node if it's in list.
remove(LRUAble). Method in class w3c.util.SyncLRUList
Removes node if it's in list.
remove(Object). Method in class w3c.util.ArrayDictionary
Removes a key (and its value) from the dictionary;
removeCookie(String). Method in class w3c.www.http.HttpCookieList
Remove a cookie from this header value.
removeElementAt(int). Method in class w3c.util.ArrayDictionary
Removes the nth mapping (key/value pair) in the dictionary.
removeField(String). Method in class w3c.jigsaw.forms.FormCardResource
remove the field whose name is given.
removeFilter(ResourceFilter). Method in class w3c.jigsaw.formedit.GenericFilterEditor
removeFormCard(String). Method in class w3c.jigsaw.forms.FormResource
Remove a card from the form.
removeHeader(int). Method in class w3c.www.http.HttpMessage
Remove a header, by address.
removeHeader(String). Method in class w3c.www.http.HttpMessage
Remove a header, by name.
removeResource(String). Method in class w3c.www.protocol.http.cache.CacheFilter
Remove a resource from the cache.
removeResource(String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Remove this resource from the repository.
removeResource(String). Method in interface w3c.jigsaw.resources.ResourceStore
Remove this resource from the repository.
removeResource(String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Remove a resource from this resource store.
removeSetCookie(String). Method in class w3c.www.http.HttpSetCookieList
Remove a predefined cookie from this SetCookie header.
removeTail(). Method in class w3c.util.AsyncLRUList
Obtain the backmost node, and remove it from list too.
removeTail(). Method in class w3c.util.LRUList
Obtain the backmost node, and remove it from list too.
removeTail(). Method in class w3c.util.SyncLRUList
Obtain the backmost node, and remove it from list too.
rename(String). Method in class w3c.jigsaw.forms.FormCardResource
renameCard(String, String). Method in class w3c.jigsaw.forms.FormResource
renameResource(String, String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
renameResource(String, String). Method in interface w3c.jigsaw.resources.ResourceStore
Rename a given resource.
renameResource(String, String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Rename a resource in the store.
reply. Variable in class w3c.jigsaw.tests.DummyResource
reply. Variable in class w3c.www.protocol.http.HttpURLConnection
reply. Variable in class w3c.jigsaw.http.LookupResult
Any reply that can be computed during lookup.
Reply(Client). Constructor for class w3c.jigsaw.http.Reply
Create a new Reply instance for the given client.
Reply(Client, short, short, int). Constructor for class w3c.jigsaw.http.Reply
Create a new reply for the given client.
repository. Variable in class w3c.jigsaw.auth.RealmsCatalog
Our realm repository.
request. Variable in class w3c.www.protocol.http.HttpURLConnection
request. Variable in class w3c.www.protocol.http.RequestEvent
The request that trigered the event.
REQUEST_ENTITY_TOO_LARGE. Static variable in interface w3c.www.http.HTTP
REQUEST_TIMEOUT. Static variable in interface w3c.www.http.HTTP
REQUEST_TIMEOUT_P. Static variable in class w3c.jigsaw.http.httpd
Name of the server's request time out property.
REQUEST_URI_TOO_LONG. Static variable in interface w3c.www.http.HTTP
RequestEvent(HttpServer, Request, int). Constructor for class w3c.www.protocol.http.RequestEvent
reset(). Method in class w3c.www.http.ContentLengthInputStream
reset(). Method in class w3c.jigsaw.ssi.DelayedInputStream
reset(). Method in class w3c.jigsaw.forms.FormCardResource
Reset this form card.
RESET_CONTENT. Static variable in interface w3c.www.http.HTTP
Resource(). Constructor for class w3c.jigsaw.resources.Resource
Create an empty resource instance.
ResourceFilter(). Constructor for class w3c.jigsaw.resources.ResourceFilter
ResourceIndexer(httpd). Constructor for class w3c.jigsaw.indexer.ResourceIndexer
Create a new resource indexer object.
ResourceStoreManager(httpd). Constructor for class w3c.jigsaw.resources.ResourceStoreManager
Create a new resource store for the given server.
restart(). Method in class w3c.jigsaw.http.httpd
Restart the server properly.
REVALIDATION_FAILED. Static variable in class w3c.www.http.HttpWarning
Warning status - Revalidation failed.
rlen. Variable in class w3c.www.http.BasicValue
The length of the byte value in case the above buffer is shared.
roff. Variable in class w3c.www.http.BasicValue
The offset of the value in the above buffer, in case the buffer is shared.
root. Variable in class w3c.jigsaw.http.httpd
This server root entity.
ROOT_NAME_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property giving the name of the root resource.
ROOT_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property giving the server root directory.
ROOT_STORE_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property giving the root store of the server.
RQ_HTTP10. Static variable in class w3c.www.protocol.http.HttpBasicServer
Request mode - HTTP/1.0 with no keep-alive support.
RQ_HTTP10_KA. Static variable in class w3c.www.protocol.http.HttpBasicServer
Request mode - HTTP/1.0 with keep-alive support.
RQ_HTTP11. Static variable in class w3c.www.protocol.http.HttpBasicServer
Request mode - Full HTTP/1.1 compliant mode.
RQ_HTTP11_TS. Static variable in class w3c.www.protocol.http.HttpBasicServer
Request mode - Full two stage HTTP/1.1 compliant mode.
RQ_UNKNOWN. Static variable in class w3c.www.protocol.http.HttpBasicServer
Request mode - Unknown target server.
rst(byte, int, int). Method in class w3c.mux.MPStream
run(). Method in class w3c.www.protocol.http.cache.ActiveStream
run(). Method in class w3c.www.protocol.http.cache.CacheSweeper
run(). Method in class w3c.jigsaw.http.Client
Starts this client.
run(). Method in class w3c.mux.EchoServerLauncher
run(). Method in class w3c.tools.timers.EventManager
run(). Method in class w3c.mux.http
run(). Method in class w3c.jigsaw.http.httpd
runConnection(). Method in class w3c.jigsaw.http.Client
Run for our newly attached connection.
runCvsProcess(String[]). Method in class w3c.cvs.CvsDirectory
Run a cvs command, return the process object.
runRequest(Request). Method in class w3c.www.protocol.http.HttpBasicServer
HTTP manager interface - Handle this request in sync mode.
runRequest(Request). Method in class w3c.www.protocol.http.HttpManager
Run the given request, in synchronous mode.
runRequest(Request). Method in class w3c.www.protocol.http.HttpServer
HTTP manager interface - Handle this request in sync mode.
runStoreSweeper(). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
runtime. Variable in class w3c.jigsaw.status.GcStat
runtime. Variable in class w3c.jigsaw.filters.ProcessFilter
A pointer to our runtime object.

S

SampleCommand(). Constructor for class w3c.jigsaw.ssi.SampleCommand
SampleLabel(String[], String[]). Constructor for class w3c.jigsaw.pics.SampleLabel
Create a new label from a set of options.
SampleLabelBureau(File). Constructor for class w3c.jigsaw.pics.SampleLabelBureau
Create a new LabelBureau.
SampleLabelService(SampleLabelBureau, String). Constructor for class w3c.jigsaw.pics.SampleLabelService
save(). Method in class w3c.jigsaw.auth.AuthRealm
Save our store.
save(). Method in class w3c.jigsaw.resources.DirectoryResource
Save the current state of the children resource stroe.
save(). Method in class w3c.tools.dbm.jdbm
Save thisdatabase to disk.
save(). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Save this store.
save(). Method in class w3c.jigsaw.auth.RealmsCatalog
Save the catalog back to disk.
save(). Method in class w3c.jigsaw.indexer.ResourceIndexer
Save your state.
save(). Method in interface w3c.jigsaw.resources.ResourceStore
Save this store.
save(). Method in class w3c.jigsaw.resources.SimpleResourceStore
Save all our modified resources back to our file.
saveProperties(Request). Method in class w3c.jigsaw.config.PropertyEditor
Save edited our properties.
saveResource(jdbmResource). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
saveResource(String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Stabilize the resource having the given identifier.
saveResource(String). Method in interface w3c.jigsaw.resources.ResourceStore
Stabilize the resource having the given identifier.
saveResource(String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Save a given resource.
security. Variable in class w3c.www.http.HttpSetCookie
Does this cookie requires special security care by client ?
SEE_OTHER. Static variable in interface w3c.www.http.HTTP
sendContinue(). Method in class w3c.jigsaw.http.Client
sendReply(Reply). Method in class w3c.jigsaw.http.Client
The public way of emitting replies.
server. Variable in class w3c.jigsaw.http.Client
server. Variable in class w3c.jigsaw.http.CommonLogger
server. Variable in class w3c.jigsaw.http.httpdStatistics
server. Variable in class w3c.jigsaw.config.PropertySet
server. Variable in class w3c.jigsaw.auth.RealmsCatalog
Our associated server.
server. Variable in class w3c.www.protocol.http.RequestEvent
The server instance that issued the event.
server. Variable in class w3c.jigsaw.indexer.ResourceIndexer
The server that's using us.
server. Variable in class w3c.jigsaw.resources.ResourceStoreManager
The server we are attached to.
SERVER_SOFTWARE_P. Static variable in class w3c.jigsaw.http.httpd
Name of the server software property.
ServerHandlerInitException(String). Constructor for class w3c.jigsaw.daemon.ServerHandlerInitException
servers. Variable in class w3c.www.protocol.http.HttpManager
The server this manager knows about, indexed by FQDN of target servers.
serverSpecific. Variable in class w3c.jigsaw.config.PropertySet
ServerStress(). Constructor for class w3c.jigsaw.tests.ServerStress
SERVICE_UNAVAILABLE. Static variable in interface w3c.www.http.HTTP
setAccept(HttpAccept[]). Method in class w3c.www.http.HttpRequestMessage
Set the list of accept clauses attached to this request.
setAcceptCharset(HttpAcceptCharset[]). Method in class w3c.www.http.HttpRequestMessage
Set the list of accepted charsets for this request.
setAcceptEncoding(String[]). Method in class w3c.www.http.HttpRequestMessage
Set the list of accepted encodings.
setAcceptLanguage(HttpAcceptCharset[]). Method in class w3c.www.http.HttpRequestMessage
Set the list of accepted languages for this request.
setAcceptParameter(String, String). Method in class w3c.www.http.HttpAccept
Set the value of an accept parameter.
setAcceptRanges(String[]). Method in class w3c.www.http.HttpReplyMessage
Set the list of units in which range requests are accepted.
setAge(int). Method in class w3c.www.http.HttpReplyMessage
Set the age of the attached entity.
setAgent(String). Method in class w3c.www.http.HttpWarning
Set the agent that is generating the warning.
setAllow(String[]). Method in class w3c.www.http.HttpEntityMessage
Set this message's entity allowed methods.
setAllowUserInteraction(boolean). Method in class w3c.www.protocol.http.HttpManager
Allow the manager to interact with the user if needed.
setAllowUserInteraction(boolean). Method in class w3c.www.protocol.http.Request
Decide wether we are allowed to interact wit hthe user.
setAuthorization(HttpCredential). Method in class w3c.www.http.HttpRequestMessage
Set the authorization associated with this request.
setAuthParameter(String, String). Method in class w3c.www.http.HttpChallenge
Set an auth parameter value.
setAuthParameter(String, String). Method in class w3c.www.http.HttpCredential
Set an authentication parameter.
setBaseGeneration(int). Method in class w3c.www.protocol.http.cache.CacheState
setBoolean(int, boolean). Method in class w3c.jigsaw.resources.AttributeHolder
setBytes(byte[], int, int). Method in class w3c.www.http.BasicValue
HeaderValue implementation - Reset the header byte value.
setBytes(byte[], int, int). Method in interface w3c.www.http.HeaderValue
Reset the header byte value to the given byte array.
setCacheControl(HttpCacheControl). Method in class w3c.www.http.HttpMessage
Header accessor - set the cache control associated with the message.
setChar(int, char). Method in class w3c.jigsaw.resources.AttributeHolder
setCharset(String). Method in class w3c.www.http.HttpAcceptCharset
Set the charset accepted by this clause.
setComment(String). Method in class w3c.www.http.HttpSetCookie
Set this SetCookie attached comment.
setConnection(String[]). Method in class w3c.www.http.HttpMessage
Header accessor - set the connection header value.
setContent(String). Method in class w3c.jigsaw.http.Reply
Set this reply content.
setContent(String). Method in class w3c.www.protocol.http.Reply
Set this reply content.
setContentBase(String). Method in class w3c.www.http.HttpEntityMessage
Set this message entity content base.
setContentEncoding(String[]). Method in class w3c.www.http.HttpEntityMessage
Set this message entity content encoding.
setContentLanguage(String[]). Method in class w3c.www.http.HttpEntityMessage
Set this message entity content language.
setContentLength(int). Method in class w3c.www.protocol.http.cache.CachedResource
Set the content length of that cached entry.
setContentLength(int). Method in class w3c.www.http.HttpEntityMessage
Set this message entity content-length.
setContentLocation(String). Method in class w3c.www.http.HttpEntityMessage
Set the entity's content location.
setContentMD5(String). Method in class w3c.www.http.HttpEntityMessage
Set the entity's content MD5 checksum.
setContentType(MimeType). Method in class w3c.www.protocol.http.cache.CachedResource
Set this cached entry content-type.
setContentType(MimeType). Method in class w3c.www.http.HttpEntityMessage
Set the entity MIME type.
setCookie(HttpCookieList). Method in class w3c.www.http.HttpMessage
Set the cookies attached to this message.
setDate(long). Method in class w3c.www.protocol.http.cache.CachedResource
Set the HTTP date of the reply used to create or update that entry.
setDate(long). Method in class w3c.www.http.HttpMessage
Header accessor - set the date of this message.
setDefaultMaxAge(). Method in class w3c.www.protocol.http.cache.CachedResource
Compute a reasonable default value for the max-age of this resource.
setDomain(String). Method in class w3c.www.http.HttpCookie
Set the domain in which this cookie applies.
setDomain(String). Method in class w3c.www.http.HttpSetCookie
Define the domain for this SetCookie.
setDoOutput(boolean). Method in class w3c.www.protocol.http.HttpURLConnection
setDouble(int, double). Method in class w3c.jigsaw.resources.AttributeHolder
setElementAt(int, Object). Method in class w3c.util.ArrayDictionary
Sets the element at the nth place in the array.
setETag(HttpEntityTag). Method in class w3c.www.http.HttpEntityMessage
Set this entity tag.
setETag(String). Method in class w3c.www.protocol.http.cache.CachedResource
Associate an entity tag with that cached enrty.
setExpires(long). Method in class w3c.www.http.HttpEntityMessage
Se the message's associated entity exxpires date.
setExtraHeaders(ArrayDictionary). Method in class w3c.www.protocol.http.cache.CachedResource
Set a new set of extra headers for that resource.
setFile(File). Method in class w3c.www.protocol.http.cache.CachedResource
Set the file to which that resource's content should be saved into.
setFilter(RequestFilter). Method in class w3c.www.protocol.http.HttpManager
Add a global filter.
setFilter(URL[], URL[], RequestFilter). Method in class w3c.www.protocol.http.HttpManager
Add a new request filter.
setFirstPosition(int). Method in class w3c.www.http.HttpContentRange
Set this range first position.
setFirstPosition(int). Method in class w3c.www.http.HttpRange
Set the first position of the range.
setFloat(int, float). Method in class w3c.jigsaw.resources.AttributeHolder
setFrom(String). Method in class w3c.www.http.HttpRequestMessage
Set the originator of this request.
setFullLength(int). Method in class w3c.www.http.HttpContentRange
Set this range entity full length.
setGeneration(int). Method in class w3c.www.protocol.http.cache.CachedResource
Set the generation number of that resource.
setGenerationsSize(int[]). Method in class w3c.www.protocol.http.cache.CacheState
setGlobalHeader(String, String). Method in class w3c.www.protocol.http.HttpManager
Global settings - Define a global request header.
setGlobalRequestProperty(String, String). Static method in class w3c.www.protocol.http.HttpURLConnection
setHeaderValue(HeaderDescription, HeaderValue). Method in class w3c.www.http.HttpMessage
Set a header value, keyed by it's header description.
setHeaderValue(int, HeaderValue). Method in class w3c.www.http.HttpMessage
Fast write accessor to headers.
setHeaderValue(String, HeaderValue). Method in class w3c.www.http.HttpMessage
Set a header value.
setHost(String). Method in class w3c.www.http.HttpRequestMessage
Set the host header value.
setIfMatch(HttpEntityTag[]). Method in class w3c.www.http.HttpRequestMessage
Set the conditional matching set of entity tags.
setIfModifiedSince(long). Method in class w3c.www.http.HttpRequestMessage
Set the if-modified-since conditional.
setIfModifiedSince(long). Method in class w3c.www.protocol.http.HttpURLConnection
setIfNoneMatch(HttpEntityTag[]). Method in class w3c.www.http.HttpRequestMessage
Set the conditional none matching entity tags.
setIfUnmodifiedSince(long). Method in class w3c.www.http.HttpRequestMessage
Set the if-unmodified-since conditional date.
setInitialAge(long). Method in class w3c.www.protocol.http.cache.CachedResource
Set this resource's initial age.
setInt(int, int). Method in class w3c.jigsaw.resources.AttributeHolder
setInternal(boolean). Method in class w3c.jigsaw.http.Request
setKeepAlive(String). Method in class w3c.jigsaw.http.Reply
setKeepConnection(boolean). Method in class w3c.jigsaw.http.Reply
setLanguage(String). Method in class w3c.www.http.HttpAcceptLanguage
Set the language accepted by this clause.
setLastModified(long). Method in class w3c.www.protocol.http.cache.CachedResource
Set the last modified time of that cached entry.
setLastModified(long). Method in class w3c.www.http.HttpEntityMessage
Set the message's entity header last-modified time.
setLastPosition(int). Method in class w3c.www.http.HttpContentRange
Set this range last position.
setLastPosition(int). Method in class w3c.www.http.HttpRange
Set the last position for this range.
setLocation(String). Method in class w3c.www.http.HttpReplyMessage
Set the location value of the reply.
setLong(int, long). Method in class w3c.jigsaw.resources.AttributeHolder
setMaxAge(int). Method in class w3c.www.http.HttpCacheControl
Set the max-age directive for this cache control.
setMaxAge(int). Method in class w3c.www.http.HttpMessage
Set the max-age value of the associated cache control.
setMaxAge(int). Method in class w3c.www.http.HttpSetCookie
Set the max age value for this cookie.
setMaxAge(long). Method in class w3c.www.protocol.http.cache.CachedResource
Set this cached entry max age.
setMaxConnections(int). Method in class w3c.www.protocol.http.HttpManager
Global settings - Set the max number of allowed connections.
setMaxForwards(int). Method in class w3c.www.http.HttpRequestMessage
Set the maximum allowed count of hops for that request.
setMaxStale(int). Method in class w3c.www.http.HttpCacheControl
Set the max-stale directive value.
setMaxStale(int). Method in class w3c.www.http.HttpRequestMessage
Set the max-stale directive value.
setMethod(String). Method in class w3c.www.http.HttpRequestMessage
Set this request's method.
setMimeType(MimeType). Method in class w3c.www.http.HttpAccept
Set the accepted MIME type.
setMinFresh(int). Method in class w3c.www.http.HttpCacheControl
Set the minfresh directive value.
setMinFresh(int). Method in class w3c.www.http.HttpRequestMessage
Set the min-fresh directive value of the cache control header.
setMustRevalidate(boolean). Method in class w3c.www.http.HttpCacheControl
Set the must-revalidate directive.
setMustRevalidate(boolean). Method in class w3c.www.http.HttpReplyMessage
Set the must-revalidate cache control directive.
setName(String). Method in class w3c.www.http.HttpCookie
Set this cookie's name.
setName(String). Method in class w3c.www.http.HttpSetCookie
Set this SetCookie name.
setNext(LRUAble). Method in interface w3c.util.LRUAble
setNext(LRUAble). Method in class w3c.util.LRUNode
setNextGeneration(). Method in class w3c.www.protocol.http.cache.CacheState
Get the next collector generation number, and update state.
setNoCache(). Method in class w3c.www.http.HttpCacheControl
Set the no-cache directive globally.
setNoCache(String[]). Method in class w3c.www.http.HttpCacheControl
Set the no cache directive to the given list of fields.
setNoCache(String[]). Method in class w3c.www.http.HttpMessage
Set the no-cache directive of the cache control header.
setNoStore(boolean). Method in class w3c.www.http.HttpCacheControl
Set the no-store flag.
setNoStore(boolean). Method in class w3c.www.http.HttpMessage
Set the no-store directive.
setNoTransform(boolean). Method in class w3c.www.http.HttpCacheControl
Set the no-transform directive.
setObserver(RequestObserver). Method in class w3c.www.protocol.http.Request
Set the observer for this request.
setOkLabel(String). Method in class w3c.jigsaw.forms.FormCardResource
Set the Ok button label.
setOnlyIfCached(boolean). Method in class w3c.www.http.HttpCacheControl
Set the only-if-cached directive.
setOnlyIfCached(boolean). Method in class w3c.www.http.HttpMessage
Set the only-if-cached directive.
setOutputStream(InputStream). Method in class w3c.www.protocol.http.Request
Set this request output stream.
setPath(String). Method in class w3c.www.http.HttpCookie
Set the path in which this cookie applies.
setPath(String). Method in class w3c.www.http.HttpSetCookie
Set the path to which this SetCookie applies.
setPersist(Resource). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
setPragma(String[]). Method in class w3c.www.http.HttpMessage
Header accessor - set the pragmas applicable to this message.
setPrev(LRUAble). Method in interface w3c.util.LRUAble
setPrev(LRUAble). Method in class w3c.util.LRUNode
setPrivate(String[]). Method in class w3c.www.http.HttpCacheControl
Set the private directive value.
setProtocol(HttpBag). Method in class w3c.www.http.HttpMessage
Set the protocol extensions applied to that message.
setProtocolInfo(HttpBag). Method in class w3c.www.http.HttpMessage
Attach protocol extensions informations to that message.
setProtocolQuery(HttpBag). Method in class w3c.www.http.HttpMessage
Set the protocol extensions queried by that message.
setProtocolRequest(HttpBag). Method in class w3c.www.http.HttpMessage
Set the protocol extensions required by this message.
setProxy(boolean). Method in class w3c.jigsaw.http.Reply
Mark this reply as being a proxy reply.
setProxy(boolean). Method in class w3c.jigsaw.http.Request
setProxy(URL). Method in class w3c.www.protocol.http.HttpManager
Global settings - Set an optional proxy to use.
setProxy(URL). Method in class w3c.www.http.HttpRequestMessage
Set the proxy to use for that request.
setProxyAuthenticate(HttpChallenge). Method in class w3c.www.http.HttpReplyMessage
Set thye proxy authentication challenge on this reply.
setProxyAuthorization(HttpCredential). Method in class w3c.www.http.HttpRequestMessage
Set the proxy authorization associated with that request.
setProxyConnection(String). Method in class w3c.jigsaw.http.Reply
setProxyConnection(String[]). Method in class w3c.www.http.HttpMessage
Header accessor - set the proxy connection header value.
setProxyRevalidate(boolean). Method in class w3c.www.http.HttpCacheControl
Set the proxy-revalidate directive.
setProxyRevalidate(boolean). Method in class w3c.www.http.HttpReplyMessage
Set the proxy-revalidate cache control directive.
setPublic(boolean). Method in class w3c.www.http.HttpCacheControl
Set the public directive.
setPublic(boolean). Method in class w3c.www.http.HttpReplyMessage
Set the public cache control directive.
setPublic(String[]). Method in class w3c.www.http.HttpReplyMessage
Set the list of allowed method on queried resource.
setQuality(double). Method in class w3c.www.http.HttpAcceptCharset
Set the quality under which this charset is accepted.
setQuality(double). Method in class w3c.www.http.HttpAcceptLanguage
Set the quality under which this language is accepted.
setRange(HttpRange[]). Method in class w3c.www.http.HttpRequestMessage
Set the ranges queried by this request.
setReason(String). Method in class w3c.www.http.HttpReplyMessage
Set the reason phrase of this reply.
setReferer(String). Method in class w3c.www.http.HttpRequestMessage
Set the referer of this request.
setReply(Reply). Method in class w3c.jigsaw.http.LookupResult
setReplyHeaders(Reply). Method in class w3c.www.protocol.http.cache.CachedResource
Dump all our knowledge about this cached resource into the reply.
setRequestProperty(String, String). Method in class w3c.www.protocol.http.HttpURLConnection
setRequestTimeout(int). Method in class w3c.www.protocol.http.HttpManager
Global settings - Set the request timeout.
setRequestValidation(Request). Method in class w3c.www.protocol.http.cache.CachedResource
Update an original request for a revalidation.
setRequestValidation(Request). Method in class w3c.www.protocol.http.cache.VaryResource
Update an original request for a revalidation.
setResetLabel(String). Method in class w3c.jigsaw.forms.FormCardResource
Set the reset button label.
setResourceHeaders(Request, Reply). Method in class w3c.www.protocol.http.cache.CachedResource
Cache all the headers that can be cached.
setResponseTime(long). Method in class w3c.www.protocol.http.cache.CachedResource
Set this cached entry response time.
setRevalidate(boolean). Method in class w3c.www.protocol.http.cache.CachedResource
Set the revalidation flag for that cached entry.
setScheme(String). Method in class w3c.www.http.HttpCredential
Set the authentication scheme.
setSecurity(boolean). Method in class w3c.www.http.HttpSetCookie
Mark/unmark this SetCookie as requiring special security when emited back by the client.
setServer(String). Method in class w3c.www.http.HttpReplyMessage
Set the description of the server.
setSetCookie(HttpSetCookieList). Method in class w3c.www.http.HttpMessage
Set the value of the Set-Cookie header.
setState(String, Object). Method in class w3c.www.http.HttpMessage
State management - Add a piece of state to this request.
setStatus(int). Method in class w3c.www.protocol.http.cache.CachedResource
Set the reply status for that entry.
setStatus(int). Method in class w3c.www.http.HttpReplyMessage
Set this reply status code.
setStatus(int). Method in class w3c.www.http.HttpWarning
Set this warning status code.
setStatus(Integer). Method in class w3c.jigsaw.http.Reply
setStream(HtmlGenerator). Method in class w3c.jigsaw.http.Reply
Sets the reply stream to the given HtmlGenerator stream.
setStream(InputStream). Method in class w3c.jigsaw.http.Reply
setStream(InputStream). Method in class w3c.www.protocol.http.Reply
Set this reply's input stream.
setStreamObserver(HttpStreamObserver). Method in class w3c.www.protocol.http.Reply
Set an stream observer on the repkly entity stream.
setString(int, String). Method in class w3c.jigsaw.resources.AttributeHolder
setString(String). Method in class w3c.www.http.BasicValue
Set this Header Value by parsing the given String.
setTag(String). Method in class w3c.www.http.HttpEntityTag
Set this tag value.
setTarget(HTTPResource). Method in class w3c.jigsaw.http.LookupResult
Set the current target of the lookup operation.
setTarget(String). Method in class w3c.www.http.HttpRequestMessage
setTargetResource(HTTPResource). Method in class w3c.jigsaw.http.Request
setTargetValue(int, Object). Method in class w3c.jigsaw.resources.ResourceFilter
Set a shadow attribute value.
setTargetValue(int, Object). Method in interface w3c.jigsaw.resources.ResourceShadower
Set a shadowed attribute value.
setTargetValue(String, Object). Method in class w3c.jigsaw.resources.ResourceFilter
Set a shadow attribute value.
setTargetValue(String, Object). Method in interface w3c.jigsaw.resources.ResourceShadower
Set a shadowed attribute value by name.
setTemplate(HTTPResource). Method in class w3c.jigsaw.indexer.Directory
setText(String). Method in class w3c.www.http.HttpWarning
Set the text warning message.
setTimeout(int, Object). Method in class w3c.jigsaw.http.Client
Sets this client next timer.
setTransferEncoding(String[]). Method in class w3c.www.http.HttpMessage
Header accessor - set the transfer encoding for this message.
setUnit(String). Method in class w3c.www.http.HttpContentRange
Set this content range's unit.
setUnit(String). Method in class w3c.www.http.HttpRange
Set the unit in which this range is taken.
setUpgrade(String[]). Method in class w3c.www.http.HttpMessage
Header accessor - set the upgrade header of this message.
setURL(URL). Method in class w3c.www.http.HttpRequestMessage
Set this request URI.
setURLPath(String). Method in class w3c.jigsaw.http.Request
setURLWindowName(String). Method in class w3c.jigsaw.forms.FormField
Set the target window name of the URL, if any.
setUserAgent(String). Method in class w3c.www.http.HttpRequestMessage
Set the user agent description header.
setValue(boolean). Method in class w3c.jigsaw.forms.BooleanField
Set the fields value, as a boolean.
setValue(boolean). Method in class w3c.jigsaw.forms.CheckBoxField
Set this field value.
setValue(Double, boolean, boolean). Method in class w3c.tools.forms.DoubleField
Set this field's value to the given Double value.
setValue(File, boolean, boolean). Method in class w3c.tools.forms.FileField
Set this field's value.
setValue(int). Method in class w3c.www.http.HttpInteger
setValue(int). Method in class w3c.jigsaw.forms.IntegerField
Set the field value, as an integer.
setValue(int, boolean, boolean). Method in class w3c.tools.forms.OptionField
Set this option's value.
setValue(int, Object). Method in class w3c.jigsaw.resources.AttributeHolder
Set an attribute value.
setValue(int, Object). Method in class w3c.www.protocol.http.cache.CachedResource
We overide setValue, to mark the resource as modified.
setValue(int, Object). Method in class w3c.jigsaw.resources.DirectoryResource
Keep our cached repository value in sync.
setValue(int, Object). Method in class w3c.jigsaw.resources.FileResource
Set some of this resource attribute.
setValue(int, Object). Method in class w3c.jigsaw.auth.GenericAuthFilter
Catch set value on the realm, to maintain cached values.
setValue(int, Object). Method in class w3c.jigsaw.resources.HTTPResource
Catch setValue, to maintain cached header values correctness.
setValue(int, Object). Method in class w3c.jigsaw.proxy.MirrorDirectory
Catch assignment to the mirror attribute, to update our cached URL.
setValue(int, Object). Method in class w3c.jigsaw.resources.PassDirectory
Catch side-effects on pass-target, to absolutize it.
setValue(int, Object). Method in class w3c.jigsaw.config.PropertySet
Set value forwards the effectation to the properties.
setValue(int, Object). Method in class w3c.jigsaw.resources.Resource
We overide setValue, to mark the resource as modified.
setValue(Integer). Method in class w3c.www.http.HttpInteger
setValue(Integer, boolean, boolean). Method in class w3c.tools.forms.IntegerField
Set our value.
setValue(Long). Method in class w3c.jigsaw.forms.DateField
Set the date value, without notifying the form handler.
setValue(long). Method in class w3c.jigsaw.forms.DateField
Set the date value, without notifying the form handler.
setValue(long). Method in class w3c.www.http.HttpDate
Set this date object value.
setValue(long). Method in class w3c.jigsaw.forms.LongField
Set the field value, as an long.
setValue(MimeType). Method in class w3c.jigsaw.forms.MimeTypeField
Set the fields value, as a MIME type.
setValue(Object, boolean). Method in class w3c.tools.forms.FormField
Set this field's value, notifying the manager.
setValue(Object, boolean, boolean). Method in class w3c.tools.forms.BooleanField
Set this field's boolean value.
setValue(Object, boolean, boolean). Method in class w3c.tools.forms.DoubleField
Set this field's value to thegiven object.
setValue(Object, boolean, boolean). Method in class w3c.tools.forms.FileField
Set this field's value using the native type.
setValue(Object, boolean, boolean). Method in class w3c.tools.forms.FormField
Set this field value.
setValue(Object, boolean, boolean). Method in class w3c.tools.forms.IntegerField
Set this field value.
setValue(Object, boolean, boolean). Method in class w3c.tools.forms.OptionField
Set this option's value.
setValue(Object, boolean, boolean). Method in class w3c.tools.forms.StringField
Set this field value.
setValue(String). Method in class w3c.jigsaw.forms.BooleanField
Set this field value to the given String value.
setValue(String). Method in class w3c.jigsaw.forms.CheckBoxField
Set this boolean field value to the given string value.
setValue(String). Method in class w3c.jigsaw.forms.ClassnameField
Set this field value to the given String value.
setValue(String). Method in class w3c.jigsaw.forms.DateField
Set this date field value to the given String value.
setValue(String). Method in class w3c.jigsaw.forms.DoubleField
Set this field's value, by parsing the provided String.
setValue(String). Method in class w3c.jigsaw.forms.FileField
Set this field value to the given String value.
setValue(String). Method in interface w3c.jigsaw.forms.FormFieldInterface
Set this field value.
setValue(String). Method in class w3c.www.http.HttpCookie
Set this cookie's value.
setValue(String). Method in class w3c.www.http.HttpSetCookie
Set this SetCookie cookie's value.
setValue(String). Method in class w3c.www.http.HttpString
setValue(String). Method in class w3c.jigsaw.forms.IntegerField
Set this integer field value to the given String value.
setValue(String). Method in class w3c.jigsaw.auth.IPTemplatesField
Set this field value to the given string format IP template address.
setValue(String). Method in class w3c.jigsaw.forms.LinkField
Set this field value.
setValue(String). Method in class w3c.jigsaw.forms.LongField
Set this long field value to the given String value.
setValue(String). Method in class w3c.jigsaw.forms.MimeTypeField
Set this field value to the given MIMEType value, provided as a String.
setValue(String). Method in class w3c.jigsaw.forms.RadioBoxField
Set this field's value to the given option.
setValue(String). Method in class w3c.jigsaw.forms.TextArrayField
Set this field's value to the given String.
setValue(String). Method in class w3c.jigsaw.forms.TextField
Set this field value to the given String value.
setValue(String, boolean, boolean). Method in class w3c.tools.forms.OptionField
Set this option's value.
setValue(String, boolean, boolean). Method in class w3c.tools.forms.StringField
setValue(String, Object). Method in class w3c.jigsaw.resources.AttributeHolder
Set an attribute value.
setValue(String, String). Method in class w3c.www.http.HttpMessage
Define a new header field.
setValue(String, String). Method in class w3c.www.mime.MimeHeaders
Set a header value.
setValue(String[]). Method in class w3c.www.http.HttpTokenList
setValue(String[]). Method in class w3c.jigsaw.forms.TextArrayField
Set this field's value.
setVary(String[]). Method in class w3c.www.http.HttpReplyMessage
Set the vary header value.
setVersion(int). Method in class w3c.www.http.HttpCookie
Set this cookie's version.
setVersion(int). Method in class w3c.www.http.HttpSetCookie
Set the SetCookie version number.
setVia(String[]). Method in class w3c.www.http.HttpMessage
Header accessor - set the Via header of this message.
setWarning(HttpWarning[]). Method in class w3c.www.http.HttpReplyMessage
Set the warning list attached to this reply.
setWeak(boolean). Method in class w3c.www.http.HttpEntityTag
Set this tag weakness.
setWWWAuthenticate(HttpChallenge). Method in class w3c.www.http.HttpReplyMessage
Attach a challenge to this reply.
shared. Variable in class w3c.www.protocol.http.cache.CacheFilter
Is this cached shared ?
SHARED_P. Static variable in class w3c.www.protocol.http.cache.CacheFilter
Name of the property indicating if this cache is shared.
shuffle(Client, Reply). Method in class w3c.jigsaw.http.Shuffler
Shuffle the given rteply body to the given client.
Shuffler(String). Constructor for class w3c.jigsaw.http.Shuffler
Create a new data shuffler.
SHUFFLER_P. Static variable in class w3c.jigsaw.http.Shuffler
The property giving the path of the shuffler server.
SHUFFLER_PATH_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property giving the shuffler path.
shutdown(). Method in class w3c.jigsaw.http.CommonLogger
Shutdown this logger.
shutdown(). Method in class w3c.jigsaw.http.httpd
Shutdown the server properly.
shutdown(). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Shutdown this store.
shutdown(). Method in class w3c.jigsaw.http.Logger
Shutdown this logger object.
shutdown(). Method in interface w3c.jigsaw.resources.ResourceStore
Shutdown this store.
shutdown(). Method in class w3c.jigsaw.resources.ResourceStoreManager
Shutdown this resource store manager.
shutdown(). Method in interface w3c.jigsaw.daemon.ServerHandler
Shutdown this server handler.
shutdown(). Method in class w3c.jigsaw.http.Shuffler
shutdown(). Method in class w3c.jigsaw.resources.SimpleResourceStore
Shutdown this store.
shutdown(boolean). Method in class w3c.jigsaw.http.ClientPool
Shutdown the client pool.
signal(). Method in class w3c.www.protocol.http.cache.CacheSweeper
SimGet(). Constructor for class w3c.jigsaw.tests.SimGet
SimpleCacheFilter(). Constructor for class w3c.jigsaw.filters.SimpleCacheFilter
SimpleResourceStore(). Constructor for class w3c.jigsaw.resources.SimpleResourceStore
size. Variable in class w3c.www.protocol.http.cache.CacheFilter
The current cache size.
size(). Method in class w3c.util.ArrayDictionary
Returns the number of elements in the dictionary
skip(long). Method in class w3c.www.http.ChunkedInputStream
skip(long). Method in class w3c.www.http.ContentLengthInputStream
skip(long). Method in class w3c.jigsaw.ssi.DelayedInputStream
skip(long). Method in class w3c.www.mime.MultipartInputStream
skipSpaces(). Method in class w3c.www.mime.MimeParser
skipSpaces(byte[], ParseState). Static method in class w3c.www.http.HttpParser
Skip leading LWS, not including CR LF.
skipToBoundary(). Method in class w3c.www.mime.MultipartInputStream
slowpickle. Variable in class w3c.jigsaw.resources.AttributeHolder
Turns on/off fast pickling.
SM_AGENT_ACCEPT_P. Static variable in class w3c.jigsaw.http.httpdSecurityManager
Name of the property indicating if agents are allowed to accept().
SM_AGENT_WRITE_P. Static variable in class w3c.jigsaw.http.httpdSecurityManager
Name of the property indicating if agents are allowed to write().
SM_DEBUG_P. Static variable in class w3c.jigsaw.http.httpdSecurityManager
Name of the property indicating if security maneger is debuged.
socket. Variable in class w3c.jigsaw.http.Client
Sorter(). Constructor for class w3c.tools.sorter.Sorter
sortStringArray(String[], boolean). Static method in class w3c.tools.sorter.Sorter
Sort the given String array in place.
sortStringEnumeration(Enumeration). Static method in class w3c.tools.sorter.Sorter
Sort the given String enumeration.
sortStringKeys(Hashtable). Static method in class w3c.tools.sorter.Sorter
Get the keys of this hashtable, sorted.
SPACE_P. Static variable in class w3c.jigsaw.http.httpd
Name of the property giving the server space directory.
sProxy. Variable in class w3c.www.http.HttpRequestMessage
SSIResource(). Constructor for class w3c.jigsaw.ssi.SSIResource
STALE. Static variable in class w3c.www.http.HttpWarning
Warning status - Response is stale.
start_time. Variable in class w3c.www.protocol.http.cache.cacheStatistics
The start time, as aa number of milliseconds since Java epoch.
start_time. Variable in class w3c.jigsaw.http.httpdStatistics
The date at which the server was started (ms since Java epoch).
startEmit(OutputStream, int). Method in class w3c.www.http.HttpMessage
This message is about to be emited.
startEmit(OutputStream, int). Method in class w3c.www.http.HttpReplyMessage
Emit the status line before emiting the actual reply headers.
startEmit(OutputStream, int). Method in class w3c.www.http.HttpRequestMessage
This message is about to be emited, emit the request-line first !
state. Variable in class w3c.www.http.HttpMessage
The state dictionary.
state. Variable in class w3c.www.protocol.http.HttpServer
state. Variable in class w3c.jigsaw.resources.ResourceStoreManager
STATE_AUTHTYPE. Static variable in class w3c.jigsaw.auth.AuthFilter
The authentication method used to authenticate above user.
STATE_AUTHUSER. Static variable in class w3c.jigsaw.auth.AuthFilter
The user as authentified from the request.
STATE_CACHABLE. Static variable in class w3c.www.protocol.http.cache.CacheFilter
STATE_COUNT. Static variable in class w3c.jigsaw.filters.CounterFilter
The name of the piece if state that receives the hit count value.
STATE_DEPTH. Static variable in class w3c.jigsaw.ssi.SSIResource
Message state - the current recursion depth
STATE_IF_MODIFIED_SINCE. Static variable in class w3c.jigsaw.ssi.BasicCommand
STATE_RESOURCE. Static variable in class w3c.www.protocol.http.cache.CacheFilter
STATE_TAG. Static variable in class w3c.jigsaw.filters.CacheFilter
STATE_TAG. Static variable in class w3c.jigsaw.filters.SimpleCacheFilter
STATE_VARIABLES. Static variable in class w3c.jigsaw.ssi.SSIResource
Message state - the current variables
Statistics(). Constructor for class w3c.jigsaw.status.Statistics
stats. Variable in class w3c.www.protocol.http.cache.CacheFilter
Our real time statistics.
status. Variable in class w3c.www.http.HttpReplyMessage
The status associated with this reply.
status. Variable in class w3c.www.http.HttpWarning
status(). Method in class w3c.cvs.CvsDirectory
Status each entry in this directory.
STATUS_A. Static variable in class w3c.cvs.CvsEntry
STATUS_C. Static variable in class w3c.cvs.CvsEntry
STATUS_M. Static variable in class w3c.cvs.CvsEntry
STATUS_OK. Static variable in class w3c.cvs.CvsEntry
STATUS_P. Static variable in class w3c.cvs.CvsEntry
STATUS_Q. Static variable in class w3c.cvs.CvsEntry
STATUS_R. Static variable in class w3c.cvs.CvsEntry
STATUS_U. Static variable in class w3c.cvs.CvsEntry
stopEventManager(). Method in class w3c.tools.timers.EventManager
store. Variable in class w3c.jigsaw.auth.AuthRealm
Our user store.
store. Variable in class w3c.jigsaw.auth.RealmsCatalog
Our realm's store.
store(byte[], byte[], int). Method in class w3c.tools.dbm.jdbm
Store the given association of key/value.
STORE_INSERT. Static variable in class w3c.tools.dbm.jdbm
Mode for store - Only insert this element if it is not already defined.
STORE_REPLACE. Static variable in class w3c.tools.dbm.jdbm
Mode for store - Replace any existing entry with the new provided one.
StringArrayAttribute(String, String[], int). Constructor for class w3c.jigsaw.resources.StringArrayAttribute
StringAttribute(String, String, int). Constructor for class w3c.jigsaw.resources.StringAttribute
Create a description for a generic String attribute.
StringField(FormManager, String, String). Constructor for class w3c.tools.forms.StringField
Create a new field for string edition, with no initial value.
StringField(FormManager, String, String, String). Constructor for class w3c.tools.forms.StringField
Create a new field for string edition.
stringify(Object). Method in class w3c.jigsaw.resources.Attribute
Stringify a value of this kind.
stringify(Object). Method in class w3c.jigsaw.resources.ClassAttribute
Make a String out of a ClassAttribute value.
stringify(Object). Method in class w3c.jigsaw.resources.IntegerArrayAttribute
Turn a IntegerArray attribute into a String.
stringify(Object). Method in class w3c.jigsaw.resources.StringArrayAttribute
Turn a StringArray attribute into a String.
strval. Variable in class w3c.jigsaw.forms.TextArrayField
subtype. Variable in class w3c.www.mime.MimeType
sweeper. Variable in class w3c.jigsaw.resources.ResourceStoreManager
Our sweeper thread:
SWITCHING. Static variable in interface w3c.www.http.HTTP
syn(byte, int, int). Method in class w3c.mux.MPStream
SyncLRUList(). Constructor for class w3c.util.SyncLRUList

T

t_bytes. Variable in class w3c.jigsaw.http.httpdStatistics
The total number of emited bytes.
t_hits. Variable in class w3c.jigsaw.http.httpdStatistics
The total number of hits.
t_req. Variable in class w3c.jigsaw.http.httpdStatistics
The total time spent in processing requests in ms.
tail. Variable in class w3c.util.LRUList
tail. Variable in class w3c.jigsaw.resources.ResourceStoreManager
The fake tail of our LRU list fro store entries.
target. Variable in class w3c.jigsaw.http.LookupResult
The current target of the lookup operation.
target_attributes. Variable in class w3c.jigsaw.formedit.GenericResourceEditor
The attributes defined by the class of our target.
target_attributes. Variable in class w3c.jigsaw.resources.ResourceFilter
Our target attribute description:
target_values. Variable in class w3c.jigsaw.resources.ResourceFilter
Our target shadowed values.
template. Variable in class w3c.www.protocol.http.HttpManager
The template request (the request we will clone to create new requests)
temporaryFile(String). Method in class w3c.cvs.CvsDirectory
Dump the given string into a temporary file.
terminateConnection(). Method in class w3c.jigsaw.http.Client
Terminate the connection that the client is currently handling.
text. Variable in class w3c.www.http.HttpWarning
TEXT_HTML. Static variable in class w3c.www.mime.MimeType
List of well known MIME types:
TEXT_PLAIN. Static variable in class w3c.www.mime.MimeType
TextArrayField(). Constructor for class w3c.jigsaw.forms.TextArrayField
TextArrayField(String, String, String). Constructor for class w3c.jigsaw.forms.TextArrayField
TextArrayField(String, String, String, String[]). Constructor for class w3c.jigsaw.forms.TextArrayField
TextField(). Constructor for class w3c.jigsaw.forms.TextField
TextField(String, String, String, String). Constructor for class w3c.jigsaw.forms.TextField
THE_SERVER. Static variable in class w3c.jigsaw.http.Request
The URL that means * for an OPTIONS method.
thread. Variable in class w3c.jigsaw.http.Client
ThreadStat(). Constructor for class w3c.jigsaw.status.ThreadStat
TimeFormatter(). Constructor for class w3c.util.TimeFormatter
timer. Variable in class w3c.jigsaw.http.httpd
title. Variable in class w3c.tools.forms.FormField
The field's title.
title. Variable in class w3c.tools.forms.FormManager
The form's title.
toExternalForm(). Method in class w3c.www.http.BasicValue
Return a String encoding this header value in an HTTP compatible way.
toExternalForm(). Method in interface w3c.www.http.HeaderValue
Return the HTTP encoding for this header value.
toHead(LRUAble). Method in class w3c.util.AsyncLRUList
Moves node to front of list.
toHead(LRUAble). Method in class w3c.util.LRUList
Moves node to front of list.
toHead(LRUAble). Method in class w3c.util.SyncLRUList
Moves node to front of list.
tooManyConnections(). Method in class w3c.www.protocol.http.HttpManager
toString(). Method in class w3c.util.ArrayDictionary
Creates a string representation of the dictionary
toString(). Method in class w3c.www.http.BasicValue
Print this header value as it would be emited.
toString(). Method in class w3c.jigsaw.http.Client
Print a client.
toString(). Method in class w3c.www.protocol.http.HttpBasicServer
Display this server into a String.
toString(). Method in class w3c.www.mime.MimeType
A printable representation of this MimeType.
toString(). Method in class w3c.jigsaw.resources.SimpleResourceStore
Print a simple resource store.
toTail(LRUAble). Method in class w3c.util.AsyncLRUList
Moves node to back of list.
toTail(LRUAble). Method in class w3c.util.LRUList
Moves node to back of list.
toTail(LRUAble). Method in class w3c.util.SyncLRUList
Moves node to back of list.
trace. Variable in class w3c.jigsaw.http.CommonLogger
trace(Client, String). Method in class w3c.jigsaw.http.CommonLogger
Log a client trace.
trace(Client, String). Method in class w3c.jigsaw.http.httpd
Emit a server trace.
trace(Client, String). Method in class w3c.jigsaw.http.Logger
Log a client trace.
trace(Request, String). Method in class w3c.www.protocol.http.cache.CacheFilter
trace(String). Method in class w3c.jigsaw.http.Client
Make this client emit a trace.
trace(String). Method in class w3c.jigsaw.http.CommonLogger
Log a server trace.
trace(String). Method in class w3c.jigsaw.http.httpd
Emit a server trace, on behalf of the server itself.
trace(String). Method in class w3c.jigsaw.http.httpdSecurityManager
trace(String). Method in class w3c.tools.dbm.jdbm
trace(String). Method in class w3c.jigsaw.http.Logger
Log a server trace.
trace(String). Method in interface w3c.jigsaw.daemon.ServerClient
Emit debugging trace on behalf of this client.
trace(String). Method in interface w3c.jigsaw.daemon.ServerHandler
Emit a debugging trace on behalf of this server.
TRACE_P. Static variable in class w3c.jigsaw.http.httpd
Name of the server's trace property.
TRACELOGNAME_P. Static variable in class w3c.jigsaw.http.CommonLogger
Name of the property indicating the server trace file.
tracemsg(String). Method in class w3c.jigsaw.http.CommonLogger
TRANSFORMATION_APPLIED. Static variable in class w3c.www.http.HttpWarning
Warning status - Transformation applied.
tryActiveCacheContent(InputStream). Method in class w3c.www.protocol.http.cache.CachedResource
Try using an active stream to cache the content.
tryKeepConnection(). Method in class w3c.jigsaw.http.Reply
tryKeepConnection(Request, Reply). Method in class w3c.jigsaw.http.Client
Should we keep alive for the given coupl of request and reply.
type. Variable in class w3c.jigsaw.resources.Attribute
The attribute's value type, as the name of its class.
type. Variable in class w3c.www.http.HttpAccept
The accepted MIME type.
type. Variable in class w3c.www.mime.MimeType
tz. Variable in class w3c.www.http.HttpDate

U

u_max. Variable in class w3c.jigsaw.http.httpdStatistics
The URL that has been processed the slowest.
u_min. Variable in class w3c.jigsaw.http.httpdStatistics
The URL that has been processed the fastest.
UNAUTHORISED. Static variable in interface w3c.www.http.HTTP
UNAUTHORIZED. Static variable in interface w3c.www.http.HTTP
unbind(). Method in class w3c.jigsaw.http.Client
unescape(String). Static method in class w3c.jigsaw.http.LookupState
Unescape a HTTP escaped string
unescape(String). Static method in class w3c.jigsaw.http.Request
Unescape a HTTP escaped string
unholdResourceStore(ResourceStoreHolder, File). Method in class w3c.jigsaw.resources.ResourceStoreManager
Unhold the given store.
unit. Variable in class w3c.www.http.HttpRange
The range's unit.
UnknownResourceException(String). Constructor for class w3c.jigsaw.resources.UnknownResourceException
unlink(Request). Method in class w3c.jigsaw.resources.HTTPResource
The default UNLINK method replies with a not implemented.
unloadBucket(). Method in class w3c.tools.dbm.jdbm
Select a bucket to be removed from the cache, unload it.
unloadResource(). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Unload one selected resource from the store.
unlock(ResourceLocker). Method in class w3c.jigsaw.resources.Resource
Unlock the given resource.
unlockResource(ResourceLocker, String). Method in class w3c.www.protocol.http.cache.jdbmResourceStore
Unlock the given resource in the cache.
unlockResource(ResourceLocker, String). Method in interface w3c.jigsaw.resources.ResourceStore
Unlock the given resource in the cache.
unlockResource(ResourceLocker, String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Unlock this resource from memory.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.Attribute
Unpickle an attribute of this type from the given stream.
unpickle(DataInputStream). Static method in class w3c.jigsaw.resources.AttributeHolder
Unpickle an attribute holder from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.AttributeHolderAttribute
Unpickle an attribute holder from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.BooleanAttribute
Unpickle an boolean from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.ClassAttribute
Unpickle an integer from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.DoubleAttribute
Unpickle an integer from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.FileAttribute
Unpickle an File from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.IntegerArrayAttribute
Unpickle an integer array from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.IntegerAttribute
Unpickle an integer from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.auth.IPTemplatesAttribute
Unpickle an array of IP templates from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.LongAttribute
Unpickle an long from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.MimeTypeAttribute
Unpickle a MIME type from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.ObjectAttribute
The ObjectAttribute values can't be unpickled.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.PropertiesAttribute
Unpickle an string from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.StringArrayAttribute
Unpickle an String array from the given input stream.
unpickle(DataInputStream). Method in class w3c.jigsaw.resources.StringAttribute
Unpickle an string from the given input stream.
unpickle(DataInputStream, Hashtable). Static method in class w3c.jigsaw.resources.AttributeHolder
Unpickle an attribute holder from the given input stream.
unpickleInstance(DataInputStream, Hashtable). Method in class w3c.jigsaw.resources.AttributeHolder
Finish the instance part of the unpickling job.
unpickleInstance(DataInputStream, Hashtable). Method in class w3c.jigsaw.resources.FilteredResource
Unpickle a filtered resource.
unpickleInstance(DataInputStream, Hashtable). Method in class w3c.jigsaw.resources.ResourceFilter
Unpickle a resource filter.
unquote(byte[], ParseState). Static method in class w3c.www.http.HttpParser
unread(int). Method in class w3c.www.mime.MimeParser
unregisterConnection(HttpConnection). Method in class w3c.www.protocol.http.HttpBasicServer
Unregister a connection from the idle list.
unregisterConnection(HttpConnection). Method in class w3c.www.protocol.http.HttpServer
unregisterDirectory(String). Method in class w3c.jigsaw.indexer.ResourceIndexer
Unregister the given directory from our stor.
unregisterExtension(String). Method in class w3c.jigsaw.indexer.ResourceIndexer
Unregister knowledge about a given extension.
unregisterFilter(ResourceFilter). Method in class w3c.jigsaw.resources.FilteredResource
Unregister a filter to this target.
unregisterObserver(PropertyMonitoring). Method in class w3c.util.ObservableProperties
Unsubscribe this object from the observers list.
unregisterRealm(String). Method in class w3c.jigsaw.auth.RealmsCatalog
Unregister the given realm from the catalog.
unregisterResource(String). Method in class w3c.jigsaw.resources.DirectoryResource
Unregister the resource.
unregisterSession(Session). Method in class w3c.mux.MPStream
Unregister the given session.
unregisterUser(String). Method in class w3c.jigsaw.auth.AuthRealm
Unregister a user from the realm.
unsetNoCache(). Method in class w3c.www.http.HttpCacheControl
Unset the no-cache directive.
unsetPrivate(). Method in class w3c.www.http.HttpCacheControl
Unset the private directive.
UNSUPPORTED_MEDIA_TYPE. Static variable in interface w3c.www.http.HTTP
update(CvsEntry[]). Method in class w3c.cvs.CvsDirectory
Update the given set of files.
updateAges(Request, Reply). Method in class w3c.www.protocol.http.cache.CachedResource
Update this entry's age according to the given HTTP transaction.
updateAttributes(). Method in class w3c.jigsaw.resources.FileResource
Update our computed attributes.
updateAttributes(). Method in class w3c.jigsaw.resources.Resource
The web admin wants us to update any out of date attribute.
updateByteValue(). Method in class w3c.www.http.BasicValue
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpAccept
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpAcceptCharset
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpAcceptCharsetList
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpAcceptLanguage
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpAcceptLanguageList
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpAcceptList
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpBag
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpCacheControl
Recompute the byte value for this header.
updateByteValue(). Method in class w3c.www.http.HttpChallenge
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpContentRange
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpCookieList
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpCredential
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpDate
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpEntityTag
Update the byte value to reflect any changes in the parsed value.
updateByteValue(). Method in class w3c.www.http.HttpEntityTagList
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpInteger
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpMimeType
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpRange
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpRangeList
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpSetCookieList
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpString
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpTokenList
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpWarning
Update the RFC822 compatible header value for this object.
updateByteValue(). Method in class w3c.www.http.HttpWarningList
Update the RFC822 compatible header value for this object.
updateCachedHeaders(). Method in class w3c.jigsaw.resources.FileResource
Uupdate the cached headers for this resource.
updateCachedHeaders(). Method in class w3c.jigsaw.resources.HTTPResource
Update the cached headers value.
updateCacheSpaceCounter(int). Method in class w3c.www.protocol.http.cache.CacheFilter
updateCacheSpaceCounter(int). Method in class w3c.www.protocol.http.cache.CacheState
Update cache space counter.
updateField(String, String). Method in class w3c.jigsaw.forms.FormCardResource
Update the field whose name is given, with the provided value.
updateFileAttributes(). Method in class w3c.jigsaw.resources.FileResource
Update the file related attributes.
updateFileAttributes(). Method in class w3c.jigsaw.map.MapResource
This method parses the map file whenever it changes.
updateFileAttributes(). Method in class w3c.jigsaw.ssi.SSIResource
Updates the attributes and instance variables that depend on the file.
updateFormCard(FormCardResource). Method in class w3c.jigsaw.forms.FormCardHandler
Perform any update needed by the form.
updateGeneration(CachedResource, int, int). Method in class w3c.www.protocol.http.cache.CacheSweeper
Move the given resource from one generation to another.
updateGenerationSize(int, int). Method in class w3c.www.protocol.http.cache.CacheState
Update generations size
updateNegotiableResource(String). Method in class w3c.jigsaw.resources.DirectoryResource
updateProxy(). Method in class w3c.www.protocol.http.HttpManager
Update the proxy configuration to match current properties setting.
updateServerInfo(Reply). Method in class w3c.www.protocol.http.HttpBasicServer
A full round-trip has been run with the target server, update infos.
updateStatistics(Client, Request, Reply, int, long). Method in class w3c.jigsaw.http.httpdStatistics
Update the current statistics with the given request.
updateVariant(Request, Reply). Method in class w3c.www.protocol.http.cache.VaryResource
url. Variable in class w3c.www.http.HttpRequestMessage
The target resource, identified by its URL.
URLDecoder(InputStream). Constructor for class w3c.jigsaw.forms.URLDecoder
Create an URLDecoder for the given stream.
URLDecoder(InputStream, boolean). Constructor for class w3c.jigsaw.forms.URLDecoder
Create an URLDecoder for the given stream.
usage(). Static method in class w3c.jigsaw.http.httpd
usage(). Static method in class w3c.jigsaw.tests.ServerStress
usage(). Static method in class w3c.jigsaw.tests.SimGet
USE_PROXY. Static variable in interface w3c.www.http.HTTP
USE_SM_P. Static variable in class w3c.jigsaw.http.httpd
Name of property that indicates if some security manager is required.
USER_AGENT_P. Static variable in class w3c.www.protocol.http.HttpManager
Header properties - Set the user agent.

V

validate(). Method in class w3c.www.http.BasicValue
Validate the parsed value according to the last set raw value.
validate(). Method in interface w3c.tools.forms.FormHandlerInterface
The whole form has been validated.
validate(Request, Reply). Method in class w3c.www.protocol.http.cache.CachedResource
Given an HTTP transaction, validate that cached entry.
validate(Request, Reply). Method in class w3c.www.protocol.http.cache.VaryResource
Given an HTTP transaction, validate that cached entry.
value. Variable in class w3c.www.http.HttpCookie
This cookie's value.
value. Variable in class w3c.www.http.HttpSetCookie
values. Variable in class w3c.util.ArrayDictionary
The array of corresponding values
values. Variable in class w3c.jigsaw.resources.AttributeHolder
Attribute values.
values. Variable in class w3c.www.http.HttpMessage
variants. Variable in class w3c.www.protocol.http.cache.VaryResource
The loaded list of cached variants.
VARY. Static variable in class w3c.jigsaw.resources.NegotiatedResource
The Vary header field for this resource is always the same.
VaryResource(). Constructor for class w3c.www.protocol.http.cache.VaryResource
vcards. Variable in class w3c.jigsaw.forms.FormResource
version. Variable in class w3c.www.http.HttpCookie
Set this cookie's version.
version. Static variable in class w3c.jigsaw.http.httpd
The current version of Jigsaw.
version. Variable in class w3c.www.http.HttpSetCookie
This cookie's version.
vfields. Variable in class w3c.tools.forms.FormManager
Our list of field, at description time.
VirtualHostResource(). Constructor for class w3c.jigsaw.resources.VirtualHostResource

W

waitForConnection(HttpServer). Method in class w3c.www.protocol.http.HttpManager
waitSignal(). Method in class w3c.www.protocol.http.cache.CacheSweeper
warning(Exception, String). Method in class w3c.jigsaw.http.httpd
Emit a warning.
warning(String). Method in class w3c.jigsaw.http.httpd
Emit a warning.
warning(String). Method in class w3c.jigsaw.resources.SimpleResourceStore
Emit the given string as a warning, to whoever it is appropriate.
write(byte[], int, int). Method in class w3c.mux.SessionOutputStream
Write an array of bytes.
write(int). Method in class w3c.mux.SessionOutputStream
Write one byte of output.
write(jdbmBucket, byte[], byte[]). Method in class w3c.tools.dbm.jdbm
Allocate and write the provided key/value.