A C E F G H I J O R S T V W

A

addHttpListener(HttpListener, String) - Method in class org.apache.openejb.server.httpd.HttpListenerRegistry
 

C

createError(String) - Static method in class org.apache.openejb.server.httpd.HttpResponseImpl
This could be improved at some day in the future to also include a stack trace of the exceptions
createError(String, Throwable) - Static method in class org.apache.openejb.server.httpd.HttpResponseImpl
creates an error with user defined variables
createForbidden(String) - Static method in class org.apache.openejb.server.httpd.HttpResponseImpl
Creates a forbidden response to be sent to the browser using IP authentication
createServerService() - Static method in class org.apache.openejb.server.httpd.HttpServerFactory
 
CRLF - Static variable in class org.apache.openejb.server.httpd.HttpResponseImpl
a line feed character
CSP - Static variable in class org.apache.openejb.server.httpd.HttpResponseImpl
a colon and space

E

EJBSESSIONID - Static variable in class org.apache.openejb.server.httpd.HttpRequestImpl
 

F

flushBuffer() - Method in interface org.apache.openejb.server.httpd.HttpResponse
Flushes the output buffer to the client.
flushBuffer() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
 
flushBuffer() - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 

G

getAttribute(String) - Method in interface org.apache.openejb.server.httpd.HttpRequest
 
getAttribute(String) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getAttribute(String) - Method in interface org.apache.openejb.server.httpd.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getAttribute(String) - Method in class org.apache.openejb.server.httpd.ServletSessionAdapter
 
getCode() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
gets the HTTP response code
getContentLength() - Method in interface org.apache.openejb.server.httpd.HttpRequest
 
getContentLength() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getContentLength() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getContentType() - Method in interface org.apache.openejb.server.httpd.HttpRequest
 
getContentType() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getContentType() - Method in interface org.apache.openejb.server.httpd.HttpResponse
Gets the content type that will be sent to the browser.
getContentType() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
gets the content type that will be sent to the browser
getContentType() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getContentType() - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
getContextPath() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getCookie(String) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getCookies() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getFormParameter(String) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
Gets a form parameter based on the name passed in.
getFormParameters() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getHeader(String) - Method in interface org.apache.openejb.server.httpd.HttpRequest
Gets a header based the header name passed in.
getHeader(String) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
Gets a header based the header name passed in.
getHeader(String) - Method in interface org.apache.openejb.server.httpd.HttpResponse
Gets a header based on the name passed in
getHeader(String) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
Gets a header based on the name passed in
getHeader(String) - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getHeader(String) - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
getHttpListenerRegistry() - Static method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
getId() - Method in interface org.apache.openejb.server.httpd.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class org.apache.openejb.server.httpd.ServletSessionAdapter
 
getInputStream() - Method in interface org.apache.openejb.server.httpd.HttpRequest
 
getInputStream() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getInputStream() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getIP() - Method in class org.apache.openejb.server.httpd.HttpEjbServer
 
getIP() - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
getIP() - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
getListener() - Method in interface org.apache.openejb.server.httpd.HttpServer
 
getListener() - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
getListener() - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
getMethod() - Method in interface org.apache.openejb.server.httpd.HttpRequest
Gets an integer value of the request method.
getMethod() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
Gets the request method.
getMethod() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getName() - Method in class org.apache.openejb.server.httpd.HttpEjbServer
 
getName() - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
getName() - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
getOutputStream() - Method in interface org.apache.openejb.server.httpd.HttpResponse
Gets the OutputStream to send data to the browser
getOutputStream() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
gets the OutputStream to send data to the browser
getOutputStream() - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
getParameter(String) - Method in interface org.apache.openejb.server.httpd.HttpRequest
Gets a form or URL query parameter based on the name passed in.
getParameter(String) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getParameter(String) - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getParameters() - Method in interface org.apache.openejb.server.httpd.HttpRequest
Gets all the form and URL query parameters
getParameters() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getParameters() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getPort() - Method in class org.apache.openejb.server.httpd.HttpEjbServer
 
getPort() - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
getPort() - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
getPrintWriter() - Method in interface org.apache.openejb.server.httpd.HttpResponse
Gets the PrintWriter to send data to the browser
getPrintWriter() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
Gets the PrintWriter to send data to the browser
getPrintWriter() - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
getQueryParameter(String) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
Gets a URL (or query) parameter based on the name passed in.
getQueryParameters() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getRemoteAddr() - Method in interface org.apache.openejb.server.httpd.HttpRequest
 
getRemoteAddr() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getRemoteAddr() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getServerName() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
gets the name of the server being used
getSession(boolean) - Method in interface org.apache.openejb.server.httpd.HttpRequest
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in interface org.apache.openejb.server.httpd.HttpRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getSession() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
getSession(boolean) - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getSession() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
getStatusCode() - Method in interface org.apache.openejb.server.httpd.HttpResponse
Gets the response status code that will be sent to the browser
getStatusCode() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
 
