- params - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
The HTTP parameters.
- params - Variable in class org.apache.http.message.AbstractHttpMessage
-
- params - Variable in class org.apache.http.params.HttpAbstractParamBean
-
- parse(URI, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Returns a list of
NameValuePairs
as built from the
URI's query portion.
- parse(HttpEntity) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- parse(List, Scanner, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Adds all parameters within the Scanner to the list of
parameters
, as encoded by encoding
.
- parse(SetCookie, String) - Method in interface org.apache.http.cookie.CookieAttributeHandler
-
Parse the given cookie attribute value and update the corresponding
Cookie
property.
- parse(Header, CookieOrigin) - Method in interface org.apache.http.cookie.CookieSpec
-
Parse the "Set-Cookie" Header into an array of Cookies.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicCommentHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicExpiresHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicMaxAgeHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicPathHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicSecureHandler
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.BestMatchSpec
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
- parse(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
-
Parses the Set-Cookie value into an array of Cookies.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
- parse(Reader) - Method in class org.apache.http.impl.cookie.PublicSuffixListParser
-
Parses the public suffix list format.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2109VersionHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
Parse cookie domain attribute.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
Parse cookie port attribute.
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- parse(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
-
Parse cookie version attribute.
- parse() - Method in class org.apache.http.impl.io.AbstractMessageParser
-
- parse() - Method in interface org.apache.http.io.HttpMessageParser
-
Generates an instance of
HttpMessage
from the underlying data
source.
- parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.AuthSchemeBase
-
- parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.NTLMScheme
-
- parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
- parseChallenges(Header[]) - Method in class org.apache.http.impl.client.AbstractAuthenticationHandler
-
- parseDate(String) - Static method in class org.apache.http.impl.cookie.DateUtils
-
Parses a date value.
- parseDate(String, String[]) - Static method in class org.apache.http.impl.cookie.DateUtils
-
Parses the date value using the given date formats.
- parseDate(String, String[], Date) - Static method in class org.apache.http.impl.cookie.DateUtils
-
Parses the date value using the given date formats.
- parseElements(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParser
-
Parses elements with the given parser.
- parseElements(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParser
-
- parseElements(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.HeaderValueParser
-
Parses a header value into elements.
- ParseException - Exception in org.apache.http
-
Signals a parse error.
- ParseException() - Constructor for exception org.apache.http.ParseException
-
- ParseException(String) - Constructor for exception org.apache.http.ParseException
-
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.conn.DefaultResponseParser
-
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.AbstractMessageParser
-
Subclasses must override this method to generate an instance of
HttpMessage
based on the initial input from the session buffer.
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.HttpRequestParser
-
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.HttpResponseParser
-
- parseHeader(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- parseHeader(String, LineParser) - Static method in class org.apache.http.message.BasicLineParser
-
- parseHeader(CharArrayBuffer) - Method in class org.apache.http.message.BasicLineParser
-
- parseHeader(CharArrayBuffer) - Method in interface org.apache.http.message.LineParser
-
Creates a header from a line.
- parseHeaderElement(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParser
-
Parses an element with the given parser.
- parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParser
-
- parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.HeaderValueParser
-
Parses a single header element.
- parseHeaders(SessionInputBuffer, int, int, LineParser) - Static method in class org.apache.http.impl.io.AbstractMessageParser
-
Parses HTTP headers from the data receiver stream according to the generic
format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
- parseNameValuePair(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParser
-
Parses a name-value-pair with the given parser.
- parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParser
-
- parseNameValuePair(CharArrayBuffer, ParserCursor, char[]) - Method in class org.apache.http.message.BasicHeaderValueParser
-
- parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.HeaderValueParser
-
Parses a name=value specification, where the = and value are optional.
- parseParameters(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParser
-
Parses parameters with the given parser.
- parseParameters(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParser
-
- parseParameters(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.HeaderValueParser
-
Parses a list of name-value pairs.
- parseProtocolVersion(String, LineParser) - Static method in class org.apache.http.message.BasicLineParser
-
- parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
-
- parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.LineParser
-
Parses the textual representation of a protocol version.
- ParserCursor - Class in org.apache.http.message
-
This class represents a context of a parsing operation:
the current position the parsing operation is expected to start at
the bounds limiting the scope of the parsing operation
- ParserCursor(int, int) - Constructor for class org.apache.http.message.ParserCursor
-
- parseRequestLine(String, LineParser) - Static method in class org.apache.http.message.BasicLineParser
-
- parseRequestLine(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
-
Parses a request line.
- parseRequestLine(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.LineParser
-
Parses a request line.
- parseStatusLine(String, LineParser) - Static method in class org.apache.http.message.BasicLineParser
-
- parseStatusLine(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
-
- parseStatusLine(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.LineParser
-
Parses a status line.
- PATH_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- PATTERN_ASCTIME - Static variable in class org.apache.http.impl.cookie.DateUtils
-
Date format pattern used to parse HTTP date headers in ANSI C
asctime()
format.
- PATTERN_RFC1036 - Static variable in class org.apache.http.impl.cookie.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1036 format.
- PATTERN_RFC1123 - Static variable in class org.apache.http.impl.cookie.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1123 format.
- PATTERN_RFC1123 - Static variable in class org.apache.http.protocol.HttpDateGenerator
-
Date format pattern used to generate the header in RFC 1123 format.
- PLAIN - Static variable in interface org.apache.http.conn.routing.RouteInfo.LayerType
-
- PLAIN - Static variable in interface org.apache.http.conn.routing.RouteInfo.TunnelType
-
- PLAIN_TEXT_TYPE - Static variable in class org.apache.http.protocol.HTTP
-
- PlainSocketFactory - Class in org.apache.http.conn.scheme
-
The default class for creating plain (unencrypted) sockets.
- PlainSocketFactory(HostNameResolver) - Constructor for class org.apache.http.conn.scheme.PlainSocketFactory
-
- PlainSocketFactory() - Constructor for class org.apache.http.conn.scheme.PlainSocketFactory
-
- poolEntry - Variable in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
The wrapped pool entry.
- PoolEntry() - Constructor for class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
-
Creates a new pool entry.
- PoolEntryRequest - Interface in org.apache.http.impl.conn.tsccm
-
- poolLock - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
The global lock for this pool.
- port - Variable in class org.apache.http.HttpHost
-
The port to use.
- PORT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- postProcess(HttpResponse, HttpProcessor, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Post-processes the given response using the given protocol processor and
completes the process of request execution.
- prepareSocket(Socket, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Performs standard initializations on a newly created socket.
- preProcess(HttpRequest, HttpProcessor, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Pre-process the given request using the given protocol processor and
initiates the process of request execution.
- PRIORITY_KEY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (priority
) of the key in the config file used to
specify the priority of that particular config file.
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAddCookies
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestClientConnControl
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestDefaultHeaders
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestProxyAuthentication
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestTargetAuthentication
-
- process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol.ResponseProcessCookies
-
- process(HttpRequest, HttpContext) - Method in interface org.apache.http.HttpRequestInterceptor
-
Processes a request.
- process(HttpResponse, HttpContext) - Method in interface org.apache.http.HttpResponseInterceptor
-
Processes a response.
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestConnControl
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestContent
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestDate
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestExpectContinue
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestTargetHost
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestUserAgent
-
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseConnControl
-
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseContent
-
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseDate
-
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseServer
-
- processChallenge(Header) - Method in interface org.apache.http.auth.AuthScheme
-
Processes the given challenge token.
- processChallenge(Header) - Method in class org.apache.http.impl.auth.AuthSchemeBase
-
Processes the given challenge token.
- processChallenge(Header) - Method in class org.apache.http.impl.auth.BasicScheme
-
Processes the Basic challenge.
- processChallenge(Header) - Method in class org.apache.http.impl.auth.DigestScheme
-
Processes the Digest challenge.
- PROPERTY_MODULE - Static variable in class org.apache.http.util.VersionInfo
-
- PROPERTY_RELEASE - Static variable in class org.apache.http.util.VersionInfo
-
- PROPERTY_TIMESTAMP - Static variable in class org.apache.http.util.VersionInfo
-
- protocol - Variable in class org.apache.http.message.BasicLineParser
-
A version of the protocol to parse.
- protocol - Variable in class org.apache.http.ProtocolVersion
-
Name of the protocol.
- PROTOCOL_VERSION - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
- ProtocolException - Exception in org.apache.http
-
Signals that an HTTP protocol violation has occurred.
- ProtocolException() - Constructor for exception org.apache.http.ProtocolException
-
Creates a new ProtocolException with a null detail message.
- ProtocolException(String) - Constructor for exception org.apache.http.ProtocolException
-
Creates a new ProtocolException with the specified detail message.
- ProtocolException(String, Throwable) - Constructor for exception org.apache.http.ProtocolException
-
Creates a new ProtocolException with the specified detail message and cause.
- ProtocolVersion - Class in org.apache.http
-
Represents a protocol version.
- ProtocolVersion(String, int, int) - Constructor for class org.apache.http.ProtocolVersion
-
Create a protocol version designator.
- proxiedStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
-
Determines the next step to establish a connection via proxy.
- PROXY_AUTH - Static variable in class org.apache.http.auth.AUTH
-
The proxy authenticate challange header.
- PROXY_AUTH_RESP - Static variable in class org.apache.http.auth.AUTH
-
The proxy authenticate response header.
- PROXY_AUTH_STATE - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Attribute name of a
AuthState
object that represents the actual proxy authentication state.
- proxyAuthHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
The proxy authentication handler.
- proxyAuthState - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
- proxySelector - Variable in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
The proxy selector to use, or null
for system default.
- ProxySelectorRoutePlanner - Class in org.apache.http.impl.conn
-
- ProxySelectorRoutePlanner(SchemeRegistry, ProxySelector) - Constructor for class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Creates a new proxy selector route planner.
- PublicSuffixFilter - Class in org.apache.http.impl.cookie
-
Wraps a CookieAttributeHandler and leverages its match method
to never match a suffix from a black list.
- PublicSuffixFilter(CookieAttributeHandler) - Constructor for class org.apache.http.impl.cookie.PublicSuffixFilter
-
- PublicSuffixListParser - Class in org.apache.http.impl.cookie
-
- Punycode - Class in org.apache.http.client.utils
-
Facade that provides conversion between Unicode and Punycode domain names.
- Punycode() - Constructor for class org.apache.http.client.utils.Punycode
-
- put(Object, Object) - Method in class org.apache.commons.logging.impl.WeakHashtable
-
- putAll(Map) - Method in class org.apache.commons.logging.impl.WeakHashtable
-