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 

B

BASIC - Static variable in class org.apache.http.client.params.AuthPolicy
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
BasicClientCookie - Class in org.apache.http.impl.cookie
Default implementation of SetCookie.
BasicClientCookie(String, String) - Constructor for class org.apache.http.impl.cookie.BasicClientCookie
Default Constructor taking a name and a value.
BasicClientCookie2 - Class in org.apache.http.impl.cookie
Default implementation of SetCookie2.
BasicClientCookie2(String, String) - Constructor for class org.apache.http.impl.cookie.BasicClientCookie2
Default Constructor taking a name and a value.
BasicCommentHandler - Class in org.apache.http.impl.cookie
 
BasicCommentHandler() - Constructor for class org.apache.http.impl.cookie.BasicCommentHandler
 
BasicCookieStore - Class in org.apache.http.impl.client
Default implementation of CookieStore
BasicCookieStore() - Constructor for class org.apache.http.impl.client.BasicCookieStore
Default constructor.
BasicCredentialsProvider - Class in org.apache.http.impl.client
Default implementation of CredentialsProvider.
BasicCredentialsProvider() - Constructor for class org.apache.http.impl.client.BasicCredentialsProvider
Default constructor.
BasicDomainHandler - Class in org.apache.http.impl.cookie
 
BasicDomainHandler() - Constructor for class org.apache.http.impl.cookie.BasicDomainHandler
 
BasicEofSensorWatcher - Class in org.apache.http.conn
Basic implementation of EofSensorWatcher.
BasicEofSensorWatcher(ManagedClientConnection, boolean) - Constructor for class org.apache.http.conn.BasicEofSensorWatcher
Creates a new watcher for auto-releasing a connection.
BasicExpiresHandler - Class in org.apache.http.impl.cookie
 
BasicExpiresHandler(String[]) - Constructor for class org.apache.http.impl.cookie.BasicExpiresHandler
 
BasicHeader - Class in org.apache.http.message
Basic implementation of Header.
BasicHeader(String, String) - Constructor for class org.apache.http.message.BasicHeader
Constructor with name and value
BasicHeaderElement - Class in org.apache.http.message
Basic implementation of HeaderElement
BasicHeaderElement(String, String, NameValuePair[]) - Constructor for class org.apache.http.message.BasicHeaderElement
Constructor with name, value and parameters.
BasicHeaderElement(String, String) - Constructor for class org.apache.http.message.BasicHeaderElement
Constructor with name and value.
BasicHeaderElementIterator - Class in org.apache.http.message
Basic implementation of a HeaderElementIterator.
BasicHeaderElementIterator(HeaderIterator, HeaderValueParser) - Constructor for class org.apache.http.message.BasicHeaderElementIterator
Creates a new instance of BasicHeaderElementIterator
BasicHeaderElementIterator(HeaderIterator) - Constructor for class org.apache.http.message.BasicHeaderElementIterator
 
BasicHeaderIterator - Class in org.apache.http.message
Basic implementation of a HeaderIterator.
BasicHeaderIterator(Header[], String) - Constructor for class org.apache.http.message.BasicHeaderIterator
Creates a new header iterator.
BasicHeaderValueFormatter - Class in org.apache.http.message
Basic implementation for formatting header value elements.
BasicHeaderValueFormatter() - Constructor for class org.apache.http.message.BasicHeaderValueFormatter
 
BasicHeaderValueParser - Class in org.apache.http.message
Basic implementation for parsing header values into elements.
BasicHeaderValueParser() - Constructor for class org.apache.http.message.BasicHeaderValueParser
 
BasicHttpContext - Class in org.apache.http.protocol
Default implementation of HttpContext.
BasicHttpContext() - Constructor for class org.apache.http.protocol.BasicHttpContext
 
BasicHttpContext(HttpContext) - Constructor for class org.apache.http.protocol.BasicHttpContext
 
BasicHttpEntity - Class in org.apache.http.entity
A generic streamed, non-repeatable entity that obtains its content from an InputStream.
BasicHttpEntity() - Constructor for class org.apache.http.entity.BasicHttpEntity
Creates a new basic entity.
BasicHttpEntityEnclosingRequest - Class in org.apache.http.message
Basic implementation of HttpEntityEnclosingRequest.
BasicHttpEntityEnclosingRequest(String, String) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(String, String, ProtocolVersion) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(RequestLine) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpParams - Class in org.apache.http.params
Default implementation of HttpParams interface.
BasicHttpParams() - Constructor for class org.apache.http.params.BasicHttpParams
 
