Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

M

major - Variable in class org.apache.http.ProtocolVersion
Major version number of the protocol
makeNewLogInstance(String) - Static method in class org.apache.commons.logging.LogSource
Deprecated.
Create a new Log implementation, based on the given name.
MalformedChallengeException - Exception in org.apache.http.auth
Signals that authentication challenge is in some way invalid or illegal in the given context
MalformedChallengeException() - Constructor for exception org.apache.http.auth.MalformedChallengeException
Creates a new MalformedChallengeException with a null detail message.
MalformedChallengeException(String) - Constructor for exception org.apache.http.auth.MalformedChallengeException
Creates a new MalformedChallengeException with the specified message.
MalformedChallengeException(String, Throwable) - Constructor for exception org.apache.http.auth.MalformedChallengeException
Creates a new MalformedChallengeException with the specified detail message and cause.
MalformedChunkCodingException - Exception in org.apache.http
Signals a malformed chunked stream.
MalformedChunkCodingException() - Constructor for exception org.apache.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException without a detail message.
MalformedChunkCodingException(String) - Constructor for exception org.apache.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException with the specified detail message.
MalformedCookieException - Exception in org.apache.http.cookie
Signals that a cookie is in some way invalid or illegal in a given context
MalformedCookieException() - Constructor for exception org.apache.http.cookie.MalformedCookieException
Creates a new MalformedCookieException with a null detail message.
MalformedCookieException(String) - Constructor for exception org.apache.http.cookie.MalformedCookieException
Creates a new MalformedCookieException with a specified message string.
MalformedCookieException(String, Throwable) - Constructor for exception org.apache.http.cookie.MalformedCookieException
Creates a new MalformedCookieException with the specified detail message and cause.
ManagedClientConnection - Interface in org.apache.http.conn
A client-side connection with advanced connection logic.
managedConn - Variable in class org.apache.http.conn.BasicEofSensorWatcher
The connection to auto-release.
managedConn - Variable in class org.apache.http.conn.BasicManagedEntity
The connection to release.
managedConn - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The currently allocated connection.
managedConn - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The currently issued managed connection, if any.
markReusable() - Method in interface org.apache.http.conn.ManagedClientConnection
Marks this connection as being in a reusable communication state.
markReusable() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
match(AuthScope) - Method in class org.apache.http.auth.AuthScope
Tests if the authentication scopes match.
match(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie.CookieAttributeHandler
Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
match(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie.CookieSpec
Determines if a Cookie matches the target location.
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicPathHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicSecureHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BestMatchSpec
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
Never matches if the cookie's domain is from the blacklist.
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
Match cookie domain attribute.
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
Match cookie port attribute.
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
 
matchUriRequestPattern(String, String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
Deprecated. 
matchUriRequestPattern(String, String) - Method in class org.apache.http.protocol.UriPatternMatcher
Tests if the given request URI matches the given pattern.
MAX_AGE_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
MAX_CONNECTIONS_PER_ROUTE - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
Defines the maximum number of connections per route.
MAX_HEADER_COUNT - Static variable in interface org.apache.http.params.CoreConnectionPNames
Determines the maximum HTTP header count allowed.
MAX_LINE_LENGTH - Static variable in interface org.apache.http.params.CoreConnectionPNames
Determines the maximum line length limit.
MAX_REDIRECTS - Static variable in interface org.apache.http.client.params.ClientPNames
Defines the maximum number of redirects to be followed.
MAX_STATUS_LINE_GARBAGE - Static variable in interface org.apache.http.conn.params.ConnConnectionPNames
Defines the maximum number of ignorable lines before we expect a HTTP response's status line.
MAX_TOTAL_CONNECTIONS - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
Defines the maximum number of connections in total.
maxEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
the maximum number of entries allowed for this pool
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpDelete
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpGet
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpHead
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpOptions
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpPost
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpPut
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpTrace
 
MethodNotSupportedException - Exception in org.apache.http
Signals that an HTTP method is not supported.
MethodNotSupportedException(String) - Constructor for exception org.apache.http.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message.
MethodNotSupportedException(String, Throwable) - Constructor for exception org.apache.http.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message and cause.
minor - Variable in class org.apache.http.ProtocolVersion
Minor version number of the protocol
MISUSE_MESSAGE - Static variable in class org.apache.http.impl.conn.SingleClientConnManager
The message to be logged on multiple allocation.
MultihomePlainSocketFactory - Class in org.apache.http.conn
Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links