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

accept(). Method in class sun.security.ssl.SSLServerSocket
Accept a new SSL connection.
AccessConfiguration(). Constructor for class sun.server.http.security.AccessConfiguration
Construct a realm configuration manager.
AccessConfigurationException(String). Constructor for class sun.server.http.AccessConfigurationException
aclName. Variable in class sun.server.http.security.ProtectionAttributes
action(Event, Object). Method in class sun.server.util.PasswordApplet
action(Event, Object). Method in class sun.server.util.PasswordChangeApplet
add(HtmlElement). Method in class java.servlet.html.HtmlContainer
Adds HtmlElement to container.
add(HtmlElement). Method in class java.servlet.html.HtmlList
Adds HtmlElement to container.
add(HtmlElement, String). Method in class java.servlet.html.HtmlContainer
Adds HtmlElement to container surrounded by the tags.
add(Object). Method in class sun.server.misc.Queue
Adds an item to the queue.
add(String). Method in class java.servlet.html.HtmlChoice
Add choice item(s) to the choice list.
add(String). Method in class java.servlet.html.HtmlContainer
Adds Text to container.
add(String). Method in class java.servlet.html.HtmlList
Adds Text to container.
add(String). Method in class java.servlet.html.HtmlText
appends a space and then this text to the text of this element.
add(String, boolean). Method in class java.servlet.html.HtmlChoice
Add choice to the choice list, with default.
add(String, HtmlElement). Method in class java.servlet.html.HtmlDefinitionList
Adds a String term and an HtmlElement definition to container.
add(String, Object). Method in class sun.server.misc.RegexpPool
Add a regular expression to the pool of regular expressions.
add(String, String). Method in class java.servlet.html.HtmlChoice
Add choice to the chioce list, with specified attributes.
add(String, String). Method in class java.servlet.html.HtmlContainer
Adds Text to container, with tags.
add(String, String). Method in class java.servlet.html.HtmlDefinitionList
Adds definition pair (Term and Definition) to container.
add(String, String). Method in class java.servlet.html.HtmlList
Adds Text to container.
add(String, String). Method in class java.servlet.html.HtmlText
appends a space and then this text wrapped in tags specified in the tags to this text of this element.
add(Vector). Method in class java.servlet.html.HtmlContainer
Add a group of Strings and HtmlElements to container.
addAccessConfiguration(String, String, String, String). Method in class sun.server.http.HttpServer
This method can be called to protect a specified resource.
addArea(String, String). Method in class java.servlet.html.HtmlImageMap
Add area to map.
addArea(String, String, String). Method in class java.servlet.html.HtmlImageMap
Add shaped area to map.
addCaption(String). Method in class java.servlet.html.HtmlTable
Caption the table.
addCheckBox(String, String). Method in class java.servlet.html.HtmlForm
Adds a check box to the form.
addCheckBox(String, String, boolean). Method in class java.servlet.html.HtmlForm
Adds a single checkbox to the form.
addChoice(HtmlChoice). Method in class java.servlet.html.HtmlForm
addChoice(String, String). Method in class java.servlet.html.HtmlForm
adds a multiple choice element to this form with options from the specified array of values To better control the options use addChoice(HtmlChoice choice);
addChoice(String, String, String). Method in class java.servlet.html.HtmlForm
adds a multiple choice element to this form with options from the specified array of values.
addConfig(String, HttpAuthentication, String). Method in class sun.server.http.security.AccessConfiguration
Add the access configuration for the protected object.
addData(HtmlElement). Method in class java.servlet.html.HtmlRow
addData(HtmlElement). Method in class java.servlet.html.HtmlTable
addData(HtmlElement, String). Method in class java.servlet.html.HtmlRow
addData(HtmlElement, String). Method in class java.servlet.html.HtmlTable
addData(String). Method in class java.servlet.html.HtmlRow
addData(String). Method in class java.servlet.html.HtmlTable
addData(String, String). Method in class java.servlet.html.HtmlRow
addData(String, String). Method in class java.servlet.html.HtmlTable
addDataElements(String). Method in class java.servlet.html.HtmlRow
addDataElements(String). Method in class java.servlet.html.HtmlTable
Add data to the current row.
addDataElements(String, String). Method in class java.servlet.html.HtmlRow
addDataElements(String, String). Method in class java.servlet.html.HtmlTable
Add data to the current row, with specified attributes.
addDataElements(Vector). Method in class java.servlet.html.HtmlRow
addDataElements(Vector). Method in class java.servlet.html.HtmlTable
addDataElements(Vector, String). Method in class java.servlet.html.HtmlRow
addDataElements(Vector, String). Method in class java.servlet.html.HtmlTable
addFrame(String). Method in class java.servlet.html.HtmlFrameset
Add URL to Frameset.
addFrame(String, String). Method in class java.servlet.html.HtmlFrameset
Embed URL in Frameset with given attributes.
addFrameset(HtmlFrameset). Method in class java.servlet.html.HtmlFrameset
Embed a Frameset within this Frameset.
addHeader(HtmlElement). Method in class java.servlet.html.HtmlRow
addHeader(HtmlElement). Method in class java.servlet.html.HtmlTable
addHeader(HtmlElement, String). Method in class java.servlet.html.HtmlRow
addHeader(HtmlElement, String). Method in class java.servlet.html.HtmlTable
addHeader(String). Method in class java.servlet.html.HtmlRow
addHeader(String). Method in class java.servlet.html.HtmlTable
addHeader(String, String). Method in class java.servlet.html.HtmlRow
addHeader(String, String). Method in class java.servlet.html.HtmlTable
addHeaders(String). Method in class java.servlet.html.HtmlRow
Add headers to row.
addHeaders(String). Method in class java.servlet.html.HtmlTable
Add headers to the current row.
addHeaders(String, String). Method in class java.servlet.html.HtmlRow
Add list of headers to the current row, with specified attributes.
addHeaders(String, String). Method in class java.servlet.html.HtmlTable
Adds a bunch of headers to the current row
addHeaders(Vector). Method in class java.servlet.html.HtmlRow
addHeaders(Vector). Method in class java.servlet.html.HtmlTable
addHeaders(Vector, String). Method in class java.servlet.html.HtmlRow
addHeaders(Vector, String). Method in class java.servlet.html.HtmlTable
addHiddenField(String, String). Method in class java.servlet.html.HtmlForm
Adds a hidden field to the form with the given name and value.
addHost(String). Method in class sun.server.http.security.HttpAclImpl
Add a host to the list of hosts allowed access.
addImageButton(String, String). Method in class java.servlet.html.HtmlForm
adds an image button to this form equivalent to addTag("input type=image src=" + src + " name=" + name);
addImageButton(String, String, String). Method in class java.servlet.html.HtmlForm
adds an image button to this form equivalent to addTag("input type=image src=" + src + " name=" + name + ' ' + attribs);
addImg(String). Method in class java.servlet.html.HtmlContainer
add an Image.
addLink(String, String). Method in class java.servlet.html.HtmlContainer
adds a link to this container is equivalent to add(text, "a href="+link);
addNoFrame(HtmlElement). Method in class java.servlet.html.HtmlFrameset
Add noframes tag to this Frameset.
addNoFrame(String). Method in class java.servlet.html.HtmlFrameset
Add noframes tag to this Frameset.
addObserver(Observer). Method in interface sun.server.misc.Observable
Adds an observer to the observer list.
addParameter(String, String). Method in class java.servlet.html.HtmlApplet
Add a parameter tag to the applet.
addPasswordField(String). Method in class java.servlet.html.HtmlForm
Adds a password field with the given name to the form.
addPasswordField(String, String). Method in class java.servlet.html.HtmlForm
Adds a password field with the given name and other attributes to the form.
addRadioButton(String, String). Method in class java.servlet.html.HtmlForm
Adds a radio button to the form.
addRadioButton(String, String, boolean). Method in class java.servlet.html.HtmlForm
Adds a single radio button field to the form with the given name and value.
addResetButton(). Method in class java.servlet.html.HtmlForm
adds a reset button to this form equivalent to addTag("input type=reset");
addResetButton(String). Method in class java.servlet.html.HtmlForm
adds a reset button to this form equivalent to addTag("input type=reset " + attribs);
addRow(HtmlRow). Method in class java.servlet.html.HtmlTable
addSubmitButton(). Method in class java.servlet.html.HtmlForm
adds a submit button to this form equivalent to addTag("input type=submit");
addSubmitButton(String). Method in class java.servlet.html.HtmlForm
adds a submit button to this form equivalent to addTag("input type=submit " + attribs);
addTag(String). Method in class java.servlet.html.HtmlContainer
adds Tag to container
addTag(String). Method in class java.servlet.html.HtmlList
Adds raw Tag to container, does not prepend <li>
addTag(String). Method in class java.servlet.html.HtmlText
addTag(String, String). Method in class java.servlet.html.HtmlContainer
adds Tag to container
addTag(String, String). Method in class java.servlet.html.HtmlText
addTextArea(String). Method in class java.servlet.html.HtmlForm
Adds a text area to the form.
addTextArea(String, String). Method in class java.servlet.html.HtmlForm
Adds a text area to the form.
addTextArea(String, String, String). Method in class java.servlet.html.HtmlForm
Adds a text area to the form.
addTextField(String). Method in class java.servlet.html.HtmlForm
Adds a text field with the given name to the form.
addTextField(String, String). Method in class java.servlet.html.HtmlForm
adds a text field with the given name and other attributes to this form.
addVirtualConfig(String, String). Method in class sun.server.http.HttpServerParameters
Adds the virtual host name and associated docroot to the properties
adminRoot. Variable in class sun.server.http.HttpServerParameters
Admin root
AdminServlet(). Constructor for class sun.server.http.AdminServlet
alarm. Variable in class sun.server.http.HttpInputStream
The alarm for supporting timeout on input.
Alarm(AlarmHandler). Constructor for class sun.server.misc.Alarm
Creates a new alarm for the specified handler.
Alarm(long, AlarmHandler). Constructor for class sun.server.misc.Alarm
Creates a new alarm for the specified time and handler.
AlarmManager(). Constructor for class sun.server.misc.AlarmManager
AlarmManager(). Method in class sun.server.misc.AlarmManager
Creates a new alarm manager, for managing alarm events.
alg. Static variable in class sun.security.jsafe.MD2RSA
The OID by which this signature algorithm is normally known.
alg. Static variable in class sun.security.jsafe.MD5RSA
The OID by which this signature algorithm is normally known.
algDSA. Variable in class sun.security.jsafe.DSAPublicKey
AlgIdDH(). Constructor for class sun.security.jsafe.AlgIdDH
algorithmName. Variable in class sun.security.jsafe.JSafeDigest
am. Static variable in class sun.server.http.HttpInputStream
am. Static variable in class sun.server.http.License
append(StringBuffer, Cookie). Static method in class sun.server.http.Cookie
Appends the string value of a cookie to a string buffer.
applyRules(String). Method in class sun.server.http.HttpServer
Applies servlet rules to specified virtual path.
ARABIC_NUMERALS. Static variable in class java.servlet.html.HtmlList
authenticate(HttpRequest). Method in class sun.server.http.security.BasicHttpAuthentication
implement the HttpAuthentication interface using the base64 encoding scheme.
authenticate(HttpRequest). Method in class sun.server.http.security.DigestAuthentication
A function that authenticates the digest request by reading the authenticate header field in the HTTP request.
authenticate(HttpRequest). Method in interface sun.server.http.security.HttpAuthentication
A function that authenticates the request by reading the authenticate header field in the HTTP request.
authenticate(HttpRequest). Method in class sun.server.http.security.MD5Authentication
implement the HttpAuthentication interface using the base64 encoding scheme.
AuthenticationException(String, String, String). Constructor for class sun.server.http.security.AuthenticationException
authn. Variable in class sun.server.http.security.ProtectionAttributes
avail. Variable in class sun.server.Server
The number of handler threads waiting for connections.
available(). Method in class sun.server.http.HttpInputStream
Returns the number of bytes that can be read without blocking.

