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

R

read(). Method in class vq.utils.vqis
Reads the next byte from the underlying stream.
read(vqis). Method in class vq.server.Libraries
Reads Librarie(s) from the specified input stream and adds them to the list.
read(vqis). Method in class vq.server.Servers
Reads a list of server specifications from the specified file and adds them to the list.
read(vqis). Method in class vq.server.Parameters
Reads Parameter(s) from the specified input stream and adds them to the list.
read(vqis). Method in class vq.server.Acls
Reads Parameter(s) from the specified input stream and adds them to the list.
read(vqis). Method in class vq.server.Users
Reads User specifications from the specified input stream and adds them to the list.
read(vqis). Method in class vq.utils.kllist
Reads entries from the specified input stream and appends them to the list.
readbool(). Method in class vq.utils.vqis
Reads a boolean field value written in vqServer .cfg file format.
readCfg(). Static method in class vq.server.console
Reads the vqServer configuration file vq/server/cfg/server.cfg.
readchar(). Method in class vq.utils.vqis
Reads the next byte from the underlying stream and returns it as a char.
readdate(). Method in class vq.utils.vqis
Reads a date field value written in vqServer .cfg file format.
readln(). Method in class vq.utils.vqis
Reads up to and including the next line break from the underlying stream.
readlong(). Method in class vq.utils.vqis
Reads a long field value written in vqServer .cfg file format.
readname(). Method in class vq.utils.vqis
Reads a field name written in vqServer .cfg file format.
readto(char). Method in class vq.utils.vqss
Reads and discards characters up to and including the specified character from the source string.
readtrimln(). Method in class vq.utils.vqis
Reads up to and including the next line break from the underlying stream.
readvalue(). Method in class vq.utils.vqss
Reads and returns a vqServer .cfg file format field value from the source string.
readvalue(). Method in class vq.utils.vqis
Reads a field value written in vqServer .cfg file format.
readword(String). Method in class vq.utils.vqis
Reads up to and including the next word break from the underlying stream.
REDIRECT. Static variable in class vq.server.Alias
In an alias's action field, this constant specifies that matching requests will result in a redirection response.
refersTo(). Method in class vq.server.AclEntry
Returns the ACL or user to which the ACL entry refers.
remove(klentry). Method in class vq.server.Sessions
remove(klentry). Method in class vq.server.Cache
Used internally for cache maintenance.
remove(klentry). Method in class vq.utils.kllist
Removes the specified entry from the list.
remove(Server). Method in class vq.server.Servers
Removes the specified server from the list.
removeAttribute(String). Method in class vq.server.HttpServer
Removes the specified attribute from the servlet context.
resetLogs(). Static method in class vq.server.console
Resets the log files.
resetLogs(String). Method in class vq.server.Server
Resets the server's logs.
resetLogs(String). Method in class vq.server.Servers
Resets the logs of each server in the list.
resetLogs(String). Method in class vq.server.HttpServer
Resets the server's logs.
rimage(String, int, int, int). Static method in class vq.utils.html
Returns an img tag with the specified parameters.
rimage(String, int, int, int, String). Static method in class vq.utils.html
Returns an img tag with the specified parameters.
rimage(String, String). Static method in class vq.utils.html
Returns an img tag with the specified parameters.
rlink(String, String). Static method in class vq.utils.html
Returns a hyperlink tag pair with the specified parameters.
rquote(String). Static method in class vq.utils.html
Returns the specified string enclosed in quotation marks.
run(). Method in class vq.server.HttpServer
The server thread's run method.
run(). Method in class vq.server.console
The timer thread's run method.
RUNCGI. Static variable in class vq.server.Alias
In an alias's action field, this constant specifies that matching requests will invoke a CGI script.
RUNSERVLET. Static variable in class vq.server.Alias
In an alias's action field, this constant specifies that matching requests will invoke a servlet.

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