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

A

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.EnhydraDirectorConnection
Add a cookie to the list of cookies to send to the browser.
addDateField(String, Date) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Adds the value of a date field.
addDateField(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Add the value of a date field.
addDateField(String, Date) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Adds the value of a date field.
addDateField(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Add the value of a date field.
addDateHeader(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Adds a response header with the given name and date value.
addField(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Add to a multi-value field value.
addField(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Add to a multi-value field value.
addHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Adds a response header with the given name and integer value.
addIntField(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Adds the value of an integer field.
addIntField(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Adds the value of an integer field.
addIntHeader(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Adds a response header with the given name and integer value.
addSetCookie(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Add a Set-Cookie field.
addSetCookie(Cookie) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Add a Set-Cookie field.
authKey - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
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

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.EnhydraListener
 

C

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
 
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.EnhydraListener
 
close() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBufferedOutputStream
Flushes outgoing data, then flushes the contained output stream.
close() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
 
close() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
closeConnection() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to close output stream.
closeInput() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
closeInput() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Discards any further incoming request entity data and marks the input stream as "closed".
closeOutput() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
closeOutput() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to close output stream.
com.lutris.http - package com.lutris.http
 
commit() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
commit() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
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.
containsField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
containsField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
containsHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns true if the current response contains the named header.
createConnection(Socket) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
created - Static variable in class com.lutris.http.HttpStatus
 
customizeRequest(HttpConnection, HttpRequest) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
Customize the request from connection.
customizeRequest(Socket, HttpRequest) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
Customize request from socket.

D

DEFAULT_AUTH_KEY - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
DEFAULT_CLIENT_TIMEOUT - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
DEFAULT_ENCODING - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
DirectorException - error org.enhydra.servlet.DirectorException.
 
DirectorException(Exception) - Constructor for class org.enhydra.servlet.DirectorException
Constucts with an existing exception or error.
DirectorHttpRequest - class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest.
 
DirectorHttpRequest(EnhydraDirectorConnection, EnhydraConnection) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
DirectorHttpResponse - class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse.
 
DirectorHttpResponse(EnhydraDirectorConnection, EnhydraConnection) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
DirectorServletHttpRequest - class org.mortbay.jetty.servlet.DirectorServletHttpRequest.
 
DirectorServletHttpRequest(ServletHandler, String, HttpRequest) - Constructor for class org.mortbay.jetty.servlet.DirectorServletHttpRequest
Constructor.
DirectorServletHttpRequest(DirectorHttpRequest, ServletHandler) - Constructor for class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
DirectorServletHttpResponse - class org.mortbay.jetty.servlet.DirectorServletHttpResponse.
 
DirectorServletHttpResponse(DirectorHttpResponse, DirectorServletHttpRequest) - Constructor for class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
deactivate() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Cause this connection to go into an inactive state.
decodeURL() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
deleteEnhydraSession(Object, String) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraReflexion
 
destroy() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Destroy the message.
destroy() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Destroy the message.
destroy() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
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.

E

EnhydraConnection - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection.
 
EnhydraConnection(EnhydraListener, InputStream, OutputStream, Socket, String) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
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() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
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.
EnhydraDirectorOutputStream - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream.
OutputStream interface for the Enhydra connection method.
EnhydraDirectorOutputStream(EnhydraDirectorConnection) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Construct an output stream associate with a response object.
EnhydraDirectorProtocol - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol.
 
EnhydraDirectorProtocol() - 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
 
EnhydraListener - class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener.
 
EnhydraListener() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
EnhydraListener(InetAddrPort) - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
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.EnhydraDirectorConnection
 
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.EnhydraDirectorConnection
mora servlet response Sets the locale of the response.
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.

F

FORM_POST_MIME_TYPE - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Standard Mime type for POST-ed forms.
finishHeaders() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Method to send an HTTP cookie.
firstWrite() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
flush() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorBufferedOutputStream
 
flush() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
 
flush() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorWriter
 
flushBuffer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
flushBuffer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
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
 
getAcceptCount() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get a request attribute.
getAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Get a request attribute.
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.DirectorHttpRequest
Get Attribute names.
getAttributeNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Get Attribute names.
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.EnhydraListener
Get the authentication key for this connection.
getAuthType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getAuthType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the authentication scheme of this request.
getAuthUser() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getBindAddress() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
Gets the current Bind address, if any.
getBufferReserve() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getBufferSize() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the actual buffer size used for the response.
getBufferSize() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Get the buffer size.
getBufferSize() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getBufferSize() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
getCharacterEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Character Encoding.
getCharacterEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Character Encoding.
getCharacterEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the charset used for the body.
getClientTimeout() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
Gets the client timeout associated with this connection method.
getConfidentialPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getConfidentialScheme() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getContentLength() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getContentLength() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
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.DirectorHttpRequest
 
getContentType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
getContentType() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the content type of the request.
getCookies() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Extract received cookies from a header.
getCookies() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
getCookies() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the array of cookies found in this request.
getCookies() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
getCounterToken(String) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
getDateField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get a header as a date value.
getDateField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Get a header as a date value.
getDateHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the value of the requested date header field of this request.
getDefaultScheme() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getEnableLookups() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getEnableLookups() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getEncodedPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get the encoded request path.
getEnhydraDirectorConnection() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
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.
getField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get a value of header.
getField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Get a value of header.
getFieldNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get Header Names.
getFieldNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Get Header Names.
getFieldValues(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get a values of header.
getFieldValues(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get a values of header.
getFieldValues(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Get a values of header.
getFieldValues(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Get a values of header.
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() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
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.EnhydraDirectorConnection
Gets the header names for 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.DirectorHttpRequest
 
getHost() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the host name
getHttpHandler() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getHttpServer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getIPPortToken() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getIdentifyListener() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getInetAddress() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getInputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getInputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
getInputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
Get the connections InputStream.
getInputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get an input stream for reading binary data in the request body.
getInputStream() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
getIntField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get a field as an integer value.
getIntField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Get a field as an integer value.
getIntHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets the value of the specified integer header field of this request.
getIntegralPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getIntegralScheme() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
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.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.EnhydraDirectorConnection
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalizedMessage() - Method in class org.enhydra.servlet.DirectorException
Get the localized message of the encapsulate exception.
getMessage() - Method in class org.enhydra.servlet.DirectorException
Get the detail message of the encapsulate exception.
getMessage() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getMethod() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get the HTTP method for 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.
getOutputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getOutputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
getOutputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
Get the connections OutputStream.
getOutputStream() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns the byte output stream object for this response.
getOutputStream() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
getParameter(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get a parameter value.
getParameter(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get a string containing the lone value of the specified parameter.
getParameterNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get the set of parameter names.
getParameterNames() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the parameter names for this request.
getParameterStringArrayMap() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getParameterValues(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get multi valued paramater.
getParameterValues(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the values of the specified parameter for the request.
getParameters() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getPath() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get the request path.
getPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get the request port.
getProtocol() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getProtocol() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the protocol and version of the request.
getProtocol() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
getQuery() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get the request query.
getQueryString() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets any query string that is part of the HTTP request URI.
getReader() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns a buffered reader for reading text in the request body.
getReader() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
getRebalanceCounter() - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
getRemoteAddr() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getRemoteAddr() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
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.DirectorHttpRequest
 
getRemoteHost() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
getRemoteHost() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the fully qualified host name of the agent that sent the request.
getRemoteInetAddress() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
Get the Remote address.
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.EnhydraDirectorConnection
Gets the name of the user making this request.
getRequest() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
Get the 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.DirectorHttpRequest
Reconstructs the URL the client used to make the 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.mortbay.jetty.servlet.DirectorServletHttpRequest
 
getResponse() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
Get the response.
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..
getResponseDateHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
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.
getResponseHeaders(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getResponseIntHeader(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getRootURL() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Reconstructs the URL the client used to make the request.
getScheme() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get the request Scheme.
getScheme() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the scheme of the URL used in this request, for example "http", "https", or "ftp".
getServerName() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
getServerName() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
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.DirectorHttpRequest
 
getServerPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
getServerPort() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Get the port number on which this request was received.
getSession(boolean) - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
getSession() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
getSessionAffinity() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
getSessionAffinity() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
getSessionAffinity() and setSessionAffinity().
getSessionAffinityIdChangeRequest() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
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.DirectorHttpResponse
 
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.
getThreadTimeout() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getURI() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Get the full URI.
getURIEncoding() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getUseBodyEncodingForURI() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
getWriter() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
getWriter() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Gets a character stream printing writer for the response.
getWriter() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
gone - Static variable in class com.lutris.http.HttpStatus
 

H

HttpStatus - class com.lutris.http.HttpStatus.
 
HttpStatus() - Constructor for class com.lutris.http.HttpStatus
 
handleConnection(Socket) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
handleNext() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraConnection
 
httpVersionNotSupported - Static variable in class com.lutris.http.HttpStatus
 

I

inputAvailable() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns a maximum number of bytes which can be read without blocking.
internalServerError - Static variable in class com.lutris.http.HttpStatus
 
isAuthenticated() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns true if the client has successfully authenticated itself for this connection.
isCommitted() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
isCommitted() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
isCommitted() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Returns a boolean indicating whether the response has been committed.
isConfidential(HttpConnection) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
isConnected() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns false if this connection is in the CLOSED state, otherwise returns true.
isDirty() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
isDirty() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
isEnhydraApp(Servlet) - Static method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraReflexion
 
isHandled() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
isIntegral(HttpConnection) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
isLowOnResources() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
Get the lowOnResource state of the listener.
isOpen() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Returns if the connection is fully established.
isOutOfResources() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
Get the outOfResource state of the listener.
isRequestedSessionIdFromCookie() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
isRequestedSessionIdFromURL() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
isRequestedSessionIdFromUrl() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
Deprecated.  
isRequestedSessionIdValid() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
isSecure() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
isTrueIOException() - Method in class org.enhydra.servlet.ServletIOException
Did this exception come from an a I/O operation rather than a generated exception.

L

lenghtRequired - Static variable in class com.lutris.http.HttpStatus
 

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
 
manageServerId(Socket) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
maxAgeToExpires(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
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
 
multipleChoices - Static variable in class com.lutris.http.HttpStatus
 

N

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
 

O

obtainSessionId() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpRequest
 
ok - Static variable in class com.lutris.http.HttpStatus
 
org.enhydra.servlet - package org.enhydra.servlet
 
org.enhydra.servlet.connectionMethods.EnhydraDirector - package org.enhydra.servlet.connectionMethods.EnhydraDirector
 
org.mortbay.jetty.servlet - package org.mortbay.jetty.servlet
 
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
 
parsePostData(int, ServletInputStream, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
partialContent - Static variable in class com.lutris.http.HttpStatus
 
paymentRequired - Static variable in class com.lutris.http.HttpStatus
 
persistConnection(HttpConnection) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
Persist the connection.
preconditionFailed - Static variable in class com.lutris.http.HttpStatus
 
print(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Writes a string to response data using simple ASCII-8 encoding.
print(char) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Writes a character to response data using simple Latin-1 encoding.
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
 

R

RebalanceCounter - class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter.
 
RebalanceCounter() - Constructor for class org.enhydra.servlet.connectionMethods.EnhydraDirector.RebalanceCounter
 
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.EnhydraDirectorConnection
 
removeAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Remove a request attribute.
removeAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Remove a request attribute.
removeAttribute(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Remove attribute with the specified name
removeField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Remove a field.
removeField(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Remove a field.
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() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
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.
reset() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Resets the underlying output stream, discarding any buffers.
reset() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
resetBuffer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
resetBuffer() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
resetBuffer() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
resetContent - Static variable in class com.lutris.http.HttpStatus
 
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(EnhydraDirectorProtocol) - Method in interface org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorFunction
Generic run method for an EnhydraDirector protocol function.

S

SESSION_AFFINITY - Static variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
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.
seeOther - Static variable in class com.lutris.http.HttpStatus
 
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.DirectorHttpResponse
Send Error Response.
sendError(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Sends an error response to the client using the specified status code and no default message.
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.DirectorHttpResponse
Sends a redirect response to the client using the specified redirect location URL.
sendRedirect(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sends a temporary redirect response to the client using the specified redirect location URL.
serviceUnavailable - Static variable in class com.lutris.http.HttpStatus
 
sessionAffinity - Variable in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setAcceptCount(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setAttribute(String, Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Set a request attribute.
setAttribute(String, Object) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Set a request attribute.
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.EnhydraListener
Set the authentication key for this connection.
setAuthType(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
setAuthUser(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
setBindAddress(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
Sets the current Bind address, if any.
setBufferReserve(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setBufferSize(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the preferred buffer size for the body of the response.
setBufferSize(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Set the buffer size.
setBufferSize(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setBufferSize(int) - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 
setCharacterEncoding(String, boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Set Character Encoding.
setCharacterEncoding(String, boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Set Character Encoding.
setCharacterEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setClientTimeout(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setConfidentialPort(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setConfidentialScheme(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setContentLength(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
setContentLength(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
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.DirectorHttpRequest
 
setContentType(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
setContentType(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the MIME content type of the outgoing response.
setDateField(String, Date) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Sets the value of a date field.
setDateField(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Sets the value of a date field.
setDateField(String, Date) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Sets the value of a date field.
setDateField(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Sets the value of a date field.
setDateHeader(String, long) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets a response header with the given name and date value.
setEnableLookups(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setEnableLookups(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setField(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Set a field value.
setField(String, List) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Set a multi-value field value.
setField(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Set a field value.
setField(String, List) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Set a multi-value field value.
setHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets a response header with the given name and integer value.
setHttpHandler(HttpHandler) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setHttpServer(HttpServer) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
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.
setIdentifyListener(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setIntField(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
Sets the value of an integer field.
setIntField(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
Sets the value of an integer field.
setIntHeader(String, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets a response header with the given name and integer value.
setIntegralPort(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setIntegralScheme(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setMethod(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
setPath(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
setQuery(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpRequest
 
setQueryString(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Sets the query string that is part of the HTTP request URI.
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(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setSessionAffinityIdChangeRequest(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
If EnhydraDirector request to change ServerID this will be set to "true"
setStatus(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
setStatus(int, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
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.
setThreadTimeout(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setURIEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setURIEncoding(String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
setUseBodyEncodingForURI(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
 
setUseBodyEncodingForURI(boolean) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraListener
 
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.EnhydraListener
 
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.EnhydraListener
 
stuffInternalHeader(String, String) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorConnection
Private helper method to stuff a header into the request headers list.
switchingProtocols - Static variable in class com.lutris.http.HttpStatus
 

T

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.DirectorHttpRequest
 
toString() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.DirectorHttpResponse
 
toString() - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorProtocol
Generates a string that displays the current state of this instance.
toString() - Method in class org.mortbay.jetty.servlet.DirectorServletHttpResponse
 

U

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

W

write(int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Write a single byte of response data.
write(byte[], int, int) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Write an array of bytes to this output stream.
write(byte[]) - Method in class org.enhydra.servlet.connectionMethods.EnhydraDirector.EnhydraDirectorOutputStream
Write an array of bytes to this output stream.
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 R S T U W