B

backlog. Variable in class sun.server.ServerParameters
Backlog parameter for listen.
BasicHttpAuthentication(String, HttpSecurityAclInfo). Constructor for class sun.server.http.security.BasicHttpAuthentication
buf. Variable in class sun.server.http.HttpInputStream
The buffer where input data is stored.
buf. Variable in class sun.server.http.HttpOutputStream
The buffer where output data is stored.
buf. Variable in class sun.server.misc.TextOutputStream
The buffer where output data is stored.

C

Cache(). Constructor for class sun.server.misc.Cache
Constructs a new, empty Cache.
Cache(int). Constructor for class sun.server.misc.Cache
Constructs a new, empty Cache with the specified initial capacity.
Cache(int, float). Constructor for class sun.server.misc.Cache
Constructs a new, empty Cache with the specified initial capacity and the specified load factor.
cancel(Alarm). Method in class sun.server.misc.AlarmManager
Cancels a previously scheduled alarm event, removing it from the queue of pending alarm events.
cancelAll(). Method in class sun.server.misc.AlarmManager
Cancels all previously schedules alarm events.
CAPITAL_LETTERS. Static variable in class java.servlet.html.HtmlList
CAPITAL_ROMAN. Static variable in class java.servlet.html.HtmlList
CertChain(byte[]). Constructor for class sun.security.ssl.CertChain
Construct a cert chain from an array of data, in the form that toBytes() returns.
CertChain(X509Cert[]). Constructor for class sun.security.ssl.CertChain
Builds a CertChain out of an ordered array of certificates.
Certgen(). Constructor for class sun.server.http.security.Certgen
CgiServlet(). Constructor for class sun.server.http.CgiServlet
Creates a new CGI servlet.
checkAccept(String, int). Method in class sun.server.http.ServletSecurity
For now servlets can't accept connections on any port.
checkAccess(Thread). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to manipulate threads outside servlet thread groups.
checkAccess(ThreadGroup). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to manipulate thread groups outside servlet thread groups.
checkAccessConfiguration(String, HttpRequest). Method in class sun.server.http.HttpServer
Checks the incoming request for authentication and authorization.
checkACLaccess(Principal, Acl, String). Method in class sun.server.http.ServerSecurity
Check if the principal is allowed to access the ACL
checkACLaccess(Principal, Acl, String). Method in class sun.server.http.ServletSecurity
Check if a principal can get, set or delete the ACL for an object.
checkConnect(String, int). Method in class sun.server.http.ServletSecurity
Check if a servlet can connect to the given host:port.
checkConnect(String, int, Object). Method in class sun.server.http.ServletSecurity
Checks to see if the servlet and the indicated execution context are both allowed to connect to the indicated host and port.
checkConnect(String, String). Method in class sun.server.http.ServletSecurity
Check if a servlet from a host can connect to another host.
checkCreateClassLoader(). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to create class loaders, or even execute any of ClassLoader's methods.
checkExec(String). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to fork processes.
checkExit(int). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to exit the VM.
checkHost(String, String). Method in class sun.server.http.security.HttpAclImpl
Check if the passed host name is allowed access.
checkKeyAlg(AlgorithmId). Method in class sun.security.jsafe.DSA
Returns true if the key algorithm is one supported by this signature algorithm.
checkLink(String). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to link dynamic libraries.
checkListen(int). Method in class sun.server.http.ServletSecurity
For now servlets can't listen on any port.
checkPackageAccess(String). Method in class sun.server.http.ServletSecurity
Check if a servlet can access a package.
checkPackageDefinition(String). Method in class sun.server.http.ServletSecurity
Check if a servlet can define classes in a package.
checkPermission(HttpRequest). Method in class sun.server.http.security.HttpAclImpl
This method checks whether or not the specified principal from the specified host has the required permission.
checkPropertiesAccess(). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to access the entire system properties list, only properties explicitly labeled as accessible to servlets.
checkPropertyAccess(String). Method in class sun.server.http.ServletSecurity
Servlets can access the system property named by key only if its twin key.servlet property is set to true.
checkRead(FileDescriptor). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to open file descriptors unless it is done through a socket, in which case other access restrictions still apply.
checkRead(String). Method in class sun.server.http.ServletSecurity
Check if an servlet can read a particular file.
checkRead(String, Object). Method in class sun.server.http.ServletSecurity
Checks to see if the current context or the indicated context are both allowed to read the given file name.
checkRead(String, URL). Method in class sun.server.http.ServletSecurity
checkSetFactory(). Method in class sun.server.http.ServletSecurity
Check if a servlet can set a networking-related object factory.
checkWrite(FileDescriptor). Method in class sun.server.http.ServletSecurity
Servlets are not allowed to open file descriptors unless it is done through a socket, in which case other access restrictions still apply.
checkWrite(String). Method in class sun.server.http.ServletSecurity
Check if a servlet can write a particular file.
ChunkedInputStream(InputStream). Constructor for class sun.server.http.ChunkedInputStream
Make a ChunkedInputStream.
ChunkedOutputStream(OutputStream). Constructor for class sun.server.http.ChunkedOutputStream
Make a ChunkedOutputStream with a default buffer size.
ChunkedOutputStream(OutputStream, int). Constructor for class sun.server.http.ChunkedOutputStream
Make a ChunkedOutputStream with a specified buffer size.
chunkIn. Variable in class sun.server.http.HttpInputStream
If we are doing chunking, delegate to this stream.
chunking. Variable in class sun.server.http.HttpInputStream
Whether we are doing HTTP/1.1 chunking or not.
chunking. Variable in class sun.server.http.HttpOutputStream
Whether we are doing HTTP/1.1 chunking or not.
chunkOut. Variable in class sun.server.http.HttpOutputStream
If we are doing chunking, delegate to this stream.
clear(). Method in class sun.server.misc.Cache
Clears the cache so that it has no more entries in it.
close(). Method in class sun.server.http.ChunkedInputStream
Close the input stream.
close(). Method in class sun.server.http.ChunkedOutputStream
Make sure that calling close() terminates the chunked stream.
close(). Method in class sun.server.http.HttpInputStream
Closes the input stream.
close(). Method in class sun.server.http.HttpOutputStream
Closes the output stream.
close(). Method in class sun.server.util.Log
Closes the output stream.
close(). Method in class sun.security.ssl.SSLSocket
Closes the SSL connection.
closed. Variable in class sun.server.http.HttpInputStream
Set to true when the connection is closed.
CommonLog(). Constructor for class sun.server.http.CommonLog
Creates a new common log object.
compareTo(Object). Method in interface sun.server.misc.Sortable
Compares two objects of the same type.
computeDigest(String, String, String, String, String, String). Static method in class sun.server.http.security.MD5Digest
generates MD5 digest given the parameter
concat(HtmlRow). Method in class java.servlet.html.HtmlRow
concat(HtmlRow). Method in class java.servlet.html.HtmlTable
connections. Variable in class sun.server.Server
Queue of pending connections.
Cookie(String). Constructor for class sun.server.http.Cookie
Cookie(String, String). Constructor for class sun.server.http.Cookie
Cookie(String[]). Constructor for class sun.server.http.Cookie
Cookie(String[], long, String, String, boolean). Constructor for class sun.server.http.Cookie
count. Variable in class sun.server.http.HttpInputStream
The number of bytes in the buffer.
count. Variable in class sun.server.http.HttpOutputStream
The number of bytes in the buffer.
count. Variable in class sun.server.misc.TextOutputStream
The number of bytes in the buffer.
createHandler(). Method in class sun.server.http.HttpServer
Creates a new HTTP connection handler.
createHandler(). Method in class sun.server.Server
Creates a new connection handler.
createUser(String, String, String, boolean). Method in class sun.server.util.PasswordApplet
create the user and password.

D

data. Variable in class sun.server.misc.Queue
The queue data.
date. Variable in class sun.server.util.Log
Date object for log entries.
decode(InputStream). Method in class sun.security.jsafe.DSAPublicKey
decode(InputStream). Method in class sun.security.jsafe.RSAPublicKey
decryptAndUnpad(byte[]). Method in class sun.security.jsafe.RSACipher
Decrypt a PKCS #1 encrypted datum.
DEFAULT_ADMIN_ROOT. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_BACKLOG. Static variable in class sun.server.ServerParameters
DEFAULT_DOC_ROOT. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_ENABLE_ACLS. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_ENABLE_LOADING. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_ENABLE_PROXY. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_ENABLE_VIRTUAL_HOSTS. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_GRACE. Static variable in class sun.server.ServerParameters
DEFAULT_HOST. Static variable in class sun.server.ServerParameters
DEFAULT_KEEP_ALIVE_COUNT. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_KEEP_ALIVE_TIMEOUT. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_MAX_THREADS. Static variable in class sun.server.ServerParameters
DEFAULT_MIN_THREADS. Static variable in class sun.server.ServerParameters
DEFAULT_NAME. Static variable in class sun.server.ServerParameters
DEFAULT_NT_SERVICE. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_PORT. Static variable in class sun.server.ServerParameters
DEFAULT_RAM_CACHE_ENTRY_SIZE. Static variable in class sun.server.http.HttpServerParameters
DEFAULT_TIMEOUT. Static variable in class sun.server.ServerParameters
DEFAULT_TRANSPORT. Static variable in class sun.server.ServerParameters
DEFAULT_VENDOR. Static variable in class sun.server.ServerParameters
DEFAULT_VERSION. Static variable in class sun.server.ServerParameters
DEFAULT_WELCOME. Static variable in class sun.server.http.HttpServerParameters
delete(String). Method in class sun.server.misc.RegexpPool
Delete the regular expression and its target.
deleteConfig(String). Method in class sun.server.http.security.AccessConfiguration
Delete the access configuration for the resource
deleteObserver(Observer). Method in interface sun.server.misc.Observable
Deletes an observer from the observer list.
deleteObservers(). Method in interface sun.server.misc.Observable
Deletes observers from the observer list.
deleteVirtualConfig(String). Method in class sun.server.http.HttpServerParameters
Deletes the virtual host name from the properties
destroy(). Method in class sun.server.http.Dispatcher
destroy(). Method in class java.servlet.GenericServlet
Destroys the servlet and cleans up whatever resources are being held.
destroy(). Method in interface java.servlet.Servlet
Destroys the servlet and cleans up whatever resources are being held.
DigestAuthentication(String, HttpSecurityAclInfo). Constructor for class sun.server.http.security.DigestAuthentication
Dispatcher(String, String). Constructor for class sun.server.http.Dispatcher
distanceSquared(Point, Point). Static method in class sun.server.http.ImagemapServlet
Calculates the square of the Euclidian distance between two points
docRoot. Variable in class sun.server.http.HttpServerParameters
Doc root.
done(). Method in class sun.server.http.ChunkedOutputStream
Indicate the end of the chunked data by sending a zero-length chunk, possible including footers.
DSA(). Constructor for class sun.security.jsafe.DSA
Default constructor.
DSAPublicKey(). Constructor for class sun.security.jsafe.DSAPublicKey
Default constructor.

E

