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

S

save(). Static method in class vq.server.console
Saves the vqServer configuration file.
save(String). Method in class vq.utils.kllist
Writes the list to the specified file in vqServer .cfg file format.
save(vqos). Method in class vq.server.Libraries
Writes the list to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.server.Sessions
Saves the list in vqServer .cfg file format.
save(vqos). Method in class vq.server.Acl
Writes the ACL to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.server.Servers
Writes the list to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.server.HttpServer
Writes the server's configuration to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.server.User
Writes the user to the specified output stream in vqServer .cfg file format.
save(vqos). Method in class vq.server.Acls
Writes the list to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.server.Users
Writes the list to the specified output stream in vqServer .cfg file format.
save(vqos). Method in class vq.server.Alias
Writes the alias to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.server.Filetype
Saves the filetype to the output stream specified.
save(vqos). Method in class vq.server.Filetypes
Writes the list to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.server.Library
Writes information about the Java library to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.server.AclEntry
Writes the ACL entry to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.utils.klentry
Writes the entry to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.utils.kventry
Writes the entry to the specified output stream in vqServer .cfg format.
save(vqos). Method in class vq.utils.kllist
Writes the list to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.utils.kvlist
Writes the list to the output stream specified in vqServer .cfg file format.
save(vqos). Method in class vq.utils.kvvnode
SERVEFILE. Static variable in class vq.server.Alias
In an alias's action field, this constant specifies that matching requests will result in a file being served.
Server class vq.server.Server.
Represents a generic server.
Servers class vq.server.Servers.
Represents a list of servers.
Servers(). Constructor for class vq.server.Servers
Creates an empty list.
service(ServletRequest, ServletResponse). Method in class vq.server.ServletInstance
Invokes the servlet's service() method.
ServletDir class vq.server.ServletDir.
Represents a servlet directory.
ServletDir(String). Constructor for class vq.server.ServletDir
Creates a servlet class object for the specified servlet specification.
ServletInstance class vq.server.ServletInstance.
Represents an instance of a servlet class.
Servlets class vq.server.Servlets.
Represents the initialised servlet instances known to vqServer.
Servlets(). Constructor for class vq.server.Servlets
Creates an empty list.
Sessions class vq.server.Sessions.
Provides access to sessions.
setAccessLogging(boolean). Method in class vq.server.HttpServer
Enables or disables access logging.
setAction(int). Method in class vq.server.Alias
Sets the action associated with the alias.
setAddress(String). Method in class vq.server.User
Sets the user's postal address.
setAttribute(String, Object). Method in class vq.server.HttpServer
Binds the specified object to the specified name.
setAutosaveInterval(long). Static method in class vq.server.console
Sets the autosave interval.
setCacheTimeout(int). Static method in class vq.server.console
Sets the cache timeout setting, in seconds.
setChanged(). Static method in class vq.server.console
Sets the changed flag.
setCheckHostNameAtStartup(boolean). Static method in class vq.server.console
If this is set to true, vqServer attempts to read the server computer's host name and IP address from the operating system during console.init().
setDefaultFile(String). Method in class vq.server.Alias
Sets the default file to the file name specified.
setDesc(String). Method in class vq.server.Library
Sets the description of the Java library.
setDirListAllowed(boolean). Method in class vq.server.Alias
Enables or disables directory listings for the alias.
setEmail(String). Method in class vq.server.User
Sets the user's email address.
setErrorLogging(boolean). Method in class vq.server.HttpServer
Enables or disables error logging.
setExt(String). Method in class vq.server.Filetype
Sets the file extension.
setFilter(String). Method in class vq.server.Alias
Sets the (list of) filter servlet specification(s) associated with the alias.
setFilter(String). Method in class vq.server.Filetype
Sets the (list of) filter servlet specification(s) associated with the file type.
setHitLogging(boolean). Method in class vq.server.HttpServer
Enables or disables hit logging.
setHostName(String). Static method in class vq.server.console
Sets the server computer's host name that vqServer will use.
setHttpTimeout(long). Method in class vq.server.HttpServer
Sets the server's HTTP transaction timeout setting.
setIcon(String). Method in class vq.server.Filetype
Sets the alias of the icon associated with the file type.
setID(String). Method in class vq.server.User
Sets the user's ID.
setInterpreter(String). Method in class vq.server.Filetype
Sets the CGI Script interpreter associated with the file type.
setIPAddr(String). Static method in class vq.server.console
Sets the server computer's IP address that vqServer will use.
setKeepAliveTimeout(long). Method in class vq.server.HttpServer
Sets the server's keep-alive timeout setting.
setLocation(String). Method in class vq.server.Library
Sets the location of the Java library.
setLogBackground(boolean). Static method in class vq.server.console
Sets the background logging setting.
setMaxCacheSize(int). Static method in class vq.server.console
Sets the maximum size (in kB) of vqServer's file cache.
setMaxFileSize(int). Static method in class vq.server.console
Sets the maximum size (in kB) of file that vqServer will cache.
setMaxServlets(int). Static method in class vq.server.console
Sets the maximum number of servlets that vqServer will keep initialised.
setMaxSessionsCached(int). Static method in class vq.server.console
Sets the maximum number of sessions that vqServer will keep in memory.
setMaxThreads(int). Method in class vq.server.HttpServer
Sets the server's maximum threads setting.
setMimeType(String). Method in class vq.server.Filetype
Sets the MIME type.
setMinThreads(int). Method in class vq.server.HttpServer
Sets the server's minimum threads setting.
setName(String). Method in class vq.server.Acl
Sets the name of the access control list.
setName(String). Method in class vq.server.Server
Sets the server's name.
setName(String). Method in class vq.server.User
Sets the user's name.
setName(String). Method in class vq.server.Alias
Sets the name of the alias to the value specified.
setNeverDestroy(boolean). Method in class vq.server.Alias
Sets the never destroy setting for the alias.
setNote(String). Method in class vq.server.User
Sets the user's note field.
setPath(String). Method in class vq.server.Alias
Sets the real name or path of the alias to the value specified.
setPort(int). Method in class vq.server.Server
Sets the TCP/IP port on which the server listens for incoming requests.
setPort(int). Method in class vq.server.HttpServer
Sets the TCP/IP port on which the server listens for incoming requests.
setPreload(boolean). Method in class vq.server.Alias
Sets the preload setting for the alias.
setPwd(String). Method in class vq.server.User
Sets the user's password.
setReadAcl(Acl). Method in class vq.server.Alias
Sets the read ACL of the alias.
setRefererLogging(boolean). Method in class vq.server.HttpServer
Enables or disables referer logging.
setRegKey(String). Static method in class vq.server.console
Sets the current registration key.
setSavedStatus(boolean). Method in class vq.server.Server
Sets the server's status as it will be saved to the configuration file.
setSaveSessions(boolean). Static method in class vq.server.console
Enables or disables saving of sessions when vqServer is shut down.
setSelfReg(boolean). Method in class vq.server.Acl
Enables or disables self-registration for the access control list.
setServletLogging(boolean). Method in class vq.server.HttpServer
Enables or disables servlet logging.
setSessionsEnabled(boolean). Static method in class vq.server.console
Enables or disables session tracking.
setSessionTimeout(long). Static method in class vq.server.console
Sets the session timeout, in minutes.
setUseCustom(boolean). Method in class vq.server.Acl
Enables or disables use of a custom login page for the access control list.
setValue(String, String). Method in class vq.utils.kvlist
Sets the first value associated with the specified key in the list or creates a new entry with the specified key and value if no matching entry is found.
setWriteAcl(Acl). Method in class vq.server.Alias
Sets the write ACL of the alias.
shutdown(). Method in class vq.server.Servers
Shuts down each server in the list.
shutdown(). Static method in class vq.server.console
Shuts down vqServer.
source. Variable in class vq.utils.tag
The original version of the tag as might be read from a source file by an HTML parser.
start(). Method in class vq.server.Server
Starts the server.
start(). Method in class vq.server.HttpServer
Starts the server.
startGui(). Static method in class vq.server.console
Opens the vqServer GUI window.
startTimer(). Static method in class vq.server.console
Starts the timer thread.
startup(boolean, boolean). Static method in class vq.server.console
Starts vqServer with the specified parameters.
startup(boolean, boolean, int, int). Static method in class vq.server.console
Starts vqServer with the specified parameters.
stop class vq.server.stop.
The vqServer shutdown utility.
stop(). Constructor for class vq.server.stop
stop(). Method in class vq.server.Server
Stops the server.
stop(). Method in class vq.server.HttpServer
Stops the server.
stopGui(). Static method in class vq.server.console
Closes the vqServer GUI window.
stopTimer(). Static method in class vq.server.console
Stops the timer thread.
strToByteArr(String). Static method in class vq.utils.utils
Returns a representation of a String to a byte[], mapping each character to a single byte.

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