getStatusCode() - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
getURI() - Method in interface org.apache.openejb.server.httpd.HttpRequest
Gets the URI for the current URL page.
getURI() - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
Gets the URI for the current URL page.
getURI() - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 

H

HEADER_ACCEPT - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Accept header
HEADER_ACCEPT_ENCODING - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Accept-Encoding header
HEADER_ACCEPT_LANGUAGE - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Accept-Language header
HEADER_CACHE_CONTROL - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Cache-Control header
HEADER_CONNECTION - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Connection header
HEADER_CONTENT_LENGTH - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Content-Length header
HEADER_CONTENT_TYPE - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Content-Type header
HEADER_COOKIE - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Cookie header
HEADER_HOST - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Host header
HEADER_SET_COOKIE - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the Set-Cookie header
HEADER_USER_AGENT - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
the User-Agent header
HTTP_VERSION - Static variable in class org.apache.openejb.server.httpd.HttpResponseImpl
the HTTP version
HttpEjbServer - Class in org.apache.openejb.server.httpd
 
HttpEjbServer() - Constructor for class org.apache.openejb.server.httpd.HttpEjbServer
 
HttpListener - Interface in org.apache.openejb.server.httpd
 
HttpListenerRegistry - Class in org.apache.openejb.server.httpd
 
HttpListenerRegistry() - Constructor for class org.apache.openejb.server.httpd.HttpListenerRegistry
 
HttpRequest - Interface in org.apache.openejb.server.httpd
An interface to take care of HTTP Requests.
HttpRequest.Method - Enum in org.apache.openejb.server.httpd
Request methods
HttpRequestImpl - Class in org.apache.openejb.server.httpd
A class to take care of HTTP Requests.
HttpRequestImpl(URI) - Constructor for class org.apache.openejb.server.httpd.HttpRequestImpl
 
HttpResponse - Interface in org.apache.openejb.server.httpd
This interface takes care of HTTP Responses.
HttpResponseImpl - Class in org.apache.openejb.server.httpd
This class takes care of HTTP Responses.
HttpResponseImpl() - Constructor for class org.apache.openejb.server.httpd.HttpResponseImpl
creates a new instance of HttpResponseImpl with default values
HttpResponseImpl(int, String, String) - Constructor for class org.apache.openejb.server.httpd.HttpResponseImpl
Creates a new HttpResponseImpl with user provided parameters
httpServer - Variable in class org.apache.openejb.server.httpd.HttpEjbServer
 
HttpServer - Interface in org.apache.openejb.server.httpd
 
HttpServerFactory - Class in org.apache.openejb.server.httpd
 
HttpServerFactory() - Constructor for class org.apache.openejb.server.httpd.HttpServerFactory
 
HttpSession - Interface in org.apache.openejb.server.httpd
 

I

init(Properties) - Method in class org.apache.openejb.server.httpd.HttpEjbServer
 
init(Properties) - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
init(Properties) - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 

J

JettyHttpEjbServer - Class in org.apache.openejb.server.httpd
 
JettyHttpEjbServer() - Constructor for class org.apache.openejb.server.httpd.JettyHttpEjbServer
 
JettyHttpServer - Class in org.apache.openejb.server.httpd
Jetty based http server implementation
JettyHttpServer() - Constructor for class org.apache.openejb.server.httpd.JettyHttpServer
 
JettyHttpServer(HttpListener) - Constructor for class org.apache.openejb.server.httpd.JettyHttpServer
 

O

onMessage(HttpRequest, HttpResponse) - Method in interface org.apache.openejb.server.httpd.HttpListener
 
onMessage(HttpRequest, HttpResponse) - Method in class org.apache.openejb.server.httpd.HttpListenerRegistry
 
onMessage(HttpRequest, HttpResponse) - Method in class org.apache.openejb.server.httpd.ServerServiceAdapter
 
OpenEJBHttpEjbServer - Class in org.apache.openejb.server.httpd
 
OpenEJBHttpEjbServer() - Constructor for class org.apache.openejb.server.httpd.OpenEJBHttpEjbServer
 
OpenEJBHttpServer - Class in org.apache.openejb.server.httpd
This is the main class for the web administration.
OpenEJBHttpServer() - Constructor for class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
OpenEJBHttpServer(HttpListener) - Constructor for class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
org.apache.openejb.server.httpd - package org.apache.openejb.server.httpd
 

R

readMessage(InputStream) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
parses the request into the 3 different parts, request, headers, and body
removeAttribute(String) - Method in interface org.apache.openejb.server.httpd.HttpSession
 
removeAttribute(String) - Method in class org.apache.openejb.server.httpd.ServletSessionAdapter
 
removeHttpListener(String) - Method in class org.apache.openejb.server.httpd.HttpListenerRegistry
 
