Serialized Form
|
Package org.apache.openejb.server.httpd |
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
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
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
ejbServer
EjbServer ejbServer
request
javax.servlet.http.HttpServletRequest request
response
javax.servlet.http.HttpServletResponse response
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.