- NameValuePair - Interface in org.apache.http
-
A name / value pair parameter used as an element of HTTP messages.
- NETSCAPE - Static variable in class org.apache.http.client.params.CookiePolicy
-
The Netscape cookie draft compliant policy.
- NetscapeDomainHandler - Class in org.apache.http.impl.cookie
-
- NetscapeDomainHandler() - Constructor for class org.apache.http.impl.cookie.NetscapeDomainHandler
-
- NetscapeDraftHeaderParser - Class in org.apache.http.impl.cookie
-
- NetscapeDraftHeaderParser() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- NetscapeDraftSpec - Class in org.apache.http.impl.cookie
-
This
CookieSpec
implementation conforms to the original draft
specification published by Netscape Communications.
- NetscapeDraftSpec(String[]) - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpec
-
Default constructor
- NetscapeDraftSpec() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpec
-
Default constructor
- NetscapeDraftSpecFactory - Class in org.apache.http.impl.cookie
-
- NetscapeDraftSpecFactory() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
-
- newFactory(String, ClassLoader, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Return a new instance of the specified LogFactory
implementation class, loaded by the specified class loader.
- newFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Method provided for backwards compatibility; see newFactory version that
takes 3 parameters.
- newHttpRequest(RequestLine) - Method in interface org.apache.http.HttpRequestFactory
-
- newHttpRequest(String, String) - Method in interface org.apache.http.HttpRequestFactory
-
- newHttpRequest(RequestLine) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
-
- newHttpRequest(String, String) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
-
- newHttpResponse(ProtocolVersion, int, HttpContext) - Method in interface org.apache.http.HttpResponseFactory
-
Creates a new response from status line elements.
- newHttpResponse(StatusLine, HttpContext) - Method in interface org.apache.http.HttpResponseFactory
-
Creates a new response from a status line.
- newHttpResponse(ProtocolVersion, int, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
-
- newHttpResponse(StatusLine, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
-
- newInstance(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
-
Create and return a new
Log
instance for the specified name.
- newInstance(HttpParams) - Method in interface org.apache.http.auth.AuthSchemeFactory
-
Creates an instance of
AuthScheme
using given HTTP parameters.
- newInstance(HttpParams, SchemeRegistry) - Method in interface org.apache.http.conn.ClientConnectionManagerFactory
-
- newInstance(HttpParams) - Method in interface org.apache.http.cookie.CookieSpecFactory
-
Creates an instance of
CookieSpec
using given HTTP parameters.
- newInstance(HttpParams) - Method in class org.apache.http.impl.auth.BasicSchemeFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.auth.DigestSchemeFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.BestMatchSpecFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.RFC2109SpecFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.RFC2965SpecFactory
-
- newRouteSpecificPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Creates a new route-specific pool.
- newWaitingThread(Condition, RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Creates a new waiting thread.
- next() - Method in class org.apache.http.message.BasicHeaderElementIterator
-
- next() - Method in class org.apache.http.message.BasicHeaderIterator
-
Returns the next header.
- next() - Method in class org.apache.http.message.BasicListHeaderIterator
-
Returns the next header.
- next() - Method in class org.apache.http.message.BasicTokenIterator
-
Returns the next token.
- nextElement() - Method in interface org.apache.http.HeaderElementIterator
-
Obtains the next header element from this iteration.
- nextElement() - Method in class org.apache.http.message.BasicHeaderElementIterator
-
- nextHeader() - Method in interface org.apache.http.HeaderIterator
-
Obtains the next header from this iteration.
- nextHeader() - Method in class org.apache.http.message.BasicHeaderIterator
-
Obtains the next header from this iteration.
- nextHeader() - Method in class org.apache.http.message.BasicListHeaderIterator
-
Obtains the next header from this iteration.
- nextStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
-
Provides the next step.
- nextStep(RouteInfo, RouteInfo) - Method in interface org.apache.http.conn.routing.HttpRouteDirector
-
Provides the next step.
- nextThread() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Returns the next thread in the queue.
- nextToken() - Method in class org.apache.http.message.BasicTokenIterator
-
Obtains the next token from this iteration.
- nextToken() - Method in interface org.apache.http.TokenIterator
-
Obtains the next token from this iteration.
- NO_HOST - Static variable in class org.apache.http.conn.params.ConnRouteParams
-
A special value indicating "no host".
- NO_ROUTE - Static variable in class org.apache.http.conn.params.ConnRouteParams
-
A special value indicating "no route".
- NoConnectionReuseStrategy - Class in org.apache.http.impl
-
A strategy that never re-uses a connection.
- NoConnectionReuseStrategy() - Constructor for class org.apache.http.impl.NoConnectionReuseStrategy
-
- NoHttpResponseException - Exception in org.apache.http
-
Signals that the target server failed to respond with a valid HTTP response.
- NoHttpResponseException(String) - Constructor for exception org.apache.http.NoHttpResponseException
-
Creates a new NoHttpResponseException with the specified detail message.
- NonRepeatableRequestException - Exception in org.apache.http.client
-
Signals failure to retry the request due to non-repeatable request
entity.
- NonRepeatableRequestException() - Constructor for exception org.apache.http.client.NonRepeatableRequestException
-
Creates a new NonRepeatableEntityException with a null detail message.
- NonRepeatableRequestException(String) - Constructor for exception org.apache.http.client.NonRepeatableRequestException
-
Creates a new NonRepeatableEntityException with the specified detail message.
- NonRepeatableRequestException(String, Throwable) - Constructor for exception org.apache.http.client.NonRepeatableRequestException
-
Creates a new NonRepeatableEntityException with the specified detail message.
- NoOpLog - Class in org.apache.commons.logging.impl
-
Trivial implementation of Log that throws away all messages.
- NoOpLog() - Constructor for class org.apache.commons.logging.impl.NoOpLog
-
Convenience constructor
- NoOpLog(String) - Constructor for class org.apache.commons.logging.impl.NoOpLog
-
Base constructor
- notifyWaitingThread(RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Notifies a waiting thread that a connection is available.
- NTCredentials - Class in org.apache.http.auth
-
Credentials
implementation for Microsoft Windows platforms that includes
Windows specific attributes such as name of the domain the user belongs to.
- NTCredentials(String) - Constructor for class org.apache.http.auth.NTCredentials
-
The constructor with the fully qualified username and password combined
string argument.
- NTCredentials(String, String, String, String) - Constructor for class org.apache.http.auth.NTCredentials
-
Constructor.
- NTLM - Static variable in class org.apache.http.client.params.AuthPolicy
-
The NTLM scheme is a proprietary Microsoft Windows Authentication
protocol (considered to be the most secure among currently supported
authentication schemes).
- NTLMEngine - Interface in org.apache.http.impl.auth
-
Abstract NTLM authentication engine.
- NTLMEngineException - Exception in org.apache.http.impl.auth
-
Signals NTLM protocol failure.
- NTLMEngineException() - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
-
- NTLMEngineException(String) - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
-
Creates a new NTLMEngineException with the specified message.
- NTLMEngineException(String, Throwable) - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
-
Creates a new NTLMEngineException with the specified detail message and cause.
- NTLMScheme - Class in org.apache.http.impl.auth
-
NTLM is a proprietary authentication scheme developed by Microsoft
and optimized for Windows platforms.
- NTLMScheme(NTLMEngine) - Constructor for class org.apache.http.impl.auth.NTLMScheme
-
- NTUserPrincipal - Class in org.apache.http.auth
-
Microsoft Windows specific user principal implementation.
- NTUserPrincipal(String, String) - Constructor for class org.apache.http.auth.NTUserPrincipal
-
- nullClassLoaderFactory - Static variable in class org.apache.commons.logging.LogFactory
-
Prevously constructed LogFactory
instance as in the
factories
map, but for the case where
getClassLoader
returns null
.
- numConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
The current total number of connections.
- numEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
The number of created entries.