BasicHttpProcessor - Class in org.apache.http.protocol
Default implementation of HttpProcessor.
BasicHttpProcessor() - Constructor for class org.apache.http.protocol.BasicHttpProcessor
 
BasicHttpRequest - Class in org.apache.http.message
Basic implementation of HttpRequest.
BasicHttpRequest(String, String) - Constructor for class org.apache.http.message.BasicHttpRequest
Creates an instance of this class using the given request method and URI.
BasicHttpRequest(String, String, ProtocolVersion) - Constructor for class org.apache.http.message.BasicHttpRequest
Creates an instance of this class using the given request method, URI and the HTTP protocol version.
BasicHttpRequest(RequestLine) - Constructor for class org.apache.http.message.BasicHttpRequest
Creates an instance of this class using the given request line.
BasicHttpResponse - Class in org.apache.http.message
Basic implementation of HttpResponse.
BasicHttpResponse(StatusLine, ReasonPhraseCatalog, Locale) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a new response.
BasicHttpResponse(StatusLine) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a response from a status line.
BasicHttpResponse(ProtocolVersion, int, String) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a response from elements of a status line.
BasicLineFormatter - Class in org.apache.http.message
Interface for formatting elements of the HEAD section of an HTTP message.
BasicLineFormatter() - Constructor for class org.apache.http.message.BasicLineFormatter
 
BasicLineParser - Class in org.apache.http.message
Basic parser for lines in the head section of an HTTP message.
BasicLineParser(ProtocolVersion) - Constructor for class org.apache.http.message.BasicLineParser
Creates a new line parser for the given HTTP-like protocol.
BasicLineParser() - Constructor for class org.apache.http.message.BasicLineParser
Creates a new line parser for HTTP.
BasicListHeaderIterator - Class in org.apache.http.message
Implementation of a HeaderIterator based on a List.
BasicListHeaderIterator(List, String) - Constructor for class org.apache.http.message.BasicListHeaderIterator
Creates a new header iterator.
BasicManagedEntity - Class in org.apache.http.conn
An entity that releases a connection.
BasicManagedEntity(HttpEntity, ManagedClientConnection, boolean) - Constructor for class org.apache.http.conn.BasicManagedEntity
Creates a new managed entity that can release a connection.
BasicMaxAgeHandler - Class in org.apache.http.impl.cookie
 
BasicMaxAgeHandler() - Constructor for class org.apache.http.impl.cookie.BasicMaxAgeHandler
 
BasicNameValuePair - Class in org.apache.http.message
Basic implementation of NameValuePair.
BasicNameValuePair(String, String) - Constructor for class org.apache.http.message.BasicNameValuePair
Default Constructor taking a name and a value.
BasicPathHandler - Class in org.apache.http.impl.cookie
 
BasicPathHandler() - Constructor for class org.apache.http.impl.cookie.BasicPathHandler
 
BasicPooledConnAdapter - Class in org.apache.http.impl.conn.tsccm
A connection wrapper and callback handler.
BasicPooledConnAdapter(ThreadSafeClientConnManager, AbstractPoolEntry) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
Creates a new adapter.
BasicPoolEntry - Class in org.apache.http.impl.conn.tsccm
Basic implementation of a connection pool entry.
BasicPoolEntry(ClientConnectionOperator, HttpRoute, ReferenceQueue) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPoolEntry
Deprecated.
do not use
BasicPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPoolEntry
Creates a new pool entry.
BasicPoolEntryRef - Class in org.apache.http.impl.conn.tsccm
A weak reference to a BasicPoolEntry.
BasicPoolEntryRef(BasicPoolEntry, ReferenceQueue) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPoolEntryRef
Creates a new reference to a pool entry.
BasicRequestLine - Class in org.apache.http.message
Basic implementation of RequestLine.
BasicRequestLine(String, String, ProtocolVersion) - Constructor for class org.apache.http.message.BasicRequestLine
 
