vqServer API Index of fields and methods

Contents
Package index

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

K

key. Variable in class vq.utils.klentry
A string which identifies the entry.
kill(). Method in class vq.server.Acl
Kills the ACL.
kill(). Method in class vq.server.Server
Kills the server.
kill(). Method in class vq.server.CacheEntry
Don't call this method.
kill(). Method in class vq.server.HttpServer
Kills the server.
kill(). Method in class vq.server.User
Kills the user (metaphorically).
kill(). Method in class vq.server.Alias
Kills the alias.
kill(). Method in class vq.server.ServletDir
kill(). Method in class vq.server.Library
Kills the Library object.
kill(). Method in class vq.utils.klentry
Kills the entry.
kill(). Method in class vq.utils.kventry
Kills the entry.
kill(). Method in class vq.utils.kllist
Calls the kill() method of each entry in the list and removes all entries from the list.
kill(). Method in class vq.utils.koentry
Kills the entry.
kill(). Method in class vq.utils.kvvnode
Kills the node.
killSessions(). Static method in class vq.server.console
Destroys all current sessions.
klentry class vq.utils.klentry.
An entry in a kllist.
klentry(). Constructor for class vq.utils.klentry
Creates an unattached entry whose key is "".
klentry(String). Constructor for class vq.utils.klentry
Creates an unattached entry with the specified key.
klentry(String, vqis). Constructor for class vq.utils.klentry
Creates an unattached entry with the specified key and reads and discards any data in the specified input stream up to and including the end of the current field or block.
kllist class vq.utils.kllist.
Linked list.
kllist(). Constructor for class vq.utils.kllist
Creates an empty list.
kllist(vqis). Constructor for class vq.utils.kllist
Creates a new list and fills it with entries read from the specified input stream.
koentry class vq.utils.koentry.
A list entry which represents a key:object pair.
koentry(String, Object). Constructor for class vq.utils.koentry
Creates a new entry with the specified key and object.
kolist class vq.utils.kolist.
Linked list whose entries are (descendants of) koentry.
kolist(). Constructor for class vq.utils.kolist
kventry class vq.utils.kventry.
A list entry which represents a key:value pair.
kventry(). Constructor for class vq.utils.kventry
Creates a new entry whose key and value are both "".
kventry(String, String). Constructor for class vq.utils.kventry
Creates a new entry with the specified key and value.
kventry(String, vqis). Constructor for class vq.utils.kventry
Creates an unattached entry with the specified key and reads its value from the specified input stream.
kventry(vqis). Constructor for class vq.utils.kventry
Creates an unattached entry and reads its key and value from the specified input stream.
kvlist class vq.utils.kvlist.
Linked list whose entries are (descendants of) kventry.
kvlist(). Constructor for class vq.utils.kvlist
Creates an empty list.
kvlist(vqis). Constructor for class vq.utils.kvlist
Creates a new list and fills it with entries read from the specified input stream.
kvvnode class vq.utils.kvvnode.
A list entry which represents a list of values associated with a single key.
kvvnode(). Constructor for class vq.utils.kvvnode
Creates an unattached empty list entry.
kvvnode(String). Constructor for class vq.utils.kvvnode
Creates an unattached list entry with the specified key.
kvvnode(String, vqis). Constructor for class vq.utils.kvvnode

vqServer API version 1.9. vqServer and the vqServer API are copyright © Steve Shering and vqSoft 1997-99. Last updated 15 May 2000.

Contents
Package index