reset() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
resets the data to be sent to the browser
reset(int, String) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
resets the data to be sent to the browser with the response code and response string

S

server - Static variable in class org.apache.openejb.server.httpd.HttpResponseImpl
the server to send data from
ServerServiceAdapter - Class in org.apache.openejb.server.httpd
 
ServerServiceAdapter(ServerService) - Constructor for class org.apache.openejb.server.httpd.ServerServiceAdapter
 
service(Socket) - Method in class org.apache.openejb.server.httpd.HttpEjbServer
 
service(InputStream, OutputStream) - Method in class org.apache.openejb.server.httpd.HttpEjbServer
 
service(Socket) - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
service(InputStream, OutputStream) - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
service(Socket) - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
service(InputStream, OutputStream) - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
SERVLET_CONTEXT - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
If the https server implementation is based on Servlets, the real ServletContext will be registered in the request attributes using this name.
SERVLET_REQUEST - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
If the https server implementation is based on Servlets, the real HttpServletRequest will be registered in the request attributes using this name.
SERVLET_RESPONSE - Static variable in interface org.apache.openejb.server.httpd.HttpRequest
If the https server implementation is based on Servlets, the real HttpServletResponse will be registered in the request attributes using this name.
ServletRequestAdapter - Class in org.apache.openejb.server.httpd
 
ServletRequestAdapter(HttpServletRequest) - Constructor for class org.apache.openejb.server.httpd.ServletRequestAdapter
 
ServletRequestAdapter(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class org.apache.openejb.server.httpd.ServletRequestAdapter
 
ServletResponseAdapter - Class in org.apache.openejb.server.httpd
 
ServletResponseAdapter(HttpServletResponse) - Constructor for class org.apache.openejb.server.httpd.ServletResponseAdapter
 
ServletSessionAdapter - Class in org.apache.openejb.server.httpd
 
ServletSessionAdapter(HttpSession) - Constructor for class org.apache.openejb.server.httpd.ServletSessionAdapter
 
setAttribute(String, Object) - Method in interface org.apache.openejb.server.httpd.HttpRequest
 
setAttribute(String, Object) - Method in class org.apache.openejb.server.httpd.HttpRequestImpl
 
setAttribute(String, Object) - Method in interface org.apache.openejb.server.httpd.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class org.apache.openejb.server.httpd.ServletRequestAdapter
 
setAttribute(String, Object) - Method in class org.apache.openejb.server.httpd.ServletSessionAdapter
 
setCode(int) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
sets the HTTP response code to be sent to the browser.
setContent(URLConnection) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
 
setContentType(String) - Method in interface org.apache.openejb.server.httpd.HttpResponse
Sets the content type to be sent back to the browser.
setContentType(String) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
sets the content type to be sent back to the browser
setContentType(String) - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
setHeader(String, String) - Method in interface org.apache.openejb.server.httpd.HttpResponse
Sets a header to be sent back to the browser
setHeader(String, String) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
sets a header to be sent back to the browser
setHeader(String, String) - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
setRequest(HttpRequestImpl) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
 
setResponseString(String) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
Sets the response string to be sent to the browser
setStatusCode(int) - Method in interface org.apache.openejb.server.httpd.HttpResponse
Sets the HTTP response status code to be sent to the browser.
setStatusCode(int) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
 
setStatusCode(int) - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
setStatusMessage(String) - Method in interface org.apache.openejb.server.httpd.HttpResponse
Sets the response string to be sent to the browser
setStatusMessage(String) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
 
setStatusMessage(String) - Method in class org.apache.openejb.server.httpd.ServletResponseAdapter
 
SP - Static variable in class org.apache.openejb.server.httpd.HttpResponseImpl
a space character
start() - Method in class org.apache.openejb.server.httpd.HttpEjbServer
 
start() - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
start() - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 
stop() - Method in class org.apache.openejb.server.httpd.HttpEjbServer
 
stop() - Method in class org.apache.openejb.server.httpd.JettyHttpServer
 
stop() - Method in class org.apache.openejb.server.httpd.OpenEJBHttpServer
 

T

toString() - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
Creates a string version of the response similar to: HTTP/1.1 200 OK

V

valueOf(String) - Static method in enum org.apache.openejb.server.httpd.HttpRequest.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.openejb.server.httpd.HttpRequest.Method
Returns an array containing the constants of this enum type, in the order they're declared.

W

writeMessage(OutputStream) - Method in class org.apache.openejb.server.httpd.HttpResponseImpl
Takes care of sending the response line, headers and body HTTP/1.1 200 OK Server: Netscape-Enterprise/3.6 SP3 Date: Thu, 07 Jun 2001 17:30:42 GMT Content-Type: text/html Connection: close

A C E F G H I J O R S T V W

Copyright © 1999-2009 The Apache OpenEJB development community. All Rights Reserved.