elements(). Method in class sun.server.misc.Cache
Returns an enumeration of the elements.
empty(). Method in class sun.server.misc.Queue
Returns true if the queue is empty.
enableAcls. Variable in class sun.server.http.HttpServerParameters
If true then ACLs should be enabled.
enableProxy. Variable in class sun.server.http.HttpServerParameters
If true then proxy servlet should be enabled.
enableUrlLoading. Variable in class sun.server.http.HttpServerParameters
If true then loading via URLs should be enabled
enableVirtualHosts. Variable in class sun.server.http.HttpServerParameters
virtual host enabled switch.
encode(byte[]). Static method in class sun.server.http.security.MD5Encoder
encode(OutputStream). Method in class sun.security.jsafe.DSAPublicKey
There's a package-visible version of this so we can have package-private key storage.
encode(OutputStream). Method in class sun.security.jsafe.JSafeKey
There's a package-visible version of this so we can have package-private key storage.
encode(OutputStream). Method in class sun.security.jsafe.RSAPublicKey
There's a package-visible version of this so we can have package-private key storage.
engineDigest(). Method in class sun.security.jsafe.JSafeDigest
engineGetAlgorithmName(). Method in class sun.security.jsafe.JSafeDigest
engineReset(). Method in class sun.security.jsafe.JSafeDigest
engineUpdate(byte). Method in class sun.security.jsafe.JSafeDigest
engineUpdate(byte[], int, int). Method in class sun.security.jsafe.JSafeDigest
eof(). Method in class sun.server.http.HttpInputStream
Returns true if at end of stream.
error(String). Method in class sun.server.http.HttpServer
Issues an error message and returns.
error(String). Method in class sun.server.Server
Issues a non-fatal error message and returns.
error(String, Exception). Method in class sun.server.http.HttpServer
Issues an error message with exception stack trace and returns.
error(String, Exception). Method in class sun.server.Server
Issues a non-fatal error message with exception trace and returns.
ErrorServlet(). Constructor for class sun.server.http.ErrorServlet
Constructor
exact. Variable in class sun.server.misc.Regexp
ExDate(). Constructor for class sun.server.misc.ExDate
ExDate(int, int, int). Constructor for class sun.server.misc.ExDate
ExDate(int, int, int, int, int). Constructor for class sun.server.misc.ExDate
ExDate(int, int, int, int, int, int). Constructor for class sun.server.misc.ExDate
ExDate(long). Constructor for class sun.server.misc.ExDate
ExDate(String). Constructor for class sun.server.misc.ExDate
exit(int). Method in class sun.server.http.HttpServer
Exits the server with the specified return code.
exp. Variable in class sun.server.misc.Regexp
ExProperties(). Constructor for class sun.server.misc.ExProperties
Creates an empty property list.
ExProperties(Properties). Constructor for class sun.server.misc.ExProperties
Creates an empty property list with specified defaults.

F

fatal(String). Method in class sun.server.http.HttpServer
Issues a fatal error message and then exits.
fatal(String). Method in class sun.server.Server
Issues a fatal (non-recoverable) error message and then exits.
fatal(String, Exception). Method in class sun.server.http.HttpServer
Issues a fatal error message with exception stack trace and then exits.
fatal(String, Exception). Method in class sun.server.Server
Issues a fatal (non-recoverable) error message with exception trace and then exits.
fetch(URL). Method in class sun.server.http.ProxyServlet
The method that is invoked when there is a cache miss.
FileServlet(). Constructor for class sun.server.http.FileServlet
Creates a new file servlet.
fill(). Method in class sun.server.http.HttpInputStream
Fills the input buffer with more data.
finalize(). Method in class sun.security.jsafe.JSafeDigest
finalize(). Method in class sun.security.jsafe.JSafeKey
When the Java key is garbage collected, the BSAFE key object needs to be explicitly released ...
finalize(). Method in class sun.security.jsafe.RSACipher
Releases the BSAFE algorithm object used here.
finalize(). Method in class sun.security.ssl.SSLServerSocket
Safely shuts down this SSL connection.
finalize(). Method in class sun.security.ssl.SSLSocket
Ensures that the SSL connection is closed down as cleanly as possible, in case the application forgets to do so.
flush(). Method in class sun.server.http.ChunkedOutputStream
Flush the stream.
flush(). Method in class sun.server.http.HttpOutputStream
Flushes the output stream.
flush(). Method in class sun.server.util.Log
Flushes pending output.
flush(). Method in class sun.server.misc.TextOutputStream
Flushes the output stream.
flushCache(). Method in class sun.server.http.FileServlet
Flushes file RAM cache.
flushRamCache(). Method in class sun.server.http.HttpServerAdmin
Flushes the file servlet RAM cache.
FormServlet(). Constructor for class java.servlet.http.FormServlet
found(String). Method in class sun.server.http.security.ProtectionAttributes
found(String). Method in interface sun.server.misc.RegexpTarget
Gets called when a pattern in a RegexpPool matches.
FtpProxyServlet(). Constructor for class sun.server.http.FtpProxyServlet
Creates a new instance of FtpProxyServlet.
full(). Method in class sun.server.misc.Queue
Returns true if the queue is full.

G