BasicResponseHandler - Class in org.apache.http.impl.client
A ResponseHandler that returns the response body as a String for successful (2xx) responses.
BasicResponseHandler() - Constructor for class org.apache.http.impl.client.BasicResponseHandler
 
BasicRouteDirector - Class in org.apache.http.conn.routing
Basic implementation of an HttpRouteDirector.
BasicRouteDirector() - Constructor for class org.apache.http.conn.routing.BasicRouteDirector
 
BasicScheme - Class in org.apache.http.impl.auth
Basic authentication scheme as defined in RFC 2617.
BasicScheme() - Constructor for class org.apache.http.impl.auth.BasicScheme
Default constructor for the basic authentication scheme.
BasicSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeFactory implementation that creates and initializes BasicScheme instances.
BasicSchemeFactory() - Constructor for class org.apache.http.impl.auth.BasicSchemeFactory
 
BasicSecureHandler - Class in org.apache.http.impl.cookie
 
BasicSecureHandler() - Constructor for class org.apache.http.impl.cookie.BasicSecureHandler
 
BasicStatusLine - Class in org.apache.http.message
Basic implementation of StatusLine
BasicStatusLine(ProtocolVersion, int, String) - Constructor for class org.apache.http.message.BasicStatusLine
Creates a new status line with the given version, status, and reason.
BasicTokenIterator - Class in org.apache.http.message
Basic implementation of a TokenIterator.
BasicTokenIterator(HeaderIterator) - Constructor for class org.apache.http.message.BasicTokenIterator
Creates a new instance of BasicTokenIterator.
BasicUserPrincipal - Class in org.apache.http.auth
Basic user principal used for HTTP authentication
BasicUserPrincipal(String) - Constructor for class org.apache.http.auth.BasicUserPrincipal
 
BEST_MATCH - Static variable in class org.apache.http.client.params.CookiePolicy
The default 'best match' policy.
BestMatchSpec - Class in org.apache.http.impl.cookie
'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response.
BestMatchSpec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.BestMatchSpec
 
BestMatchSpec() - Constructor for class org.apache.http.impl.cookie.BestMatchSpec
 
BestMatchSpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes BestMatchSpec instances.
BestMatchSpecFactory() - Constructor for class org.apache.http.impl.cookie.BestMatchSpecFactory
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
Binds this connection to the given Socket.
bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
Binds this connection to the given Socket.
bind(Socket, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
Binds this connection to the given Socket.
bind(Socket, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
Binds this connection to the given Socket.
BROWSER_COMPATIBILITY - Static variable in class org.apache.http.client.params.CookiePolicy
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
BrowserCompatHostnameVerifier - Class in org.apache.http.conn.ssl
The HostnameVerifier that works the same way as Curl and Firefox.
BrowserCompatHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
 
BrowserCompatSpec - Class in org.apache.http.impl.cookie
Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
BrowserCompatSpec(String[]) - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpec
Default constructor
BrowserCompatSpec() - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpec
Default constructor
BrowserCompatSpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes BrowserCompatSpec instances.
BrowserCompatSpecFactory() - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpecFactory
 
buffer() - Method in class org.apache.http.util.ByteArrayBuffer
Returns reference to the underlying byte array.
buffer() - Method in class org.apache.http.util.CharArrayBuffer
Returns reference to the underlying char array.
BufferedHeader - Class in org.apache.http.message
This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.
BufferedHeader(CharArrayBuffer) - Constructor for class org.apache.http.message.BufferedHeader
Creates a new header from a buffer.
BufferedHttpEntity - Class in org.apache.http.entity
A wrapping entity that buffers it content if necessary.
BufferedHttpEntity(HttpEntity) - Constructor for class org.apache.http.entity.BufferedHttpEntity
 
ByteArrayBuffer - Class in org.apache.http.util
A resizable byte array.
ByteArrayBuffer(int) - Constructor for class org.apache.http.util.ByteArrayBuffer
Creates an instance of ByteArrayBuffer with the given initial capacity.
ByteArrayEntity - Class in org.apache.http.entity
A self contained, repeatable entity that obtains its content from a byte array.
ByteArrayEntity(byte[]) - Constructor for class org.apache.http.entity.ByteArrayEntity
 
byteAt(int) - Method in class org.apache.http.util.ByteArrayBuffer
Returns the byte value in this buffer at the specified index.
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