|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.XmlRpcConfigImpl
org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
org.apache.xmlrpc.webserver.XmlRpcServletServer.RequestData
protected static class XmlRpcServletServer.RequestData
This class is used as a "connection" while processing the request.
In other words, it is what
XmlRpcStreamServer.execute(XmlRpcStreamRequestConfig, Object)
receives as a connection object.
Field Summary |
---|
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
---|
UTF8_ENCODING |
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
---|
UTF8_ENCODING |
Constructor Summary | |
---|---|
XmlRpcServletServer.RequestData(javax.servlet.http.HttpServletRequest pRequest)
Creates a new instance with the given request and response. |
Method Summary | |
---|---|
javax.servlet.http.HttpServletRequest |
getRequest()
Returns the servlet request. |
Methods inherited from class org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl |
---|
getBasicPassword, getBasicUserName, isGzipCompressing, isGzipRequesting, setBasicPassword, setBasicUserName, setGzipCompressing, setGzipRequesting |
Methods inherited from class org.apache.xmlrpc.XmlRpcConfigImpl |
---|
getBasicEncoding, getEncoding, isContentLengthOptional, isEnabledForExtensions, setBasicEncoding, setContentLengthOptional, setEnabledForExtensions, setEncoding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig |
---|
isEnabledForExtensions |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
---|
getEncoding |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig |
---|
getBasicEncoding, isContentLengthOptional |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
---|
getEncoding |
Constructor Detail |
---|
public XmlRpcServletServer.RequestData(javax.servlet.http.HttpServletRequest pRequest)
pRequest
- The servlet request.Method Detail |
---|
public javax.servlet.http.HttpServletRequest getRequest()
HttpServletRequest
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |