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

A

AUTH_KEY - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
accepted - Static variable in class com.lutris.http.HttpStatus
 
activate() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Override the activate() method to allow per-connection variables to be reset for each new connection.
activate() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Complete connection establishment after authentication.
active - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Whether or not this connection is active.
addCookie(Cookie) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Add the Cookie to this Response.
addCookie(Cookie) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Add a cookie to the list of cookies to send to the browser.
addDateHeader(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Adds a response header with the given name and date-value.
addDateHeader(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Adds a response header with the given name and date value.
addHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Add a Header to the set of Headers associated with this Request.
addHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Adds a response header with the given name and integer value.
addParameter(String, String[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Add a parameter name and corresponding set of values to this Request.
attributes - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
authKey - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The authentication key for this connection.
authRequired() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Implementation class must provide this method.
authRequired() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Implementation class must provide this method.
authenticate() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Causes the authentication challenge to be sent to the client.
authenticate(boolean, boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Second version of authenticate that allows a request for post-open and post-header callbacks.

B

BIND_ADDR - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
backlog - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The backlog parameter for the server socket.
badGateway - Static variable in class com.lutris.http.HttpStatus
 
badRequest - Static variable in class com.lutris.http.HttpStatus
 
bindAddress - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
IP address to bind to.

C

CLIENT_TIMEOUT - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
CircularQueue - class com.lutris.util.CircularQueue.
 
CircularQueue(int) - Constructor for class com.lutris.util.CircularQueue
Creates a circular queue of size s (s objects).
callback(int, byte[], byte[][]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Send a callback to the client.
checkRebalanceCounter(String) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
clearCookies() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Clear the collection of Cookies associated with this Request.
clearHeaders() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Clear the collection of Headers associated with this Request.
clearParameters() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Clear the collection of parameters associated with this Request.
clientMajor - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Client side protocol major version.
clientMinor - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Client side protocol minor version.
clientTimeout - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The maximum time for a thread to keep a socket connection to the client for.
close() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBufferedOutputStream
Flushes outgoing data, then flushes the contained output stream.
close() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
closeConnection() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to close output stream.
closeInput() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
closeInput() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Discards any further incoming request entity data and marks the input stream as "closed".
closeOutput() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
closeOutput() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to close output stream.
cmType - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
com.lutris.http - package com.lutris.http
 
com.lutris.util - package com.lutris.util
 
configureSessionCookie(Cookie) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
conflict - Static variable in class com.lutris.http.HttpStatus
 
connect(Socket) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
This method causes a new EnhydraDirectorProtocol instance to accept the next socket connection from a server socket.
connection - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
connection - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
connections - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The queue for incoming connections.
containsHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns true if the current response contains the named header.
count - Variable in class com.lutris.util.CircularQueue
Number of objects currently stored in the queue.
createInputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Create and return a ServletInputStream to read the content associated with this Request.
createOutputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Create and return a ServletOutputStream to write the content associated with this Response.
created - Static variable in class com.lutris.http.HttpStatus
 

D

DEFAULT_CLIENT_TIMEOUT - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
DEFAULT_ENCODING - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
DEFAULT_NUM_THREADS - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
DEFAULT_QUEUE_SIZE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
DEFAULT_THREAD_TIMEOUT - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
DirectorException - error org.enhydra.servlet.DirectorException.
 
DirectorException(Exception) - Constructor for class org.enhydra.servlet.DirectorException
Constucts with an existing exception or error.
DirectorProtocol - class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol.
 
DirectorProtocol() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
DirectorRequest - class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest.
Enhydra Director implementation of the request.
DirectorRequest(EnhydraDirectorConnection) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
DirectorResponse - class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse.
Enhydra Director implementation of the response.
DirectorResponse(EnhydraDirectorConnection) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
deactivate() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Cause this connection to go into an inactive state.
decodeURL() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
deleteEnhydraSession(Object, String) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraReflexion
 
destroy() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
destroy() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Shut down the connection method.
disableRebalanceCounter() - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
discardEntity() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Discard the entire entity body We don't care about it.
dispatcherType - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the value of an attribute of the request.
doContinue - Static variable in class com.lutris.http.HttpStatus
 
doGetSession(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the session associated with this Request, creating one if necessary and requested.
doWrite(byte[], int, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Write a chunk of bytes.
domain - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 

E

ENHYDRADIRECTOR - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
EnhydraDirectorBadStateException - exception org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBadStateException.
Exception to signal that an EnhydraDirector connection has gotten into an unexpeceted state, or that one of its public methods has been called while the connection is in an incorrect state.
EnhydraDirectorBadStateException() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBadStateException
Create a new exception object with no message text.
EnhydraDirectorBadStateException(String) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBadStateException
Create a new exception object with message text.
EnhydraDirectorBufferedOutputStream - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBufferedOutputStream.
Extension of BufferedOutputStream to allow "reset" of the buffer.
EnhydraDirectorBufferedOutputStream(OutputStream, int, EnhydraDirectorConnection) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBufferedOutputStream
Creates a new instance with the specified connection context, OutputStream, and buffer size.
EnhydraDirectorConnection - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection.
 
EnhydraDirectorConnection(Log) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
EnhydraDirectorConnectionMethod - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod.
The Enhydra connection method.
EnhydraDirectorConnectionMethod(Adapter) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
EnhydraDirectorConnectionMethod() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
EnhydraDirectorException - exception org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorException.
Exception to signal that an EnhydraDirector connection has encountered an error.
EnhydraDirectorException() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorException
Create a new exception object with no message text.
EnhydraDirectorException(String) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorException
Create a new exception object with message text.
EnhydraDirectorFunction - interface org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorFunction.
Interface for pluggable EnhydraDirector protocol functions.
EnhydraDirectorProtocol - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol.
 
EnhydraDirectorProtocol(Log) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Create a new EnhydraDirector connection object.
EnhydraDirectorWriter - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter.
Coyote implementation of the servlet writer.
EnhydraDirectorWriter(EnhydraDirectorOutputStream) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
EnhydraReflexion - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraReflexion.
 
EnhydraReflexion() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraReflexion
 
enableRebalanceCounter() - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
encodeRedirectURL(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Encodes the specified URL for use in the sendRedirect method or
encodeRedirectURL(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
encodeRedirectUrl(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
encodeRedirectUrl(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Encodes the specified URL for use in the sendRedirect method.
encodeURL(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Encodes the specified URL by including the session ID in it
encodeURL(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
mora servlet response Sets the locale of the response.
encodeUrl(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
encodeUrl(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Encodes the specified URL by including the session ID in it, or if encoding is not needed, returns the URL unchanged.
endPoint - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
equivalent(EnhydraDirectorConnectionMethod) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Compares the port number to determine equivalency
errorHtml - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return this HTML if an unexpected exception is thrown.

F

FORM_POST_MIME_TYPE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Standard Mime type for POST-ed forms.
findConnector() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
finishHeaders() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to send an HTTP cookie.
finishRequest() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Perform whatever actions are required to close the input stream
finishResponse() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Perform whatever actions are required to close the output
flush() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBufferedOutputStream
 
flush() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
flushBuffer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Forces any content in the buffer to be written to the client.
forbidden - Static variable in class com.lutris.http.HttpStatus
 
formatResponseCookie(Cookie) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 

G

gatewayTimeout - Static variable in class com.lutris.http.HttpStatus
 
get() - Method in class com.lutris.util.CircularQueue
Removes an object from the queue.
getAdapter() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return request attribute if it exists
getAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getAttributeNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getAttributeNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the names of all request attributes for this Request
getAttributeNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getAuthData() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Abstract method to get authentication secret data.
getAuthData() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Abstract method to get authentication secret data.
getAuthKey() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Get the authentication key for this connection.
getAuthKey() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Get the authentication key for this connection.
getAuthType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Auth Type associated with this Request.
getAuthType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the authentication scheme of this request.
getAuthorization() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the authorization credentials sent with this request.
getBacklog() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getBacklog() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getBindAddress() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Gets the current Bind address, if any.
getBindAddress() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Gets the current Bind address, if any.
getBufferSize() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Returns the actual buffer size used for the response.
getBufferSize() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the actual buffer size used for the response.
getCharacterEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Character Encoding associated with this Request.
getCharacterEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getCharacterEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the charset used for the body.
getClientTimeout() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Gets the client timeout associated with this connection method.
getClientTimeout() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Gets the client timeout associated with this connection method.
getConnection() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Returns an socket from the connection queue.
getConnector() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getContentCount() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return the number of bytes actually written to the output stream.
getContentLength() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Content Length associated with this Request.
getContentLength() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the size of the request data.
getContentType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Content Type associated with this Request.
getContentType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Returns the content type used for the MIME body sent in this response.
getContentType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the content type of the request.
getCookies() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get cookies associated with this Request.
getCookies() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Get the Cookies associated with this Response.
getCookies() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the array of cookies found in this request.
getCount() - Method in class com.lutris.util.CircularQueue
Returns the total number of objects stored in the queue.
getCounterToken(String) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
getDateHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Date Header with the specified name associated with this Request.
getDateHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the value of the requested date header field of this request.
getDecodedRequestURI() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
getDomain() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getDomain() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getEmptySessionPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getEmptySessionPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getEmptySessionPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getEnhydraDirectorConnection() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getEnhydraSessionManager(Servlet) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraReflexion
 
getException() - Method in class org.enhydra.servlet.DirectorException
Get the exception that occured.
getFunction(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Internal dispatch table for server side function handlers.
getFunction(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Internal dispatch table for server side function handlers.
getHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Header with the specified name associated with this Request.
getHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Get the Header with the specified name associated with this Response.
getHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the value of the requested header field of this request.
getHeaderNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Header names associated with this Request.
getHeaderNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Get the Header Names associated with this Response.
getHeaderNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the header names for this request.
getHeaderValues(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Get the Header Values with the specified name associated with this Response.
getHeaders(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Header names with the specified name associated with this Request.
getHeaders(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns all the values of the specified requst header as an Enumeration of String objects.
getHost() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the host name
getIPPortToken() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getInetAddress() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getInfo() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return descriptive information about this Request implementation
getInfo() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return descriptive information about this Response implementation
getInfo() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return descriptive information about this Connector implementation.
getInputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the servlet input stream for this Request.
getInputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get an input stream for reading binary data in the request body.
getIntHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Int Header with the specified name associated with this Request.
getIntHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the value of the specified integer header field of this request.
getLocalAddr() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalName() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalizedMessage() - Method in class org.enhydra.servlet.DirectorException
Get the localized message of the encapsulate exception.
getMessage() - Method in class org.enhydra.servlet.DirectorException
Get the detail message of the encapsulate exception.
getMessage() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Get the Message associated with this Response.
getMessage() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getMethod() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the method associated with this Request.
getMethod() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the HTTP method (for example, GET, POST, PUT) with which this request was made.
getNumThreads() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Gets the maximum number of handler threads associated with this connection method.
getNumThreads() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Gets the maximum number of handler threads associated with this connection method.
getObjectName() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getOutputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the byte output stream object for this response.
getParameter(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the parameter with the specified name
getParameter(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get a string containing the lone value of the specified parameter.
getParameterNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the parameter names
getParameterNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the parameter names for this request.
getParameterValues(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the parameter values
getParameterValues(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the values of the specified parameter for the request.
getPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Gets the port associated with this connection method.
getPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Gets the port associated with this connection method.
getPrefixHint() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
getPrefixHint() and setPrefixHint().
getPrefixHint() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
getPrefixHint() and setPrefixHint().
getProtocol() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Protocol associated with this Request.
getProtocol() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the protocol and version of the request.
getQueryString() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Query String associated with this Request.
getQueryString() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets any query string that is part of the HTTP request URI.
getQueueSize() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Gets the maximum queue size associated with this connection method.
getQueueSize() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Gets the maximum queue size associated with this connection method.
getReader() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Read the Reader wrapping the input stream for this Request.
getReader() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns a buffered reader for reading text in the request body.
getRebalanceCounter() - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
getRebalanceIfSessionExpired() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getRebalanceIfSessionExpired() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getRemoteAddr() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the remote IP address making this Request.
getRemoteAddr() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the IP address of the agent that sent the request.
getRemoteHost() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the remote host name making this Request.
getRemoteHost() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the fully qualified host name of the agent that sent the request.
getRemotePort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemoteUser() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Remote User associated with this Request.
getRemoteUser() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the name of the user making this request.
getReporter() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return a PrintWriter that can be used to render error messages
getRequestURI() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Requested URI associated with this Request.
getRequestURI() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the part of this request's URI that is to the left of any query string.
getRequestURL() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Requested URL associated with this Request.
getRequestURL() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Reconstructs the URL the client used to make the request.
getRequestedSessionId() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
getResponseContentLength() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Return the Content Length associated with this Response.
getResponseContentType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Return the Content Type associated with this Response.
getResponseCookies() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the Cookies associated with this Response..
getResponseHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the Header with the specified name associated with this Response.
getResponseHeaderNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Return the Header Names associated with this Response.
getResponseHeaderValues() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Return the Header Values associated with this Response.
getScheme() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the scheme used to make this Request.
getScheme() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the scheme of the URL used in this request, for example "http", "https", or "ftp".
getServerName() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Server Name
getServerName() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the host name of the server that received the request.
getServerPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Server Port
getServerPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the port number on which this request was received.
getSession(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
getSessionAffinity() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
getSessionAffinity() and setSessionAffinity().
getSessionAffinity() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getSessionAffinity() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
getSessionAffinity() and setSessionAffinity().
getSessionAffinityIdChangeRequest() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getSessionIDToRemove() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getSessionInternal() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
getSessionInternal(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
getSoTimeout() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getStateName() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns a text name for the current state of this instance.
getStateName(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns a text name for the specified state number.
getStatus() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Get the Status associated with this Response.
getStatus() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Return the Status Type associated with this Response.
getStatusMsg(int) - Static method in class com.lutris.http.HttpStatus
Get the default status message for a HTTP status code.
getStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the input stream associated with this Request.
getStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return the output stream associated with this Response.
getTcpNoDelay() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getTcpNoDelay() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getThreadTimeout() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Gets the thread timeout associated with this connection method.
getThreadTimeout() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Gets the thread timeout associated with this connection method.
getToSendEmptyCookie() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getURIEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getURIEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getUseBodyEncodingForURI() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
getUseBodyEncodingForURI() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getWriter() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets a character stream printing writer for the response.
gone - Static variable in class com.lutris.http.HttpStatus
 

H

HttpStatus - class com.lutris.http.HttpStatus.
 
HttpStatus() - Constructor for class com.lutris.http.HttpStatus
 
handlers - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The thread group for EnhydraDirectorHandler threads.
httpVersionNotSupported - Static variable in class com.lutris.http.HttpStatus
 

I

init() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
inputAvailable() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns a maximum number of bytes which can be read without blocking.
internalServerError - Static variable in class com.lutris.http.HttpStatus
 
isAuthenticated() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns true if the client has successfully authenticated itself for this connection.
isCommitted() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns a boolean indicating whether the response has been committed.
isConnected() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns false if this connection is in the CLOSED state, otherwise returns true.
isEmpty() - Method in class com.lutris.util.CircularQueue
Checks to see if the queue is empty.
isEnhydraApp(Servlet) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraReflexion
 
isOpen() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns if the connection is fully established.
isRequestedSessionIdFromCookie() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
isRequestedSessionIdFromURL() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdValid() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
isSecure() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
isTrueIOException() - Method in class org.enhydra.servlet.ServletIOException
Did this exception come from an a I/O operation rather than a generated exception.

L

lenghtRequired - Static variable in class com.lutris.http.HttpStatus
 
listenerSocket - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The server socket.
liveThreads - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
A list of references to all EnhydraDirectorHandler threads (active and waiting).
log - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Logging channel

M

MAJOR_VERSION - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
MAX_AUTHDATA_LENGTH - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
MAX_FUNCDATA_LENGTH - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
MAX_SMALL_PACKET_LENGTH - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
MINOR_VERSION - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
maxAgeToExpires(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
maxHandlers - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The maximum number of EnhydraDirectorHandler threads.
maxQueue - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The maximum size of the connection queue.
mergeParameters(Hashtable, Hashtable) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
methodNotAllowed - Static variable in class com.lutris.http.HttpStatus
 
movedPermanently - Static variable in class com.lutris.http.HttpStatus
 
movedTemporarily - Static variable in class com.lutris.http.HttpStatus
 
mserver - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
multipleChoices - Static variable in class com.lutris.http.HttpStatus
 

N

NUM_THREADS - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
noContent - Static variable in class com.lutris.http.HttpStatus
 
nonAuthoritativeInformation - Static variable in class com.lutris.http.HttpStatus
 
notAcceptable - Static variable in class com.lutris.http.HttpStatus
 
notFound - Static variable in class com.lutris.http.HttpStatus
 
notImplemented - Static variable in class com.lutris.http.HttpStatus
 
notModified - Static variable in class com.lutris.http.HttpStatus
 
numWaiting - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The total number EnhydraDirectorHandler threads (active and waiting).

O

obtainSessionId() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
ok - Static variable in class com.lutris.http.HttpStatus
 
oname - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
org.enhydra.servlet - package org.enhydra.servlet
 
org.enhydra.servlet.connectionMethods.EnhydraDirector - package org.enhydra.servlet.connectionMethods.EnhydraDirector
 
os - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 

P

PKT_HEADER_SIZE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_OPENFLAGS_HEADERCB - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_OPENFLAGS_OPENCB - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_AUTH_CLI - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_AUTH_FAIL - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_AUTH_OK - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_AUTH_SVR - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_CTRL_CLI_ACTIVATE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_CTRL_CLI_CLOSE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_CTRL_CLI_DEACTIVATE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_CTRL_SVR_REFRESH - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_FUNC_CALL - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_FUNC_END - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_FUNC_FAIL - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_FUNC_OK - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_FUNC_ONEWAY - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_HEADER_COOKIE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_HEADER_HEADER - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_HEADER_HTTP - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_HEADER_LAST - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_PROTO_CLOSE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_PROTO_FATAL - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_PROTO_VERSION - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_REQ_DATA - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_REQ_LASTDATA - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_RESP_DATA - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_RESP_END - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_RESP_ERROR - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_RESP_LOGS - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_SUBTYPE_RESP_WARNING - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_TYPE_AUTH - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_TYPE_CTRL_CLI - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_TYPE_CTRL_SVR - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_TYPE_FUNC - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_TYPE_HEADER - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_TYPE_PROTO - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_TYPE_REQ - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PKT_TYPE_RESP - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
PORT - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
PREFIX_HINT - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
parsePostData(int, ServletInputStream, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
partialContent - Static variable in class com.lutris.http.HttpStatus
 
pause() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
paymentRequired - Static variable in class com.lutris.http.HttpStatus
 
port - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The port number for this connection method instance to bind to.
postDeregister() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
postRegister(Boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
preDeregister() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
preconditionFailed - Static variable in class com.lutris.http.HttpStatus
 
prefixHint - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The URL used on the external (i.e.
print(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
print(char) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
print(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
print(long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
print(float) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
print(double) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
print(char[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
print(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
print(Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
printStackTrace() - Method in class org.enhydra.servlet.DirectorException
Call the encapsulated object printStackTrack method with output to the standard error string.
printStackTrace(PrintStream) - Method in class org.enhydra.servlet.DirectorException
Call the encapsulated object printStackTrack method with output to a specified stream.
printStackTrace(PrintWriter) - Method in class org.enhydra.servlet.DirectorException
Call the encapsulated object printStackTrack method with output to a specified stream print writer.
println() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(char) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(float) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(double) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(char[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
println(Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
processCgiHeader(byte[], byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Abstract method to get authentication secret data.
processCgiHeader(byte[], byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Abstract method to process a CGI-BIN header.
processCookie(byte[], byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Abstract method to get authentication secret data.
processCookie(byte[], byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Abstract method to process a cookie.
processHttpHeader(byte[], byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Abstract method to get authentication secret data.
processHttpHeader(byte[], byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Abstract method to process an HTTP request header.
proxyAuthenticationRequired - Static variable in class com.lutris.http.HttpStatus
 
put(Object) - Method in class com.lutris.util.CircularQueue
Stores an object in the queue.

Q

QUEUE_SIZE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
qSize - Variable in class com.lutris.util.CircularQueue
The number of objects in the array (Queue size + 1).
queue - Variable in class com.lutris.util.CircularQueue
Array of references to the objects being queued.

R

RebalanceCounter - class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter.
 
RebalanceCounter() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
rIndex - Variable in class com.lutris.util.CircularQueue
The array index for the next object to be removed from the queue.
read(byte[], int, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Read at least one and at most len request entity bytes.
read(byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Read at least one and at most inBuf.length bytes.
read() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Read a single byte of entity input and return it as an integer from 0 to 255.
readExactly(byte[], int, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Read exactly len request entity bytes.
readExactly(byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Read request entity bytes with Java read semantics.
rebalance() - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
recycle() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
removeAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Remove request attribute
removeAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Remove attribute with the specified name
requestDispatcherPath - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
requestEntityTooLarge - Static variable in class com.lutris.http.HttpStatus
 
requestTimeout - Static variable in class com.lutris.http.HttpStatus
 
requestUriTooLarge - Static variable in class com.lutris.http.HttpStatus
 
reset(int, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
reset() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Clears any data that exists in the buffer as well as the status code and headers.
reset() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBufferedOutputStream
Discards buffered data and drops reference to the output stream.
reset() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Clears any data that exists in the buffer as well as the status code and headers.
resetBuffer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Clears the content of the underlying buffer in the response without clearing headers or status code.
resetBuffer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
resetContent - Static variable in class com.lutris.http.HttpStatus
 
resume() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
rethrow(IOException) - Static method in class org.enhydra.servlet.ServletIOException
Static method that does the approriate conversion from an IOException to a ServletIOException If the exception is already an ServletIOException, it is simple rethrown.
run() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Runs the EnhydraDirectorConnectionMethod.
run(EnhydraDirectorProtocol) - Method in interface org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorFunction
Generic run method for an EnhydraDirector protocol function.

S

SERVER_BUSY_MSG - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
SESSION_AFFINITY - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
STATE_CHECK_AUTH - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_CLOSED - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_HAVE_HEADERS - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_NEWCONNECT - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_OPEN - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_OPENING - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_PROCESSING_ENTITY_FUNC - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_PROCESSING_FUNC - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_PROCESSING_HEADER - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_PROCESSING_REQUEST - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_RECEIVING_ENTITY - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_RECEIVING_HEADERS - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_WAIT_AUTH - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_WAIT_ENTITY_CALLBACK - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_WAIT_HEADER_CALLBACK - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_WAIT_OPEN_CALLBACK - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
STATE_WAIT_VERSION - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
 
ServletIOException - exception org.enhydra.servlet.ServletIOException.
IOException derived class that is thrown when the servlet encounters an I/O error when talking to a client.
ServletIOException(IOException) - Constructor for class org.enhydra.servlet.ServletIOException
Construct a new exception from an existing IOException.
ServletIOException(String) - Constructor for class org.enhydra.servlet.ServletIOException
Construct a new exception with a specific message.
sIndex - Variable in class com.lutris.util.CircularQueue
The array index for the next object to be stored in the queue.
seeOther - Static variable in class com.lutris.http.HttpStatus
 
sendAcknowledgement() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Send an acknowledgment of a request.
sendCookie(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to send an HTTP cookie.
sendError(int, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sends an error response to the client using the specified status.
sendError(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sends an error response to the client using the specified status code
sendError(int, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sends an error response to the client using the specified status code and descriptive message.
sendError(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sends an error response to the client using the specified status code and a default message.
sendHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to send an HTTP header.
sendRedirect(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sends a temporary redirect response to the client using the specified redirect location URL.
serviceUnavailable - Static variable in class com.lutris.http.HttpStatus
 
sessionAffinity - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The session affinity flag NOTE: This attribute is not settable through the multiserver administration screen.
setAdapter(Adapter) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setAdapter(Adapter) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setAttribute(String, Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setAttribute(String, Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set request attribute to the specified value
setAttribute(String, Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Set the Attribute with the specified name and value
setAuthData(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets authentication data.
setAuthKey(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Set the authentication key for this connection.
setAuthKey(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the authentication key for this connection.
setAuthType(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the authentication type used for this request
setAuthorization(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the authorization credentials sent with this request.
setBacklog(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setBacklog(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setBindAddress(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
Sets the current Bind address, if any.
setBindAddress(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Sets the current Bind address, if any.
setBufferSize(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sets the preferred buffer size for the body of the response.
setBufferSize(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the preferred buffer size for the body of the response.
setCharacterEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the Character Encoding associated with this Request.
setCharacterEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
setCharacterEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setClientTimeout(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setClientTimeout(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setConnector(Connector) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setContentLength(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the content length associated with this Request.
setContentLength(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sets the length of the content body in the response
setContentLength(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the value of the outgoing Content-Length header.
setContentType(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the content type associated with this Request.
setContentType(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setContentType(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the MIME content type of the outgoing response.
setCookieContextPath(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setDateHeader(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sets a response header with the given name and date-value.
setDateHeader(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets a response header with the given name and date value.
setDecodedRequestURI(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the decoded request URI.
setDetectedSessionID(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setDomain(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setEmptySessionPath(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setEmptySessionPath(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setEmptySessionPath(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sets a response header with the given name and value.
setHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets a response header with the given name and integer value.
setIPPortToken(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
These values are used by the session manager to determine what IP and Port number to include with the user's session cookie.
setIntHeader(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets a response header with the given name and integer value.
setMethod(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the HTTP request method used for this Request.
setNumThreads(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setNumThreads(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setPort(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setPort(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setPrefixHint(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setPrefixHint(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setProtocol(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the protocol name and version associated with this Request.
setQueryString(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the query string for this Request
setQueryString(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the query string that is part of the HTTP request URI.
setQueueSize(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setQueueSize(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setRebalanceIfSessionExpired(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setRebalanceIfSessionExpired(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setRemoteAddr(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the remote IP address associated with this Request.
setRequestURI(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the unparsed request URI for this Request.
setRequestedSessionCookie(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return true if the session identifier included in this request came from a cookie.
setRequestedSessionId(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
setRequestedSessionURL(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
setScheme(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the name of the scheme associated with this request.
setServerName(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the name of the server (virtual host) to process this request.
setServerPort(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the port number of the server to process this request.
setSessionAffinity(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setSessionAffinity(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
This flag is used by the session manager to determine if the IP and Port string should be included in the session cookie.
setSessionAffinity(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setSessionAffinityIdChangeRequest(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
If EnhydraDirector request to change ServerID this will be set to "true"
setSoTimeout(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setStatus(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sets the status code for this response.
setStatus(int, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
setStatus(int, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the status code for this response.
setStatus(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the status code for this response.
setStream(InputStream) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the input stream associated with this Request.
setStream(OutputStream) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Set the output stream associated with this Response.
setTcpNoDelay(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setTcpNoDelay(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setThreadTimeout(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setThreadTimeout(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setToRebalanceIfSessionExpired(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setToSendEmptyCookie(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setURIEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setURIEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setURIEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setUseBodyEncodingForURI(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
setUseBodyEncodingForURI(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setUseBodyEncodingForURI(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setUserPrincipal(Principal) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
skip(long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Skip over nbytes bytes of entity input data.
start() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
start() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Begin processing requests via this Connector.
state - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
The current state of this connection's state machine.
stop() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorProtocol
 
stop() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Terminate processing requests via this Connector.
stuffInternalHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Private helper method to stuff a header into the request headers list.
switchingProtocols - Static variable in class com.lutris.http.HttpStatus
 

T

THREAD_TIMEOUT - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
TYPE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
threadTimeout - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The maximum time for an EnhydraDirectorHandler thread to wait for a connection.
toString() - Method in class org.enhydra.servlet.DirectorException
Returns a string representation that includes this object and the encapsulated object.
toString() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Generates a string that displays the current state of this instance.

U

unauthorized - Static variable in class com.lutris.http.HttpStatus
 
unsupportedMediaType - Static variable in class com.lutris.http.HttpStatus
 
useProxy - Static variable in class com.lutris.http.HttpStatus
 
useRebalanceCounter() - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 

W

wrapedResponse - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
write(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to write a single byte of response data.
write(byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to write a single byte of response data.
write(byte[], int, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to write a single byte of response data.
write(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
write(char[], int, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
write(char[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
write(String, int, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
write(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 

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