Serialized Form


Package org.apache.openejb.server.httpd

Class org.apache.openejb.server.httpd.HttpRequestImpl extends Object implements Serializable

Serialized Fields

end

EndWebBeansListener end

begin

BeginWebBeansListener begin

method

String method
5.1.1 Method


uri

URI uri
5.1.2 Request-URI


headers

Map<K,V> headers
the headers for this page


formParams

Map<K,V> formParams
the form parameters for this page


queryParams

Map<K,V> queryParams
the URL (or query) parameters for this page


parameters

Map<K,V> parameters
All form and query parameters. Query parameters override form parameters.


parts

Map<K,V> parts

cookies

Map<K,V> cookies
Cookies sent from the client


body

byte[] body
the content of the body of the request


in

ServletByteArrayIntputStream in

length

int length

contentType

String contentType

socketURI

URI socketURI
the address the request came in on


attributes

Map<K,V> attributes
Request scoped data which is set and used by application code.


path

String path

locale

Locale locale

session

HttpSession session

encoding

String encoding

context

javax.servlet.ServletContext context

contextPath

String contextPath

servletPath

String servletPath

Class org.apache.openejb.server.httpd.HttpResponseImpl extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads in a serilized HttpResponseImpl object from a file

Throws:
IOException - if an exception is thrown
ClassNotFoundException - if an exception is thrown

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
writes this object out to a file

Throws:
IOException - if an exception is thrown
Serialized Fields

responseString

String responseString
Response string


code

int code
Code


headers

Map<K,V> headers
Response headers


request

HttpRequestImpl request

content

URLConnection content

commited

boolean commited

encoding

String encoding

locale

Locale locale

Class org.apache.openejb.server.httpd.ServerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

ejbServer

EjbServer ejbServer

activated

boolean activated

Class org.apache.openejb.server.httpd.ServletRequestAdapter extends Object implements Serializable

Serialized Fields

request

javax.servlet.http.HttpServletRequest request

Class org.apache.openejb.server.httpd.ServletResponseAdapter extends Object implements Serializable

Serialized Fields

response

javax.servlet.http.HttpServletResponse response



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.