Serialized Form
-
Package org.apache.openejb.server.httpd
-
Class org.apache.openejb.server.httpd.HttpRequestImpl
class HttpRequestImpl extends Object implements Serializable-
Serialized Fields
-
application
WebContext application
-
asyncStarted
boolean asyncStarted
-
attributes
Map<String,
Object> attributes Request scoped data which is set and used by application code. -
begin
BeginWebBeansListener begin
-
body
byte[] body
the content of the body of the request -
contentType
String contentType
-
context
jakarta.servlet.ServletContext context
-
contextPath
String contextPath
-
cookies
Map<String,
String> cookies Cookies sent from the client -
encoding
String encoding
-
end
EndWebBeansListener end
-
formParams
Map<String,
String> formParams the form parameters for this page -
headers
Map<String,
List<String>> headers the headers for this page -
in
ServletByteArrayIntputStream in
-
length
int length
-
listeners
Collection<jakarta.servlet.ServletRequestListener> listeners
-
locale
Locale locale
-
method
String method
5.1.1 Method -
noPathInfo
boolean noPathInfo
-
parameters
Map<String,
List<String>> parameters All form and query parameters. Query parameters override form parameters. -
parts
Collection<jakarta.servlet.http.Part> parts
-
path
String path
-
queryParams
Map<String,
List<String>> queryParams the URL (or query) parameters for this page -
servletPath
String servletPath
-
session
HttpSession session
-
socketURI
URI socketURI
the address the request came in on -
uri
URI uri
5.1.2 Request-URI
-
-
-
Class org.apache.openejb.server.httpd.HttpResponseImpl
class HttpResponseImpl extends Object implements Serializable-
Serialization Methods
-
readObject
Reads in a serilized HttpResponseImpl object from a file- Parameters:
in- the input to read the object from- Throws:
IOException- if an exception is thrownClassNotFoundException- if an exception is thrown
-
writeObject
writes this object out to a file- Parameters:
out- the ObjectOutputStream to write to- Throws:
IOException- if an exception is thrown
-
-
Serialized Fields
-
code
int code
Code -
commited
boolean commited
-
content
URLConnection content
-
encoding
String encoding
-
headers
Map<String,
List<String>> headers Response headers -
locale
Locale locale
-
request
HttpRequestImpl request
-
responseString
String responseString
Response string
-
-
-
Class org.apache.openejb.server.httpd.ServerServlet
class ServerServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
activated
boolean activated
-
ejbServer
EjbServer ejbServer
-
-
-
Class org.apache.openejb.server.httpd.ServletRequestAdapter
class ServletRequestAdapter extends Object implements Serializable-
Serialized Fields
-
request
jakarta.servlet.http.HttpServletRequest request
-
-
-
Class org.apache.openejb.server.httpd.ServletResponseAdapter
class ServletResponseAdapter extends Object implements Serializable-
Serialized Fields
-
response
jakarta.servlet.http.HttpServletResponse response
-
-
-
-
Package org.apache.openejb.server.httpd.session
-
Class org.apache.openejb.server.httpd.session.SessionManager.SessionWrapper
class SessionWrapper extends jakarta.servlet.http.HttpSessionEvent implements Serializable-
Serialized Fields
-
app
WebContext app
-
begin
BeginWebBeansListener begin
-
end
EndWebBeansListener end
-
session
HttpSession session
-
-
-