generateNonce(HttpRequest). Method in class sun.server.http.security.DigestAuthentication
generates nonce string using the remote host address and current time, checks for existence of the same nonce, put nonce, remote address, and timestamp into nonce table
GenericServlet(). Constructor for class java.servlet.GenericServlet
get(Object). Method in class sun.server.misc.Cache
Gets the object associated with the specified key in the Cache.
getAccessConfiguration(). Method in class sun.server.http.HttpSecurityAclInfo
Return the authentication configuration object.
getAccessLog(). Method in class sun.server.http.HttpServerAdmin
Returns the access log file name.
getAccessLogLevel(). Method in class sun.server.http.HttpServerAdmin
Returns the access log level.
getActiveCipherSuite(). Method in interface sun.security.ssl.SSLOptions
Returns the name of the SSL cipher suite which is currently active on this connection.
getActiveCipherSuite(). Method in class sun.security.ssl.SSLSocket
Returns the name of the cipher suite which is currently active on this connection.
getAdminRoot(). Method in class sun.server.http.HttpServerParameters
Returns the admin root for this set of virtual hosts.
getAppletInfo(). Method in class sun.server.util.PasswordChangeApplet
getAuthType(). Method in class sun.server.http.HttpRequest
Returns the access authorization type, or null if none.
getAuthType(). Method in interface java.servlet.http.HttpServletRequest
Returns the authentication scheme of the request, or null if none.
getAuthType(). Method in class sun.server.http.SSIncludeRequest
Returns the access authorization type, or null if none.
getBacklog(). Method in class sun.server.ServerParameters
Returns the server backlog.
getCertChain(). Method in class sun.security.jsafe.KeyStore
Returns the X.509 RSA public key certificate chain from this KeyStore.
getCertChain(). Method in class sun.server.ServerParameters
Returns the cert chain that identifies this virtual host.
getClassVersion(). Method in class sun.server.misc.Sort
Return class version string.
getConfig(String). Method in class sun.server.http.security.AccessConfiguration
get the authentication manager that guards the protected object.
getConnection(). Method in class sun.server.Server
Gets a connection socket from the connection queue.
getContentLength(). Method in class sun.server.http.ChunkedInputStream
Returns the size of the request entity data, or -1 if not known.
getContentLength(). Method in class sun.server.http.HttpRequest
Returns the content length for this request, or -1 if not known.
getContentLength(). Method in interface java.servlet.ServletRequest
Returns the size of the request entity data, or -1 if not known.
getContentLength(). Method in class sun.server.http.SSIncludeRequest
Returns the content length for this request, or -1 if not known.
getContentType(). Method in class sun.server.http.HttpRequest
Returns the content type for this request, or null if not known.
getContentType(). Method in interface java.servlet.ServletRequest
Returns the Internet Media Type of the request entity data, or null if not known.
getContentType(). Method in class sun.server.http.SSIncludeRequest
Returns the content type for this request, or null if not known.
getCookieNames(). Method in class sun.server.http.Cookie
getDateHeader(String, long). Method in class sun.server.http.HttpRequest
Returns the value of a date header field.
getDateHeader(String, long). Method in interface java.servlet.http.HttpServletRequest
Returns the value of a date header field.
getDocRoot(String). Method in class sun.server.http.HttpServerParameters
Returns the doc root for the host.
getEnableAcls(). Method in class sun.server.http.HttpServerParameters
Returns true if ACLs are enabled.
getEnabledCipherSuites(). Method in interface sun.security.ssl.SSLOptions
Returns the names of the SSL cipher suites which are currently enabled for use on this connection.
getEnabledCipherSuites(). Method in class sun.security.ssl.SSLSocket
Returns the names of the cipher suites which are currently enabled for use on this connection.
getEnableProxy(). Method in class sun.server.http.HttpServerParameters
Returns true if proxies are enabled.
getEnableUrlLoading(). Method in class sun.server.http.HttpServerParameters
Returns true if ACLs are enabled.
getEnableVirtualHosts(). Method in class sun.server.http.HttpServerParameters
Returns true if virtual hosts are enabled.
getErrorLog(). Method in class sun.server.http.HttpServerAdmin
Returns the error log file name.
getErrorLogLevel(). Method in class sun.server.http.HttpServerAdmin
Returns the error log level.
getErrorServlet(). Method in class sun.server.http.HttpServer
getEventLog(). Method in class sun.server.http.HttpServerAdmin
Returns the event log file name.
getEventLogLevel(). Method in class sun.server.http.HttpServerAdmin
Returns the event log level.
getExponent(). Method in class sun.security.jsafe.RSAPublicKey
Return the RSA public exponent, as a big-endian byte array without a leading zero.
getFooter(String). Method in class sun.server.http.ChunkedInputStream
Returns the value of a footer field, or null if not known.
getFooters(). Method in class sun.server.http.ChunkedInputStream
Returns an Enumeration of the footer names.
getGrace(). Method in class sun.server.ServerParameters
Returns the shutdown grace period in seconds.
getGroup(). Method in class sun.server.ServerParameters
Returns the server group name or id.
getHeader(int). Method in class sun.server.http.HttpRequest
Returns the value of the nth header field, or null if there are fewer than n fields.
getHeader(int). Method in interface java.servlet.http.HttpServletRequest
Returns the value of the nth header field, or null if there are fewer than n fields.
getHeader(String). Method in class sun.server.http.HttpRequest
Returns the value of a header field, or null if not known.
getHeader(String). Method in interface java.servlet.http.HttpServletRequest
Returns the value of a header field, or null if not known.
getHeaderName(int). Method in class sun.server.http.HttpRequest
Returns the name of the nth header field, or null if there are fewer than n fields.
getHeaderName(int). Method in interface java.servlet.http.HttpServletRequest
Returns the name of the nth header field, or null if there are fewer than n fields.
getHost(). Method in class sun.server.ServerParameters
Returns the server host name.
getInetAddress(). Method in class sun.security.ssl.SSLSocket
Returns the address of the remote peer for this connection.
getInitParameter(String). Method in class java.servlet.GenericServlet
Gets an initialization parameter of the servlet.
getInitParameter(String). Method in class sun.server.http.HttpServletStub
Gets an initialization parameter of the applet.
getInitParameter(String). Method in interface java.servlet.ServletStub
Gets an initialization parameter of the servlet.
getInitParameters(). Method in class java.servlet.GenericServlet
Returns a hashtable of the initialization parameters of the servlet.
getInitParameters(). Method in class sun.server.http.HttpServletStub
Returns a hashtable of initialization parameters for the servlet.
getInitParameters(). Method in interface java.servlet.ServletStub
Returns a hashtable of initialization parameters for the servlet.
getInputStream(). Method in class sun.server.http.HttpRequest
Returns the input stream for this request.
getInputStream(). Method in interface java.servlet.ServletRequest
Returns an input stream for reading the request body.
getInputStream(). Method in class sun.server.http.SSIncludeRequest
Returns null.
getInputStream(). Method in class sun.security.ssl.SSLSocket
Gets an input stream to read from the peer on the other side.
getIntHeader(String, int). Method in class sun.server.http.HttpRequest
Returns the value of an integer header field.
getIntHeader(String, int). Method in interface java.servlet.http.HttpServletRequest
Returns the value of an integer header field.
getKeepAliveCount(). Method in class sun.server.http.HttpServerParameters
Returns the keep-alive count.
getKeepAliveTimeout(). Method in class sun.server.http.HttpServerParameters
Returns the keep-alive timeout.
getKeyGen(). Method in class sun.security.jsafe.DSA
Returns a key generator object for the key algorithm which was previously checked by checkKeyAlgorithm and stored in the "keyAlg" member.
getLevel(). Method in class sun.server.util.Log
Returns the current logging level.
getLocalPort(). Method in class sun.security.ssl.SSLSocket
Returns the number of the local port that this connection uses.
getLogTimeFormat(). Method in class sun.server.http.HttpServerAdmin
Returns the access log date format.
getMaxThreads(). Method in class sun.server.ServerParameters
Returns the maximum number of handler threads.
getMD5Nonce(HttpRequest). Method in class sun.server.http.security.MD5Authentication
getMethod(). Method in class sun.server.http.HttpRequest
Returns the request method.
getMethod(). Method in interface java.servlet.http.HttpServletRequest
Returns the method with which the request was made.
getMimeType(String). Method in class sun.server.http.HttpServer
Returns the mime type of the specified file.
getMimeType(String). Method in class sun.server.http.HttpServletContext
Returns the mime type of the specified file.
getMimeType(String). Method in interface java.servlet.ServletContext
Returns the mime type of the specified file.
getMinThreads(). Method in class sun.server.ServerParameters
Returns the minimum number of handler threads.
getModulus(). Method in class sun.security.jsafe.RSAPublicKey
Return the RSA public modulus, as a big-endian byte array without a leading zero.
getModulusLen(). Method in interface sun.security.jsafe.RSAKey
Return the size of the RSA modulus, in bits.
getModulusLen(). Method in class sun.security.jsafe.RSAPublicKey
Returns the modulus length, in bits.
getName(). Method in class sun.server.ServerParameters
Returns the server name.
getNtService(). Method in class sun.server.http.HttpServerParameters
Returns true if NT Service is enabled.
getOutputStream(). Method in class sun.server.http.HttpResponse
Returns the output stream for writing response data.
getOutputStream(). Method in interface java.servlet.ServletResponse
Returns an output stream for writing response data.
getOutputStream(). Method in class sun.security.ssl.SSLSocket
Gets an output stream to write to the peer on the other side.
getParameter(String). Method in class sun.server.http.HttpRequest
Returns the query string parameter specified by name, or null if none.
getParameter(String). Method in interface java.servlet.ServletRequest
Returns the value of the specified parameter for the request.
getParameter(String). Method in class sun.server.http.SSIncludeRequest
Returns the query string parameter specified by name, or null if none.
getParameterInfo(). Method in class sun.server.util.PasswordChangeApplet
getParameters(). Method in class sun.server.http.HttpRequest
Returns a hash table of query string parameter values.
getParameters(). Method in interface java.servlet.ServletRequest
Returns a Hashtable of all the parameters of this request.
getParameters(). Method in class sun.server.http.SSIncludeRequest
Returns a hash table of query string parameter values.
getPasswd(String). Method in class sun.server.util.PasswordFile
The method returns the password for the user.
getPasswordFile(String). Method in class sun.server.http.HttpSecurityAclInfo
return the password file for a particular realm.
getPath(). Method in class sun.security.jsafe.KeyStore
Returns the directory where the keys are stored, or null if the keys don't yet have a persistent representation.
getPathInfo(). Method in class sun.server.http.HttpRequest
Returns extra path information, or null if none.
getPathInfo(). Method in interface java.servlet.http.HttpServletRequest
Returns optional extra path information following the servlet path, but immediately preceding the query string.
getPathTranslated(). Method in class sun.server.http.HttpRequest
Returns extra path information translated, or null if none.
getPathTranslated(). Method in interface java.servlet.http.HttpServletRequest
Returns extra path information translated to a real path.
getPeerCertificateChain(). Method in interface sun.security.ssl.SSLOptions
Returns a certificate chain from the peer to a root CA.
getPeerCertificateChain(). Method in class sun.security.ssl.SSLSocket
Returns a certificate chain from the peer to a root CA.
getPort(). Method in class sun.server.ServerParameters
Returns the server port.
getPort(). Method in class sun.security.ssl.SSLSocket
Returns the number of the remote port that this connection uses.
getPrivateKey(). Method in class sun.security.jsafe.KeyStore
Returns the RSA private key from this KeyStore.
getPrivateKey(). Method in class sun.server.ServerParameters
Returns the private key that authenticates this virtual host.
getProperty(String, boolean). Method in class sun.server.misc.ExProperties
Returns the boolean value of a property.
getProperty(String, int). Method in class sun.server.misc.ExProperties
Returns the integer value of a property.
getProperty(String, long). Method in class sun.server.misc.ExProperties
Returns the long value of a property.
getProtectedObjects(). Method in class sun.server.http.security.AccessConfiguration
return an enumeration of all the objects that are protected.
getProtocol(). Method in class sun.server.http.HttpRequest
Returns the protocol of the request.
getProtocol(). Method in interface java.servlet.ServletRequest
Returns the protocol and version of the request as a string of the form <protocol>/<major version>.<minor version>.
getProtocol(). Method in class sun.server.http.SSIncludeRequest
Returns the protocol of the request.
getQueryString(). Method in class sun.server.http.HttpRequest
Returns the query string, or null if none.
getQueryString(). Method in interface java.servlet.http.HttpServletRequest
Returns the query string part of the servlet URI, or null if none.
getRamCacheEntrySize(). Method in class sun.server.http.HttpServerParameters
Returns the RAM cache entry size.
getRealm(). Method in class sun.server.http.security.BasicHttpAuthentication
returns the realm of the authentication.
getRealm(). Method in class sun.server.http.security.DigestAuthentication
returns the realm of the authentication.
getRealm(). Method in interface sun.server.http.security.HttpAuthentication
returns the realm of the authentication.
getRealm(). Method in class sun.server.http.security.MD5Authentication
returns the realm of the authentication.
getRealPath(String). Method in class sun.server.http.HttpServer
Applies alias rules to the specified virtual path and returns the corresponding real path.
getRealPath(String). Method in class sun.server.http.HttpServletContext
Applies alias rules to the specified virtual path and returns the corresponding real path.
getRealPath(String). Method in interface java.servlet.ServletContext
Applies alias rules to the specified virtual path and returns the corresponding real path.
getRealPath(String, String). Method in class sun.server.http.HttpServer
Applies alias rules to the specified virtual path and returns the corresponding real path.
getRemoteAddr(). Method in class sun.server.http.HttpRequest
Returns the IP address of the remote agent, or null if not known.
getRemoteAddr(). Method in interface java.servlet.ServletRequest
Returns the IP address of the agent that sent the request.
getRemoteAddr(). Method in class sun.server.http.SSIncludeRequest
Returns the IP address of the remote agent, or null if not known.
getRemoteHost(). Method in class sun.server.http.HttpRequest
Returns the host name of the remote agent, or null if not known.
getRemoteHost(). Method in interface java.servlet.ServletRequest
Returns the fully qualified host name of the agent that sent the request.
getRemoteHost(). Method in class sun.server.http.SSIncludeRequest
Returns the host name of the remote agent, or null if not known.
getRemoteUser(). Method in class sun.server.http.HttpRequest
Returns the user name for this request, or null if not known.
getRemoteUser(). Method in interface java.servlet.http.HttpServletRequest
Returns the name of the user making this request, or null if not known.
getRemoteUser(). Method in class sun.server.http.SSIncludeRequest
Returns the user name for this request, or null if not known.
getRequestPath(). Method in class sun.server.http.HttpRequest
Returns the full request path (servlet path + path info)
getRequestPath(). Method in interface java.servlet.http.HttpServletRequest
Returns the part of the request URI that corresponds to the servlet path plus the optional extra path information, if any
getRequestURI(). Method in class sun.server.http.HttpRequest
Returns the full request URI.
getRequestURI(). Method in interface java.servlet.http.HttpServletRequest
Returns the request URI.
getScheme(). Method in class sun.server.http.security.BasicHttpAuthentication
returns the name of the authentication scheme.
getScheme(). Method in class sun.server.http.security.DigestAuthentication
returns the name of the authentication scheme.
getScheme(). Method in interface sun.server.http.security.HttpAuthentication
returns the name of the authentication scheme.
getScheme(). Method in class sun.server.http.security.MD5Authentication
returns the name of the authentication scheme.
getSecurityContext(). Method in class sun.server.http.ServletSecurity
The only variable that currently affects whether a servlet can perform certain operations is the host it came from.
getServerInfo(). Method in class sun.server.http.HttpServletContext
Returns the name and version of the Web server.
getServerInfo(). Method in interface java.servlet.ServletContext
Returns the name and version of the Web server under which the servlet is running.
getServerName(). Method in class sun.server.http.HttpRequest
Returns the host on which this request was received.
getServerName(). Method in interface java.servlet.ServletRequest
Returns the host name of the server that received the request.
getServerName(). Method in class sun.server.http.SSIncludeRequest
Returns the host on which this request was received.
getServerParameters(). Method in class sun.server.Server
Returns the parameters for this server.
getServerPort(). Method in class sun.server.http.HttpRequest
Returns the port on which this request was received.
getServerPort(). Method in interface java.servlet.ServletRequest
Returns the port number on which this request was received.
getServerPort(). Method in class sun.server.http.SSIncludeRequest
Returns the port on which this request was received.
getServerRoot(). Method in class sun.server.http.HttpServer
Returns server root directory.
getServlet(String). Method in class sun.server.http.HttpServletContext
Gets a servlet by name.
getServlet(String). Method in interface java.servlet.ServletContext
Gets a servlet by name.
getServletContext(). Method in class java.servlet.GenericServlet
Returns the servlet context.
getServletContext(). Method in class sun.server.http.HttpServletStub
Returns the context for the servlet.
getServletContext(). Method in interface java.servlet.ServletStub
Returns the context for the servlet.
getServletInfo(). Method in class sun.server.http.AdminServlet
Returns a string containing information about the author, version, and copyright of the servlet.
getServletInfo(). Method in class sun.server.http.security.Certgen
Returns a string containing information about the author, version, and copyright of the servlet.
getServletInfo(). Method in class sun.server.http.CgiServlet
Returns a string containing information about the author, version, and copyright of the servlet.
getServletInfo(). Method in class sun.server.http.Dispatcher
getServletInfo(). Method in class sun.server.http.ErrorServlet
Returns a string containing information about the author, version, and copyright of the servlet.
getServletInfo(). Method in class sun.server.http.FileServlet
Returns information about this servlet.
getServletInfo(). Method in class java.servlet.http.FormServlet
Returns a string containing information about the author, version, and copyright of the servlet.
getServletInfo(). Method in class sun.server.http.FtpProxyServlet
Returns the information of FtpProxyServlet.
getServletInfo(). Method in class java.servlet.GenericServlet
Returns a string containing information about the author, version, and copyright of the servlet.
getServletInfo(). Method in class sun.server.http.ImagemapServlet
Returns information about the servlet
getServletInfo(). Method in class sun.server.http.ProxyServlet
Returns information about this servlet.
getServletInfo(). Method in interface java.servlet.Servlet
Returns a string containing information about the author, version, and copyright of the servlet.
getServletPath(). Method in class sun.server.http.HttpRequest
Returns the servlet path.
getServletPath(). Method in interface java.servlet.http.HttpServletRequest
Returns the part of the request URI that refers to the servlet being invoked.
getServlets(). Method in class sun.server.http.HttpServletContext
Enumerates the servlets in this context (server).
getServlets(). Method in interface java.servlet.ServletContext
Enumerates the servlets in this context (server).
getStatusCode(). Method in class sun.server.http.HttpResponse
Returns the status code for this response.
getSubjectName(). Method in class sun.security.ssl.CertChain
Returns the name of this subject.
getSupportedCipherSuites(). Method in interface sun.security.ssl.SSLOptions
Returns the names of the SSL cipher suites which could be enabled for use on this connection.
getSupportedCipherSuites(). Method in class sun.security.ssl.SSLSocket
Returns the names of the cipher suites which could be enabled for use on this connection.
getTime(). Method in class sun.server.misc.Alarm
Returns the absolute time for this alarm event.
getTimeout(). Method in class sun.server.ServerParameters
Returns the handler timeout in seconds.
getTransport(). Method in class sun.server.ServerParameters
Returns the server transport.
getUser(). Method in class sun.server.ServerParameters
Returns the server user name or id.
getValues(String). Method in class sun.server.http.Cookie
Returns a comma separated list of values for a particular name.
getVendor(). Method in class sun.server.ServerParameters
Returns the server vendor.
getVersion(). Method in class sun.server.ServerParameters
Returns the server version.
getVirtualConfig(). Method in class sun.server.http.HttpServerParameters
Returns the name value pairs for virtual hosts separated by a newline The first pair is "doc.root" and the current docRoot
getWelcome(). Method in class sun.server.http.HttpServerParameters
Returns welcome page.
getX509CertChain(). Method in class sun.security.ssl.CertChain
Returns the ordered chain of X.509 certificates.
grace. Variable in class sun.server.ServerParameters
The number of seconds to wait during shutdown for handler threads to become idle.
group. Variable in class sun.server.ServerParameters
The group to change to when running the server.

