A B C D E F G H I L M N O P Q R S T U V 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.
addLifecycleListener(LifecycleListener) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Add a lifecycle event listener to this component.
addLocale(Locale) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Add a Locale to the set of preferred Locales for this Request.
addParameter(String, String[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Add a parameter name and corresponding set of values to this Request.
appCommitted - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
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.
clearLocales() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Clear the collection of Locales 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.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.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
Method to close output stream.
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.EnhydraDirectorConnection
 
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.
container - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The Container used for processing requests received by this Connector.
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.
createRequest() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createResponse() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
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.
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.
deleteEnhydraSession(Object, String) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraReflexion
 
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.
doContinue - Static variable in class com.lutris.http.HttpStatus
 
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.EnhydraDirectorConnectionMethod
 

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() - 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
 
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.
equivalent(EnhydraDirectorConnectionMethod) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Compares the port number to determine equivalency
error - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
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.
facade - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the ServletRequest for which this object is the facade.
filterChain - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
findLifecycleListeners() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Get the lifecycle listeners associated with this lifecycle.
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
Flushes outgoing data, then flushes the contained output stream.
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.
getAddress() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the bind IP address for this Connector.
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
Returns the value of an attribute of the request.
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.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.
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
 
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.DirectorRequest
Return the Connector through which this Request was received.
getConnector() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return the Connector through which this Response is returned.
getContainer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the Container used for processing requests received by this Connector.
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.
getContext() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Context within which this Request is being processed.
getContext() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return the Context with which this Response is associated.
getContext() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the Context
getContextPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Context Path associated with this Request.
getContextPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the Context Path
getContextPathMB() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the context path.
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.
getDebug() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getDecodedRequestURI() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the decoded request URI.
getDecodedRequestURIMB() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the decoded request URI.
getDomain() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
getEnableLookups() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the "enable DNS lookups" flag.
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.
getFactory() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the server socket factory used by this Container.
getFilterChain() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get filter chain associated with the request.
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.DirectorRequest
Return the Host within which this Request is being processed.
getHost() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the host name
getIPPortToken() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getIncluded() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return the "processing inside an include" flag.
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.
getLocale() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocale() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Returns the locale specified for this response
getLocale() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the locale of the response.
getLocales() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language headers that were encountered.
getLocales() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getLocalizedMessage() - Method in class org.enhydra.servlet.DirectorException
Get the localized message of the encapsulate exception.
getMapper() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the mapper.
getMapperListener() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the mapper.
getMappingData() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return mapping data
getMappingData() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the Mapping Data
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.
getNote(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNoteNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return an Iterator containing the String names of all notes bindings that exist for this request.
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.EnhydraDirectorConnectionMethod
 
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.
getParameterMap() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns a java.util.Map of the parameters of this request.
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.
getPathInfo() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Path Info associated with this Request.
getPathInfo() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets any optional extra path information following the servlet path of this request's URI, but immediately preceding its query string.
getPathInfoMB() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the path info.
getPathTranslated() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Path Translated associated with this Request.
getPathTranslated() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets any optional extra path information following the servlet path of this request's URI, but immediately preceding its query string, and translates it to a real path.
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.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.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.
getRealPath(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the real path of the specified virtual path.
getRealPath(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Applies alias rules to the specified virtual path and returns the corresponding real path, or null if the translation can not be performed for any reason.
getRebalanceCounter() - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
getRedirectPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
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
getRequest() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
getRequest() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return the Request with which this Response is associated.
getRequestDispatcher(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getRequestPathMB() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the request path.
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
Get the Requested SessionId associated with this Request.
getRequestedSessionId() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the session id specified with this request.
getResponse() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Response with which this Request is associated.
getResponse() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Return the ServletResponse for which this object is the facade.
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".
getScheme() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the scheme that will be assigned to requests received through this connector.
getSecure() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Return the secure connection flag that will be assigned to requests received through this connector.
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.
getService() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Returns the Service with which we are associated.
getServletPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Servlet Path associated with this Request.
getServletPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the part of this request's URI that refers to the servlet being invoked.
getServletPathMB() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the servlet path.
getSession(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the session associated with this Request, creating one if necessary and requested.
getSession() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the Http session associated with this Request.
getSession() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the current valid session associated with this request, if create is false or, if necessary, creates a new session for the request, if create is true.
getSession(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getSessionAffinity() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getSessionAffinity() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
getSessionAffinity() and setSessionAffinity().
getSocket() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Not in use
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.
getThreadTimeout() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Gets the thread timeout associated with this connection method.
getUserPrincipal() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get the User Principal associated with this Request.
getUserPrincipal() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getValveContext() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Get valve context.
getWrapper() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Return the Wrapper within which this Request is being processed.
getWrapper() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the Wrapper within which this Request is being processed.
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.
hasMoreElements() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Stub hasMoreElements implementation so this instance can be passed as an empty enumeration.
httpVersionNotSupported - Static variable in class com.lutris.http.HttpStatus
 

I

included - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
initialize() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
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
 
isAppCommitted() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Application commit flag accessor.
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
 
isError() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Error flag accessor.
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
Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromCookie() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Checks whether the session id specified by this request came in as a cookie.
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.
isRequestedSessionIdFromURL() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Checks whether the session id specified by this request came in as part of the URL.
isRequestedSessionIdFromUrl() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
isRequestedSessionIdFromUrl() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Checks whether the session id specified by this request came in as part of the URL.
isRequestedSessionIdValid() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
isRequestedSessionIdValid() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Checks whether this request is associated with a session that is valid in the current session context.
isSecure() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
isSecure() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
isSuspended() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Suspended flag accessor.
isTrueIOException() - Method in class org.enhydra.servlet.ServletIOException
Did this exception come from an a I/O operation rather than a generated exception.
isUserInRole(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
isUserInRole(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".

L

lenghtRequired - Static variable in class com.lutris.http.HttpStatus
 
lifecycle - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
The lifecycle event support for this component.
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
 
mappingData - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
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.EnhydraDirectorConnectionMethod
 
multipleChoices - Static variable in class com.lutris.http.HttpStatus
 

N

NUM_THREADS - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
nextElement() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Stub nextElement implementation so this instance can be passed as an empty enumeration.
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.EnhydraDirectorConnection
 
ok - Static variable in class com.lutris.http.HttpStatus
 
oname - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
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
 
parameterMap - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
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.EnhydraDirectorConnectionMethod
 
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.EnhydraDirectorConnectionMethod
 
postRegister(Boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
preDeregister() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
preRegister(MBeanServer, ObjectName) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
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
removeLifecycleListener(LifecycleListener) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Remove a lifecycle event listener from this component.
removeNote(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Remove any object bound to the specified name in the internal notes for this request.
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.EnhydraDirectorConnectionMethod
 
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.
secure - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
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
 
session - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
The currently active session for this request.
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.
setAddress(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the bind IP address for this Connector.
setAppCommitted(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Set the application commit flag.
setAttribute(String, Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set request attribute to the specified value
setAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Set attribute with the specified name
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.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.
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.EnhydraDirectorConnectionMethod
 
setConnector(Connector) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Set the Connector through which this Response is returned.
setContainer(Container) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the Container used for processing requests received by this Connector.
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.
setContext(Context) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Set the Context with which this Response is associated.
setContext(Context) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Set the Context
setContextPath(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the context path for this Request.
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.
setDebug(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setDecodedRequestURI(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the decoded request URI.
setEnableLookups(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the "enable DNS lookups" flag.
setError() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Set the error flag.
setFactory(ServerSocketFactory) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the server socket factory used by this Container.
setFilterChain(FilterChain) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set filter chain associated with the request.
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.
setHost(Host) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the Host within which this Request is being processed.
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.
setIncluded(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Set the "processing inside an include" flag.
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.
setLocale(Locale) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Sets the locale of the response, if the response has not been committed yet.
setLocale(Locale) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
mora servlet response Sets the locale of the response.
setMethod(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the HTTP request method used for this Request.
setNote(String, Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNumThreads(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setPathInfo(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the path information for this Request.
setPort(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
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.EnhydraDirectorConnectionMethod
 
setRedirectPort(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the redirect port number.
setRemoteAddr(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the remote IP address associated with this Request.
setRequest(Request) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Set the Request with which this Response is associated.
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
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionId(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the requested session ID for this request.
setRequestedSessionURL(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setResponse(Response) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the Response with which this Request is associated.
setScheme(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the scheme that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the value to be returned by isSecure()
setSecure(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the secure connection flag that will be assigned to requests received through this connector.
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.
setService(Service) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
Set the Service with which we are associated.
setServletPath(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the servlet path for this Request.
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"
setSocket(Socket) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Not in use
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.
setSuspended(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
Set the suspended flag.
setThreadTimeout(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnectionMethod
 
setUserPrincipal(Principal) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setValveContext(ValveContext) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set valve context.
setWrapper(Wrapper) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Set the Wrapper within which this Request is being processed.
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.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.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.
suspended - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
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
 

V

valveContext - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 

W

wrapedResponse - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorRequest
 
wrappedRequest - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorResponse
 
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 V W