Package | Description |
---|---|
org.apache.xmlrpc.client | |
org.apache.xmlrpc.util | |
org.apache.xmlrpc.webserver |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
HttpUtil.parseAuthorization(XmlRpcHttpRequestConfigImpl pConfig,
String pLine)
Parses an "Authorization" header and adds the username and password
to
pConfig . |
Modifier and Type | Class and Description |
---|---|
class |
RequestData
Web servers extension of
XmlRpcHttpRequestConfig ,
which allows to store additional per request data. |
Modifier and Type | Method and Description |
---|---|
protected XmlRpcHttpRequestConfigImpl |
XmlRpcServletServer.getConfig(javax.servlet.http.HttpServletRequest pRequest) |
protected XmlRpcHttpRequestConfigImpl |
XmlRpcServletServer.newConfig(javax.servlet.http.HttpServletRequest pRequest) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.