H

handleAlarm(Alarm). Method in interface sun.server.misc.AlarmHandler
Handles an alarm event.
handleAlarm(Alarm). Method in class sun.server.http.HttpInputStream
The handler for timeout alarm events.
handleAlarm(Alarm). Method in class sun.server.http.License
handleConnection(Socket). Method in class sun.server.http.HttpServerHandler
Handles a single HTTP connection from the client.
handleConnection(Socket). Method in class sun.server.ServerHandler
Handles a single connection from the client.
handleEvent(Event). Method in class sun.server.util.PasswordApplet
handler. Variable in class sun.server.misc.Alarm
The alarm event handler.
handleRequest(). Method in class sun.server.http.HttpServerHandler
Handles a single HTTP request from the client.
handlers. Variable in class sun.server.Server
The thread group for handler threads.
hash(String). Static method in class sun.server.http.security.MD5Digest
new MD5 encoding
host. Variable in class sun.server.ServerParameters
The host name of the server.
HtmlApplet(String, int, int). Constructor for class java.servlet.html.HtmlApplet
Allocate a new HtmlApplet with given codebase, width, and height.
HtmlApplet(String, String, int, int). Constructor for class java.servlet.html.HtmlApplet
Allocate a new HtmlApplet with given codebase, attributes, width and height.
HtmlChoice(String). Constructor for class java.servlet.html.HtmlChoice
Create a named choice list.
HtmlChoice(String, String). Constructor for class java.servlet.html.HtmlChoice
Create a named choice list, with attributes.
HtmlContainer(). Constructor for class java.servlet.html.HtmlContainer
Create an empty container.
HtmlContainer(HtmlElement). Constructor for class java.servlet.html.HtmlContainer
Create a container containing an HtmlElement.
HtmlContainer(HtmlElement, String). Constructor for class java.servlet.html.HtmlContainer
Create a container containing an HtmlElement, with tags.
HtmlContainer(String). Constructor for class java.servlet.html.HtmlContainer
Create a container containing the given String.
HtmlContainer(String, String). Constructor for class java.servlet.html.HtmlContainer
Create a container containing the given String, with tags.
HtmlContainer(Vector). Constructor for class java.servlet.html.HtmlContainer
Create a container with Strings and HtmlElements.
HtmlDefinitionList(). Constructor for class java.servlet.html.HtmlDefinitionList
Create an empty Definition List.
HtmlForm(String, String). Constructor for class java.servlet.html.HtmlForm
Create a form with references the given action and method.
HtmlFrameset(String). Constructor for class java.servlet.html.HtmlFrameset
Create a Frameset with the given attributes.
HtmlImageMap(String). Constructor for class java.servlet.html.HtmlImageMap
Create new client side image map, with specified name.
HtmlImageMap(String, String). Constructor for class java.servlet.html.HtmlImageMap
Create new client side image map, with specified source and name.
HtmlImageMap(String, String, String). Constructor for class java.servlet.html.HtmlImageMap
Create new client side image map, with specified source attributes, and name.
HtmlList(). Constructor for class java.servlet.html.HtmlList
Create Unordered List.
HtmlList(String). Constructor for class java.servlet.html.HtmlList
Create a list of the given type.
HtmlList(String, char). Constructor for class java.servlet.html.HtmlList
Create list of the given type, with the specified bulleting.
HtmlPage(String). Constructor for class java.servlet.html.HtmlPage
Create page with specified title.
HtmlPage(String, String). Constructor for class java.servlet.html.HtmlPage
Create page with specified title and header tags.
HtmlRow(). Constructor for class java.servlet.html.HtmlRow
HtmlRow(String). Constructor for class java.servlet.html.HtmlRow
HtmlTable(). Constructor for class java.servlet.html.HtmlTable
HtmlTable(String). Constructor for class java.servlet.html.HtmlTable
Create a table container with the specified attributes.
HtmlText(). Constructor for class java.servlet.html.HtmlText
HtmlText(String). Constructor for class java.servlet.html.HtmlText
HtmlText(String, String). Constructor for class java.servlet.html.HtmlText
HttpAclImpl(Principal, String, Properties, TraceLog). Constructor for class sun.server.http.security.HttpAclImpl
Construct an Http ACL with the owner and acl name as given.
HttpInputStream(). Constructor for class sun.server.http.HttpInputStream
Creates a new HTTP input stream with a default buffer size.
HttpInputStream(int). Constructor for class sun.server.http.HttpInputStream
Creates a new HTTP input stream with the specified buffer size.
HttpOutputStream(). Constructor for class sun.server.http.HttpOutputStream
Creates a new output stream with a default buffer size.
HttpOutputStream(int). Constructor for class sun.server.http.HttpOutputStream
Creates a new output stream with the specified buffer size.
HttpSecurityAclInfo(HttpServer, String). Constructor for class sun.server.http.HttpSecurityAclInfo
Create a HttpSecurityAclInfo object which reads the securityConfig file and creates the respective Authorization and ACL objects for each directories, file or servlet protected.
HttpServerHandler(HttpServer). Constructor for class sun.server.http.HttpServerHandler
Creates a new request handler for the specified server.
HttpServerParameters(). Constructor for class sun.server.http.HttpServerParameters
Creates new HTTP server parameters.
HttpServerParameters(ExProperties). Constructor for class sun.server.http.HttpServerParameters
Creates new HTTP server parameters initialized from properties.
HttpServlet(). Constructor for class java.servlet.http.HttpServlet
HttpUtils(). Constructor for class java.servlet.http.HttpUtils

I

i. Variable in class sun.server.misc.Queue
Index of head and tail of queue, respectively.
ignoreCase. Variable in class sun.server.misc.Regexp
if true then the matching process ignores case.
ImagemapServlet(). Constructor for class sun.server.http.ImagemapServlet
Creates a new imagemap servlet.
in. Variable in class sun.server.http.HttpInputStream
The socket input stream.
init(). Method in class sun.security.jsafe.DSAPublicKey
Initialize the BSAFE public key object.
init(). Method in class java.servlet.GenericServlet
Initializes the servlet.
init(). Method in class sun.server.http.HttpServerAdmin
Loads and initializes server properties.
init(). Method in class sun.security.jsafe.JSafeKey
Called to ensure that the BSAFE key object has been created.
init(). Method in class sun.server.util.PasswordApplet
init(). Method in class sun.server.util.PasswordChangeApplet
init(). Method in class sun.security.jsafe.RSAPublicKey
Called to ensure that the BSAFE key object has been created.
init(ServletStub). Method in class sun.server.http.AdminServlet
Initialize
init(ServletStub). Method in class sun.server.http.CgiServlet
Initializes the CGI servlet.
init(ServletStub). Method in class sun.server.http.Dispatcher
init(ServletStub). Method in class sun.server.http.ErrorServlet
Initializes the servlet.
init(ServletStub). Method in class sun.server.http.FileServlet
Initializes the file servlet.
init(ServletStub). Method in class sun.server.http.FtpProxyServlet
Initializes the FtpProxyServlet.
init(ServletStub). Method in class java.servlet.GenericServlet
Initializes the servlet.
init(ServletStub). Method in class sun.server.http.ProxyServlet
Initializes the proxy servlet.
init(ServletStub). Method in interface java.servlet.Servlet
Initializes the servlet.
initialize(Key, boolean). Method in class sun.security.jsafe.RSACipher
Initializes the cipher object with a given key.
initSign(long). Method in class sun.security.jsafe.DSA
Initialize the BSAFE algorithm object "algObj" to do SHA1-with-DSA signing, using private key "keyObj".
initSign(long). Method in class sun.security.jsafe.MD2RSA
Initialize the BSAFE algorithm object "algObj" to do MD2-with-RSA signing, using private key "keyObj".
initSign(long). Method in class sun.security.jsafe.MD5RSA
Initialize the BSAFE algorithm object "algObj" to do MD5-with-RSA signing, using private key "keyObj".
initVerify(long). Method in class sun.security.jsafe.DSA
Initialize the BSAFE algorithm object "algObj" to do SHA1-with-DSA signature verificateion, using public key "keyObj".
initVerify(long). Method in class sun.security.jsafe.MD2RSA
Initialize the BSAFE algorithm object "algObj" to do MD2-with-RSA signature verificateion, using public key "keyObj".
initVerify(long). Method in class sun.security.jsafe.MD5RSA
Initialize the BSAFE algorithm object "algObj" to do MD5-with-RSA signature verificateion, using public key "keyObj".
inShutdown(). Method in class sun.server.Server
Returns true if this server is in the process of a shutdown.
InvalidRequestException(). Constructor for class sun.server.http.InvalidRequestException
Constructs an exception with no detail message.
InvalidRequestException(String). Constructor for class sun.server.http.InvalidRequestException
Constructs an invalid request exception with the specified detail message.
isDone(). Method in class sun.server.http.ChunkedInputStream
Tells whether the stream has gotten to its end yet.
isEmpty(). Method in class sun.server.misc.Cache
Returns true if the Cache contains no elements.
isNtService(). Method in class sun.server.http.HttpServer
Returns if Jeeves should be running as an NT Service.
isProtected(String). Method in class sun.server.http.security.AccessConfiguration
return whether or not a resrouce is protected
isSigningOnly(). Method in interface sun.security.jsafe.RSAKey
Returns true if this key is restricted so that it may be used only for digital signing applications.
isSigningOnly(). Method in class sun.security.jsafe.RSAPublicKey
Returns true iff this key may only be used for digital signature applications.

J

j. Variable in class sun.server.misc.Queue
Index of head and tail of queue, respectively.
JSafeDigest(). Constructor for class sun.security.jsafe.JSafeDigest

K

keepAliveCount. Variable in class sun.server.http.HttpServerParameters
The keep-alive count.
keepAliveTimeout. Variable in class sun.server.http.HttpServerParameters
The keep-alive timeout.
keyDown(Event, int). Method in class sun.server.util.PasswordApplet
keys(). Method in class sun.server.misc.Cache
Returns an enumeration of the Cache's keys.
KeyStore(Key, CertChain). Constructor for class sun.security.jsafe.KeyStore
Initializes an in-memory key store from a private key and an X.509 certificate chain.
KeyStore(String). Constructor for class sun.security.jsafe.KeyStore
Initializes an in-memory key store from one stored on disk.

L

len. Variable in class sun.server.misc.Queue
Current number of items in the queue.
level. Variable in class sun.server.util.Log
The current logging level.
lineSeparator. Static variable in class sun.server.misc.TextOutputStream
The line separator.
load(ExProperties). Method in class sun.server.http.HttpServerParameters
Loads parameters from properties.
load(ExProperties). Method in class sun.server.ServerParameters
Loads parameters from properties.
load(File). Method in class sun.server.misc.ExProperties
Loads properties from the specified file.
load(InputStream). Method in class sun.server.misc.ExProperties
load(String). Method in class sun.server.misc.ExProperties
Loads properties from the specified file.
loadAclByName(String, String). Method in class sun.server.http.HttpSecurityAclInfo
This constructor constructs an ACL from an ACL file whose syntax must conform to the syntax of a properties file.
Log(). Constructor for class sun.server.util.Log
log(Servlet, String). Method in class sun.server.http.HttpServletContext
Write information to the servlet log.
log(Servlet, String). Method in interface java.servlet.ServletContext
Writes a message to the servlet log for a servlet.
log(String). Method in class java.servlet.GenericServlet
Logs a message into the servlet log file.
LOWER_CASE_LETTERS. Static variable in class java.servlet.html.HtmlList
LOWER_CASE_ROMAN. Static variable in class java.servlet.html.HtmlList

M

main(String[]). Static method in class sun.server.http.HttpServer
Main function
main(String[]). Static method in class sun.server.http.ImagemapServlet
main(String[]). Static method in class sun.server.util.Password
main(String[]). Static method in class sun.server.misc.Regexp
main(String[]). Static method in class sun.server.misc.RegexpPool
main(String[]). Static method in class sun.server.misc.TextOutputStream
main(String[]). Static method in class sun.server.misc.TimingTrace
Test program for TimingTrace
makeKey(byte[], byte[]). Static method in class sun.security.jsafe.RSAPublicKey
match(String). Method in class sun.server.misc.RegexpPool
Search for a match to a string & return the object associated with it with the match.
matchNext(String). Method in class sun.server.misc.RegexpPool
Identical to match except that it will only find matches to regular expressions that were added to the pool after the last regular expression that matched in the last call to match() or matchNext()
maxThreads. Variable in class sun.server.Server
Maximum number of handler threads.
maxThreads. Variable in class sun.server.ServerParameters
The maximum number of handler threads to run.
MD2(). Constructor for class sun.security.jsafe.MD2
MD2RSA(). Constructor for class sun.security.jsafe.MD2RSA
Default constructor.
MD5(). Constructor for class sun.security.jsafe.MD5
MD5Authentication(String, HttpSecurityAclInfo). Constructor for class sun.server.http.security.MD5Authentication
MD5Digest(). Constructor for class sun.server.http.security.MD5Digest
MD5Encoder(). Constructor for class sun.server.http.security.MD5Encoder
MD5RSA(). Constructor for class sun.security.jsafe.MD5RSA
Default constructor.
mids. Variable in class sun.server.misc.Regexp
minThreads. Variable in class sun.server.Server
Minimum number of handler threads.
minThreads. Variable in class sun.server.ServerParameters
The minimum number of handler threads to run.
modifyAcls(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
modifyAliases(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
modifyLogs(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
modifyMime(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
modifyProxy(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
modifyRules(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
modifySecurity(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
modifyServer(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
modifyServlets(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
mouseEnter(Event, int, int). Method in class sun.server.util.PasswordApplet

N

name. Variable in class sun.server.http.security.ProtectionAttributes
name. Variable in class sun.server.ServerParameters
The server name.
newRow(). Method in class java.servlet.html.HtmlTable
Starts a new row, ending the previous row if necessary.
newRow(String). Method in class java.servlet.html.HtmlTable
Starts a new row, ending the previous row if necessary.
notifyObservers(). Method in interface sun.server.misc.Observable
Notifies all observers if an observable change occurs.
notifyObservers(Object). Method in interface sun.server.misc.Observable
Notifies all observers of the specified observable change which occurred.
ntservice. Variable in class sun.server.http.HttpServerParameters
Switch to enable/disable running as NT Service on NT platform.
NtServiceHandler(HttpServer). Constructor for class sun.server.http.NtServiceHandler
Creates a new NT Service handler for the specified server.

O

out. Variable in class sun.server.http.HttpOutputStream
The socket output stream.
out. Variable in class sun.server.util.Log
The output stream for writing log data.

P

padAndEncrypt(byte[]). Method in class sun.security.jsafe.RSACipher
Encrypt a datum according to PKCS #1 padding and encryption rules.
params. Variable in class sun.server.Server
The parameters for this server.
paramsToString(). Method in class sun.security.jsafe.AlgIdDH
parseKeyBits(). Method in class sun.security.jsafe.DSAPublicKey
parseKeyBits(). Method in class sun.security.jsafe.RSAPublicKey
Parses exponent and modulus parameters from the key bits.
parseMapFile(HttpServletRequest, HttpServletResponse, Point, File). Method in class sun.server.http.ImagemapServlet
This function parses the requested mapfile a determines the URL associated with the clicked point.
parseMenuText(StreamTokenizer, URL, String, String). Static method in class sun.server.http.ImagemapServlet
Reads in the optional text that is display on text only browsers
parseParams(). Method in class sun.security.jsafe.AlgIdDH
parsePoint(StreamTokenizer). Static method in class sun.server.http.ImagemapServlet
Parses and returns a point from the input stream.
parsePositiveInt(String). Method in class sun.server.http.AdminServlet
parsePrivateKey(byte[], String). Method in class sun.security.jsafe.DSA
Parses DSA private keys usin an algorithm-specific format.
parseQueryString(String). Static method in class java.servlet.http.HttpUtils
Parses a query string and builds a hashtable of key, value pairs.
PasswdEntryException(). Constructor for class sun.server.util.PasswdEntryException
Password(). Constructor for class sun.server.util.Password
PasswordApplet(). Constructor for class sun.server.util.PasswordApplet
PasswordChangeApplet(). Constructor for class sun.server.util.PasswordChangeApplet
PasswordFile(String). Constructor for class sun.server.util.PasswordFile
This class builds a hashtable out of a password file.
pointInCircle(Point, Point, Point). Static method in class sun.server.http.ImagemapServlet
Checks if the given point is within the bounds of the specified circle
pointInPoly(Point, Vector). Static method in class sun.server.http.ImagemapServlet
Checks if the given point is within the bounds of the specified polygon
pointInRect(Point, Point, Point). Static method in class sun.server.http.ImagemapServlet
Checks if the given point is within the bounds of the specified rectangle
port. Variable in class sun.server.Server
The server port number.
port. Variable in class sun.server.ServerParameters
The port to listen on.
pos. Variable in class sun.server.http.HttpInputStream
The current position in the buffer.
prefix. Variable in class sun.server.misc.Regexp
prefixLen. Variable in class sun.server.misc.Regexp
print(). Method in class sun.server.misc.TimingTrace
print(int). Method in class sun.server.http.HttpOutputStream
Prints an integer.
print(int). Method in class java.servlet.ServletOutputStream
Prints an integer.
print(int). Method in class sun.server.misc.TextOutputStream
Prints an integer value.
print(long). Method in class sun.server.http.HttpOutputStream
Prints a long.
print(long). Method in class java.servlet.ServletOutputStream
Prints a long integer.
print(long). Method in class sun.server.misc.TextOutputStream
Prints a long value.
print(OutputStream, String). Static method in class java.servlet.html.HtmlText
print(PrintStream). Method in class sun.security.ssl.CertChain
Prints the certificate chain for informative purposes.
print(PrintStream). Method in class sun.server.misc.RegexpPool
Print this pool to standard output
print(PrintStream). Method in class sun.server.misc.TimingTrace
print(String). Method in class sun.server.http.HttpOutputStream
Prints an ASCII string.
print(String). Method in class java.servlet.ServletOutputStream
Prints an ASCII string.
print(String). Method in class sun.server.misc.TextOutputStream
Prints an ASCII string.
println(). Method in class sun.server.http.HttpOutputStream
Prints CRLF.
println(). Method in class java.servlet.ServletOutputStream
Prints a CRLF.
println(). Method in class sun.server.misc.TextOutputStream
Prints a line separator.
println(int). Method in class sun.server.http.HttpOutputStream
Prints an integer followed by CRLF.
println(int). Method in class java.servlet.ServletOutputStream
Prints an integer followed by a CRLF.
println(int). Method in class sun.server.misc.TextOutputStream
Prints an integer value followed by a line separator.
println(long). Method in class sun.server.http.HttpOutputStream
Prints an long followed by CRLF.
println(long). Method in class java.servlet.ServletOutputStream
Prints a long integer followed by a CRLF.
println(long). Method in class sun.server.misc.TextOutputStream
Prints a long value followed by a line separator.
println(String). Method in class sun.server.http.HttpOutputStream
Prints an ASCII string followed by CRLF.
println(String). Method in class java.servlet.ServletOutputStream
Prints an ASCII string followed by a CRLF.
println(String). Method in class sun.server.misc.TextOutputStream
Prints an ASCII string followed by a line separator.
ProtectionAttributes(String, HttpAuthentication, String). Constructor for class sun.server.http.security.ProtectionAttributes
ProxyServlet(). Constructor for class sun.server.http.ProxyServlet
Creates a new proxy servlet.
put(Object, Object). Method in class sun.server.misc.Cache
Puts the specified element into the Cache, using the specified key.
putConnection(Socket). Method in class sun.server.Server
Adds a new connection socket to the connection queue.

Q

Queue(int). Constructor for class sun.server.misc.Queue
Creates a queue with the specified size.
QueueEmptyException(). Constructor for class sun.server.misc.QueueEmptyException
Constructs a new QueueEmptyException with no default message.
QueueFullException(). Constructor for class sun.server.misc.QueueFullException
Constructs a new QueueFullException with no detail message.
quickSort(Object[]). Static method in class sun.server.misc.Sort
QuickSort an array of objects.
quickSort(Object[], int). Static method in class sun.server.misc.Sort
QuickSort a portion of an array of objects.

R

ramCacheEntrySize. Variable in class sun.server.http.HttpServerParameters
The RAM cache entry size for file servlet.
read(). Method in class sun.server.http.ChunkedInputStream
The FilterInputStream implementation of the single-byte read() method just reads directly from the underlying stream.
read(). Method in class sun.server.http.HttpInputStream
Reads a byte of data.
read(). Method in class sun.server.util.PasswordFile
This method reads the password file into the hash table.
read(byte[], int, int). Method in class sun.server.http.ChunkedInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class sun.server.http.HttpInputStream
Reads into an array of bytes.
readCertificate(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
readLine(byte[], int, int). Method in class sun.server.http.HttpInputStream
Reads bytes into the specified byte array until the array is filled or a newline character is read.
readLine(byte[], int, int). Method in class java.servlet.ServletInputStream
Reads bytes into the specified byte array until the array is filled or a newline character is read.
realm. Variable in class sun.server.http.security.AuthenticationException
reason. Variable in class sun.server.http.security.AuthenticationException
Regexp(String). Constructor for class sun.server.misc.Regexp
Create a new regular expression object.
RegexpPool(). Constructor for class sun.server.misc.RegexpPool
rehash(). Method in class sun.server.misc.Cache
Rehashes the contents of the table into a bigger table.
remove(). Method in class sun.server.misc.Queue
Removes an item from the queue.
remove(Object). Method in class sun.server.misc.Cache
Removes the element corresponding to the key.
removeHost(String). Method in class sun.server.http.security.HttpAclImpl
remove the host from the list of hosts allowed access.
replace(String, Object). Method in class sun.server.misc.RegexpPool
Replace the target for the regular expression with a different target.
reset(). Method in class sun.server.http.security.AccessConfiguration
clear all the configuration
reset(). Method in class sun.server.misc.RegexpPool
Resets the pool so that the next call to matchNext looks at all regular expressions in the pool.
reset(). Method in class sun.server.ServerParameters
Resets parameters to default values.
reset(). Method in class sun.server.http.ServletSecurity
Reset from Properties
reset(). Method in class sun.server.misc.TimingTrace
reset(InputStream). Method in class sun.server.http.ChunkedInputStream
Reset the input stream for a new connection.
reset(InputStream, long). Method in class sun.server.http.HttpInputStream
Resets the input stream for a new connection.
reset(OutputStream). Method in class sun.server.http.ChunkedOutputStream
Reset the stream for a new connection.
reset(OutputStream). Method in class sun.server.http.HttpOutputStream
Resets the output stream for a new connection.
restart(). Method in class sun.server.http.HttpServer
Restarts the server.
revalidate(). Method in class sun.security.ssl.CertChain
Perform the policy based chain validation tests right now.
RSACipher(). Constructor for class sun.security.jsafe.RSACipher
Creates an uninitialized RSA cipher object.
RSAPublicKey(). Constructor for class sun.security.jsafe.RSAPublicKey
Default constructor.
run(). Method in class sun.server.misc.AlarmManager
Runs the alarm event manager.
run(). Method in class sun.server.http.Dispatcher
run(). Method in class sun.server.http.HttpServer
Runs the HTTP server.
run(). Method in class sun.server.http.NtServiceHandler
The run method invokes a native method on NT, that creates a named Jeeves event, and waits on it indefinitely.
run(). Method in class sun.server.Server
Starts the server.
run(). Method in class sun.server.ServerHandler
Runs the server handler.

S

save(ExProperties). Method in class sun.server.http.HttpServerParameters
Saves parameters to properties.
save(ExProperties). Method in class sun.server.ServerParameters
Saves parameters to properties.
save(File, String). Method in class sun.server.misc.ExProperties
Saves properties to the specified file.
save(OutputStream, String). Method in class sun.server.misc.ExProperties
overrides the save() method in Properties to load server specific property files.
save(String, String). Method in class sun.server.misc.ExProperties
Saves properties to the specified file.
saveAliases(). Method in class sun.server.http.HttpServerAdmin
Saves alias rules to config file.
saveMime(). Method in class sun.server.http.HttpServerAdmin
Saves MIME type information to config file.
saveProperties(). Method in class sun.server.http.HttpServerAdmin
Saves server properties to config file.
saveRules(). Method in class sun.server.http.HttpServerAdmin
Saves servlet rules to config file.
SC_ACCEPTED. Static variable in interface java.servlet.http.HttpServletResponse
SC_BAD_GATEWAY. Static variable in interface java.servlet.http.HttpServletResponse
SC_BAD_REQUEST. Static variable in interface java.servlet.http.HttpServletResponse
SC_CREATED. Static variable in interface java.servlet.http.HttpServletResponse
SC_FORBIDDEN. Static variable in interface java.servlet.http.HttpServletResponse
SC_INTERNAL_SERVER_ERROR. Static variable in interface java.servlet.http.HttpServletResponse
SC_MOVED_PERMANENTLY. Static variable in interface java.servlet.http.HttpServletResponse
SC_MOVED_TEMPORARILY. Static variable in interface java.servlet.http.HttpServletResponse
SC_NO_CONTENT. Static variable in interface java.servlet.http.HttpServletResponse
SC_NOT_FOUND. Static variable in interface java.servlet.http.HttpServletResponse
SC_NOT_IMPLEMENTED. Static variable in interface java.servlet.http.HttpServletResponse
SC_NOT_MODIFIED. Static variable in interface java.servlet.http.HttpServletResponse
SC_OK. Static variable in interface java.servlet.http.HttpServletResponse
SC_SERVICE_UNAVAILABLE. Static variable in interface java.servlet.http.HttpServletResponse
SC_UNAUTHORIZED. Static variable in interface java.servlet.http.HttpServletResponse
schedule(Alarm). Method in class sun.server.misc.AlarmManager
Inserts a new alarm into the alarm event queue.
scheme. Variable in class sun.server.http.security.AuthenticationException
sendError(HttpRequest, HttpResponse). Method in class sun.server.http.security.BasicHttpAuthentication
sends a authorization error to the client.
sendError(HttpRequest, HttpResponse). Method in class sun.server.http.security.DigestAuthentication
sends a authorization error to the client.
sendError(HttpRequest, HttpResponse). Method in interface sun.server.http.security.HttpAuthentication
sends the unauthorized error to HttpResponse.
sendError(int). Method in class sun.server.http.HttpResponse
Writes an error response using the specified status code.
sendError(int). Method in interface java.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and no default message.
sendError(int, String). Method in class sun.server.http.HttpResponse
Writes an error response using the specified status code and detail message.
sendError(int, String). Method in interface java.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and detail message.
sendErrorResponse(HttpServletResponse, String). Method in class sun.server.http.ImagemapServlet
Returns an error message to the user if some error occured while processing the imagemap request
sendMenuResponse(HttpServletResponse, String). Method in class sun.server.http.ImagemapServlet
Responds with a textual menu of all available links in the mapfile
sendRedirect(String). Method in class sun.server.http.HttpResponse
Sends a redirect response to the client using the specified redirect location.
sendRedirect(String). Method in interface java.servlet.http.HttpServletResponse
Sends a redirect response to the client using the specified redirect location URL.
sendResponse(HttpServletRequest, HttpServletResponse, boolean, boolean). Method in class sun.server.http.FileServlet
Sends the response to a file GET or HEAD request back to the client.
sendResponse(HttpServletResponse, Hashtable). Method in class java.servlet.http.FormServlet
sendResponse(HttpServletResponse, URL). Method in class sun.server.http.ImagemapServlet
Returns a redirect response with the proper URL, or a "no content" response if no matching URL could be found
sendResponse(String[], String[], HttpServletRequest, HttpServletResponse). Method in class sun.server.http.CgiServlet
Execute the specified cgi script, parse its headers, and pass it's response back to the client.
server. Variable in class sun.server.ServerHandler
Server(). Constructor for class sun.server.Server
Creates a new server with default parameters.
Server(ServerParameters). Constructor for class sun.server.Server
ServerHandler(Server). Constructor for class sun.server.ServerHandler
Creates a new handler for the specified server.
serverMonitoring(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
ServerParameters(). Constructor for class sun.server.ServerParameters
Creates new server parameters.
ServerParameters(ExProperties). Constructor for class sun.server.ServerParameters
Creates new server parameters initialized from properties.
ServerSecurity(). Constructor for class sun.server.http.ServerSecurity
service(HttpRequest, HttpResponse). Method in class sun.server.http.security.Certgen
Servlet accepting input from the simple certgen form ...
service(HttpServletRequest, HttpServletResponse). Method in class sun.server.http.AdminServlet
Services a single HTTP request from the client.
service(HttpServletRequest, HttpServletResponse). Method in class sun.server.http.CgiServlet
Services a single CGI-BIN request from the client.
service(HttpServletRequest, HttpServletResponse). Method in class sun.server.http.ErrorServlet
This servlet returns what the error code maps to.
service(HttpServletRequest, HttpServletResponse). Method in class sun.server.http.FileServlet
Services a single file request from the client.
service(HttpServletRequest, HttpServletResponse). Method in class java.servlet.http.FormServlet
Services a single request from the client.
service(HttpServletRequest, HttpServletResponse). Method in class sun.server.http.FtpProxyServlet
Services a single ftp request over http protocol.
service(HttpServletRequest, HttpServletResponse). Method in class java.servlet.http.HttpServlet
Services a single HTTP request from the client.
service(HttpServletRequest, HttpServletResponse). Method in class sun.server.http.ImagemapServlet
Services a single imagemap request from the client.
service(HttpServletRequest, HttpServletResponse). Method in class sun.server.http.ProxyServlet
Services a single proxy request from the client.
service(HttpServletRequest, InputStream, ServletResponse). Method in class sun.server.http.SSIncludeHandler
Method which parses the file and invokes the Servlets.
service(HttpServletRequest, ServletResponse). Method in class sun.server.http.SSIncludeHandler
Method which parses the file and invokes the Servlets.
service(ServletRequest, ServletResponse). Method in class sun.server.http.Dispatcher
serviceRequest
service(ServletRequest, ServletResponse). Method in class java.servlet.GenericServlet
Services a single request from the client.
service(ServletRequest, ServletResponse). Method in class java.servlet.http.HttpServlet
Services a single request from the client.
service(ServletRequest, ServletResponse). Method in interface java.servlet.Servlet
Services a single request from the client.
ServletException(String). Constructor for class java.servlet.ServletException
Constructs a new ServletException with the specified detail message.
ServletInputStream(). Constructor for class java.servlet.ServletInputStream
ServletOutputStream(). Constructor for class java.servlet.ServletOutputStream
ServletSecurity(). Constructor for class sun.server.http.ServletSecurity
Construct and initialize.
ServletSecurityException(String). Constructor for class sun.server.http.ServletSecurityException
ServletSecurityException(String, String). Constructor for class sun.server.http.ServletSecurityException
setAccessLog(String). Method in class sun.server.http.HttpServerAdmin
Sets the access log file.
setAccessLogLevel(int). Method in class sun.server.http.HttpServerAdmin
Sets the access log level.
setAdminRoot(String). Method in class sun.server.http.HttpServerParameters
Sets admin root for this set of virtual hosts.
setBacklog(int). Method in class sun.server.ServerParameters
Sets the server backlog.
setBodyAttributes(String). Method in class java.servlet.html.HtmlPage
Set attributes of <BODY> tag.
setContentLength(int). Method in class sun.server.http.HttpResponse
Sets the content length for this response.
setContentLength(int). Method in interface java.servlet.ServletResponse
Sets the content length for this response.
setContentType(String). Method in class sun.server.http.HttpResponse
Sets the content type for this response.
setContentType(String). Method in interface java.servlet.ServletResponse
Sets the content type for this response.
setDateHeader(String, long). Method in class sun.server.http.HttpResponse
Sets the value of a date header field.
setDateHeader(String, long). Method in interface java.servlet.http.HttpServletResponse
Sets the value of a date header field.
setDocRoot(String, String). Method in class sun.server.http.HttpServerParameters
Sets doc root for various hosts.
setDomain(String). Method in class sun.server.http.Cookie
setEnableAcls(boolean). Method in class sun.server.http.HttpServerParameters
Sets whether ACLs are enabled.
setEnabledCipherSuites(String[]). Method in interface sun.security.ssl.SSLOptions
Controls which particular SSL cipher suites are enabled for use on this connection.
setEnabledCipherSuites(String[]). Method in class sun.security.ssl.SSLSocket
Controls which particular cipher suites are enabled for use on this connection.
setEnableProxy(boolean). Method in class sun.server.http.HttpServerParameters
Sets proxy switch
setEnableUrlLoading(boolean). Method in class sun.server.http.HttpServerParameters
Sets whether ACLs are enabled.
setEnableVirtualHosts(boolean). Method in class sun.server.http.HttpServerParameters
Sets virtual hosting option
setErrorLog(String). Method in class sun.server.http.HttpServerAdmin
Sets the error log file.
setErrorLogLevel(int). Method in class sun.server.http.HttpServerAdmin
Sets the error log level.
setEventLog(String). Method in class sun.server.http.HttpServerAdmin
Sets the event log file.
setEventLogLevel(int). Method in class sun.server.http.HttpServerAdmin
Sets the event log level.
setExpires(long). Method in class sun.server.http.Cookie
setFile(String). Method in class sun.server.util.Log
Redirects log output to the specified file.
setFile(String, boolean). Method in class sun.server.util.Log
Redirects log output to the specified file.
setFooter(String, String). Method in class sun.server.http.ChunkedOutputStream
Set a footer.
setGrace(int). Method in class sun.server.ServerParameters
Sets the shutdown grace peiod in seconds.
setGroup(String). Static method in class sun.server.Server
Sets the current group to the specified group name or group id.
setGroup(String). Method in class sun.server.ServerParameters
Sets the server group name or id.
setHeader(String, String). Method in class sun.server.http.HttpResponse
Sets the value of a header field.
setHeader(String, String). Method in interface java.servlet.http.HttpServletResponse
Sets the value of a header field.
setHost(String). Method in class sun.server.ServerParameters
Sets the server host name.
setIntHeader(String, int). Method in class sun.server.http.HttpResponse
Sets the value of an integer header field.
setIntHeader(String, int). Method in interface java.servlet.http.HttpServletResponse
Sets the value of an integer header field.
setKeepAliveCount(int). Method in class sun.server.http.HttpServerParameters
Sets the keep-alive count.
setKeepAliveTimeout(int). Method in class sun.server.http.HttpServerParameters
Sets the keep-alive timeout.
setLevel(int). Method in class sun.server.util.Log
Sets the logging level.
setListItemTag(String). Method in class java.servlet.html.HtmlList
explicitly set the list item tag.
setLogTimeFormat(String). Method in class sun.server.http.HttpServerAdmin
Sets the access log date format to be GMT or local
setMaxThreads(int). Method in class sun.server.ServerParameters
Sets the maximum number of handler threads.
setMinThreads(int). Method in class sun.server.ServerParameters
Sets the minimum number of handler threads.
setName(String). Method in class sun.server.ServerParameters
Sets the server name.
setNtService(boolean). Method in class sun.server.http.HttpServerParameters
Sets the ntservice switch.
setOutputStream(OutputStream). Method in class sun.server.util.Log
Sets logging output to the specified output stream.
setPasswd(String, String). Method in class sun.server.util.PasswordFile
Stores the password in both in-memory and on-disk versions of the password file.
setPath(String). Method in class sun.server.http.Cookie
setPort(int). Method in class sun.server.ServerParameters
Sets the server port.
setProperty(String, boolean). Method in class sun.server.misc.ExProperties
Sets the boolean value of a property.
setProperty(String, int). Method in class sun.server.misc.ExProperties
Sets the integer value of a property.
setProperty(String, long). Method in class sun.server.misc.ExProperties
Sets the long value of a property.
setProperty(String, String). Method in class sun.server.misc.ExProperties
Sets the value of a property.
setRamCacheEntrySize(int). Method in class sun.server.http.HttpServerParameters
Sets the RAM cache entry size.
setSecure(). Method in class sun.server.http.Cookie
setStatus(int). Method in class sun.server.http.HttpResponse
Sets the status code for this response with a default status message.
setStatus(int). Method in interface java.servlet.http.HttpServletResponse
Sets the status code and a default message for this response.
setStatus(int, String). Method in class sun.server.http.HttpResponse
Sets the status code and message for this response.
setStatus(int, String). Method in interface java.servlet.http.HttpServletResponse
Sets the status code and message for this response.
setTime(long). Method in class sun.server.misc.Alarm
Sets the absolute time for this alarm event.
setTimeFromNow(long). Method in class sun.server.misc.Alarm
Sets the relative time for this alarm event.
setTimeout(int). Method in class sun.server.ServerParameters
Sets the handler timeout in seconds.
setTransport(String). Method in class sun.server.ServerParameters
Sets the server transport.
setUser(String). Static method in class sun.server.Server
Sets the current user to the specified user name or user id.
setUser(String). Method in class sun.server.ServerParameters
Sets the server user name or id.
setVendor(String). Method in class sun.server.ServerParameters
Sets the server vendor.
setVersion(String). Method in class sun.server.ServerParameters
Sets the server version.
setWelcome(String). Method in class sun.server.http.HttpServerParameters
Sets the welcome page.
SHA1(). Constructor for class sun.security.jsafe.SHA1
shutdown. Variable in class sun.server.Server
Set to true when server shutdown is in progress.
shutdown(). Method in class sun.server.http.HttpServer
Shuts down the server.
shutdown(). Method in class sun.server.Server
Initiates server shutdown.
siteCertificate(HttpRequest, HttpResponse). Method in class sun.server.http.AdminServlet
size(). Method in class sun.server.misc.Cache
Returns the number of elements contained within the Cache.
size(). Method in class sun.server.http.HttpOutputStream
Returns the number of bytes written so far.
skip(long). Method in class sun.server.http.HttpInputStream
Skips n bytes of input.
SSIncludeRequest(HttpServletRequest, Hashtable). Constructor for class sun.server.http.SSIncludeRequest
SSLServerSocket(int, CertChain, Key). Constructor for class sun.security.ssl.SSLServerSocket
Create an SSL server socket.
SSLServerSocket(int, int, CertChain, Key). Constructor for class sun.security.ssl.SSLServerSocket
Create an SSL server socket.
SSLSocket(InetAddress, int). Constructor for class sun.security.ssl.SSLSocket
Constructs an SSL connection to a server at a specified address.
SSLSocket(Socket, boolean). Constructor for class sun.security.ssl.SSLSocket
Layer SSL traffic over an existing connection, rather than creating a new connection.
SSLSocket(String, int). Constructor for class sun.security.ssl.SSLSocket
Constructs an SSL connection to a named host at a specified port.
stamp(String). Method in class sun.server.misc.TimingTrace
startChunking(). Method in class sun.server.http.HttpInputStream
Use HTTP/1.1 chunking for input.
startChunking(). Method in class sun.server.http.HttpOutputStream
Use HTTP/1.1 chunking for output.
statusMsg(int). Method in class sun.server.http.HttpResponse
Returns a default status message for the specified status code.
store(String). Method in class sun.security.jsafe.KeyStore
Stores the certificate chain and private key in a directory from which they may later be retrieved.
suffix. Variable in class sun.server.misc.Regexp
suffixLen. Variable in class sun.server.misc.Regexp

T

TextOutputStream(OutputStream). Constructor for class sun.server.misc.TextOutputStream
Creates a new output stream with a default buffer size.
TextOutputStream(OutputStream, int). Constructor for class sun.server.misc.TextOutputStream
Creates a new output stream with the specified buffer size.
time. Variable in class sun.server.misc.Alarm
The absolute time, in ms, when to the alarm handler.
timeout. Variable in class sun.server.http.HttpInputStream
The maximum time to block while reading before the input stream is closed.
timeout. Variable in class sun.server.Server
Handler thread timeout.
timeout. Variable in class sun.server.ServerParameters
The number of seconds to wait for a new connection before a handler thread times out.
TimingTrace(String, int). Constructor for class sun.server.misc.TimingTrace
toBytes(). Method in class sun.security.ssl.CertChain
Return an encoded version of the certificate chain.
toGMTString(). Method in class sun.server.misc.ExDate
Return RFC 1123 formatted String representation for the date
toString(). Method in class sun.security.ssl.CertChain
Summarizes the cert chain.
toString(). Method in class sun.server.http.Cookie
Returns the string value of this cookie.
toString(). Method in class sun.security.jsafe.DSAPublicKey
toString(). Method in class java.servlet.html.HtmlApplet
toString(). Method in class java.servlet.html.HtmlChoice
Output choicelist as a String.
toString(). Method in class java.servlet.html.HtmlContainer
Output container as String.
toString(). Method in class java.servlet.html.HtmlDefinitionList
toString(). Method in class java.servlet.html.HtmlFrameset
toString(). Method in class java.servlet.html.HtmlImageMap
toString(). Method in class java.servlet.html.HtmlPage
Output container as String.
toString(). Method in class java.servlet.html.HtmlRow
toString(). Method in class java.servlet.html.HtmlTable
toString(). Method in class java.servlet.html.HtmlText
toString(). Method in class sun.server.http.security.HttpAclImpl
overrides the toString() method in java.security.acl.AclImpl
toString(). Method in class sun.security.jsafe.RSACipher
Describes this cipher engine.
toString(). Method in class sun.security.jsafe.RSAPublicKey
toString(). Method in class sun.security.ssl.SSLServerSocket
Provides a brief description of this SSL socket.
toString(). Method in class sun.security.ssl.SSLSocket
Returns a printable representation of this end of the connection.
toString(Cookie[]). Static method in class sun.server.http.Cookie
Returns a list of cookies as a string.
total. Variable in class sun.server.Server
The total number of handler threads.
totalLen. Variable in class sun.server.misc.Regexp
TraceLog(). Constructor for class sun.server.util.TraceLog
Creates a new trace log object.
TraceLog(OutputStream). Constructor for class sun.server.util.TraceLog
Creates a new trace log using the specified output stream.
TraceLog(String). Constructor for class sun.server.util.TraceLog
Creates a new trace log using the specified file.
transport. Variable in class sun.server.ServerParameters
The transport (tcp, ssl, ...) that the server uses

U

unsetHeader(String). Method in class sun.server.http.HttpResponse
Unsets the value of a header field.
unsetHeader(String). Method in interface java.servlet.http.HttpServletResponse
Unsets the value of a header field.
update(Observable, Object). Method in interface sun.server.misc.Observer
Called when observers in the observable list need to be updated.
useGMT. Variable in class sun.server.util.Log
If true then output GMT instead of local time.
useGMT(boolean). Method in class sun.server.util.Log
If true specified then use GMT for date output, else use local time.
useNative. Static variable in class sun.server.Server
Set to true if native library support is available.
user. Variable in class sun.server.ServerParameters
The user to change to when running the server.
users(). Method in class sun.server.util.PasswordFile

V

vendor. Variable in class sun.server.ServerParameters
The server vendor.
version. Variable in class sun.server.ServerParameters
The server version.

W

waitJeevesEvent(). Method in class sun.server.Server
Blocks until the Jeeves Event is triggered.
welcome. Variable in class sun.server.http.HttpServerParameters
The welcome page.
wrap(String). Method in class java.servlet.html.HtmlApplet
wrap(String). Method in class java.servlet.html.HtmlContainer
wrap(String). Method in class java.servlet.html.HtmlDefinitionList
wrap(String). Method in interface java.servlet.html.HtmlElement
Embed this element inside the given tags.
wrap(String). Method in class java.servlet.html.HtmlFrameset
wrap(String). Method in class java.servlet.html.HtmlImageMap
wrap(String). Method in class java.servlet.html.HtmlRow
wrap(String). Method in class java.servlet.html.HtmlTable
wrap(String). Method in class java.servlet.html.HtmlText
write(byte[], int, int). Method in class sun.server.http.ChunkedOutputStream
Write a sub-array of bytes.
write(byte[], int, int). Method in class sun.server.http.HttpOutputStream
Writes an array of bytes to the output stream.
write(byte[], int, int). Method in class sun.server.misc.TextOutputStream
Writes an array of bytes to the output stream.
write(Exception). Method in class sun.server.util.TraceLog
Writes an exception to the log file if the current logging level is greater than or equal to 1.
write(HttpOutputStream). Method in class sun.server.http.Cookie
write(HttpRequest, HttpResponse). Method in class sun.server.http.CommonLog
Writes an entry to the log file in common log format
write(int). Method in class sun.server.http.HttpOutputStream
Writes a byte of data to the output stream.
write(int). Method in class sun.server.misc.TextOutputStream
Writes a byte of data to the output stream.
write(int, Exception). Method in class sun.server.util.TraceLog
Writes an exception to the log file if the current logging level is greater than or equal to the specified level.
write(int, String). Method in class sun.server.util.TraceLog
Writes a message to the log file if the current logging level is greater than or equal to the specified level.
write(OutputStream). Method in class java.servlet.html.HtmlApplet
write(OutputStream). Method in class java.servlet.html.HtmlChoice
Write html formatted stream to OutputStream.
write(OutputStream). Method in class java.servlet.html.HtmlContainer
Calls write on each of the elements in this container.
write(OutputStream). Method in class java.servlet.html.HtmlDefinitionList
write(OutputStream). Method in interface java.servlet.html.HtmlElement
Write this object to OutputStream as html.
write(OutputStream). Method in class java.servlet.html.HtmlFrameset
write(OutputStream). Method in class java.servlet.html.HtmlImageMap
write(OutputStream). Method in class java.servlet.html.HtmlPage
Write html for page to OutputStream.
write(OutputStream). Method in class java.servlet.html.HtmlRow
write(OutputStream). Method in class java.servlet.html.HtmlTable
write(OutputStream). Method in class java.servlet.html.HtmlText
write(String). Method in class sun.server.util.TraceLog
Writes a message to the log file if the current logging level is greater than or equal to 1.
writePassword(String, String). Method in class sun.server.util.PasswordFile
The method appends a new entry to the password file.
written. Variable in class sun.server.http.HttpOutputStream
Total number of bytes written so far.

Y

y. Variable in class sun.security.jsafe.DSAPublicKey