Package | Description |
---|---|
org.apache.http |
Core HTTP component APIs and primitives.
|
org.apache.http.auth |
Client HTTP authentication APIs.
|
org.apache.http.auth.params |
Deprecated.
|
org.apache.http.client |
Client HTTP communication APIs.
|
org.apache.http.client.methods |
Standard HTTP method implementations.
|
org.apache.http.client.params |
Deprecated.
|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.conn.params |
Deprecated.
|
org.apache.http.conn.scheme |
Deprecated.
|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
org.apache.http.cookie |
Client HTTP state management APIs.
|
org.apache.http.cookie.params |
Deprecated.
|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
org.apache.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
org.apache.http.impl.io |
Default implementations of message parses and writers
for synchronous, blocking communication.
|
org.apache.http.impl.pool |
Default implementations of client side connection pools
for synchronous, blocking communication.
|
org.apache.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
org.apache.http.params |
Deprecated.
|
org.apache.http.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
|
Modifier and Type | Method and Description |
---|---|
HttpParams |
HttpMessage.getParams()
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
Modifier and Type | Method and Description |
---|---|
void |
HttpMessage.setParams(HttpParams params)
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
Modifier and Type | Method and Description |
---|---|
AuthScheme |
AuthSchemeRegistry.getAuthScheme(java.lang.String name,
HttpParams params)
Deprecated.
Gets the
authentication scheme with the given name. |
AuthScheme |
AuthSchemeFactory.newInstance(HttpParams params)
Deprecated.
Creates an instance of
AuthScheme using given HTTP parameters. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AuthParams.getCredentialCharset(HttpParams params)
Deprecated.
Obtains the charset for encoding
Credentials .If not configured,
HTTP.DEFAULT_PROTOCOL_CHARSET is used instead. |
static void |
AuthParams.setCredentialCharset(HttpParams params,
java.lang.String charset)
Deprecated.
Sets the charset to be used when encoding
Credentials . |
Constructor and Description |
---|
AuthParamBean(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpParams |
HttpClient.getParams()
Deprecated.
(4.3) use
RequestConfig . |
Modifier and Type | Method and Description |
---|---|
HttpParams |
HttpRequestWrapper.getParams()
Deprecated.
(4.3) use
RequestConfig . |
Modifier and Type | Method and Description |
---|---|
static long |
HttpClientParams.getConnectionManagerTimeout(HttpParams params)
Deprecated.
Get the connectiion manager timeout value.
|
static java.lang.String |
HttpClientParams.getCookiePolicy(HttpParams params)
Deprecated.
|
static RequestConfig |
HttpClientParamConfig.getRequestConfig(HttpParams params)
Deprecated.
|
static boolean |
HttpClientParams.isAuthenticating(HttpParams params)
Deprecated.
|
static boolean |
HttpClientParams.isRedirecting(HttpParams params)
Deprecated.
|
static void |
HttpClientParams.setAuthenticating(HttpParams params,
boolean value)
Deprecated.
|
static void |
HttpClientParams.setConnectionManagerTimeout(HttpParams params,
long timeout)
Deprecated.
Set the parameter
ClientPNames.CONN_MANAGER_TIMEOUT . |
static void |
HttpClientParams.setCookiePolicy(HttpParams params,
java.lang.String cookiePolicy)
Deprecated.
|
static void |
HttpClientParams.setRedirecting(HttpParams params,
boolean value)
Deprecated.
|
Constructor and Description |
---|
ClientParamBean(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.net.Socket |
MultihomePlainSocketFactory.connectSocket(java.net.Socket socket,
java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpParams params)
Deprecated.
Attempts to connects the socket to any of the
InetAddress es the
given host name resolves to. |
void |
ManagedClientConnection.layerProtocol(HttpContext context,
HttpParams params)
Deprecated.
Layers a new protocol on top of a
tunnelled
connection. |
ClientConnectionManager |
ClientConnectionManagerFactory.newInstance(HttpParams params,
SchemeRegistry schemeRegistry)
Deprecated.
|
void |
ManagedClientConnection.open(HttpRoute route,
HttpContext context,
HttpParams params)
Deprecated.
Opens this connection according to the given route.
|
void |
OperatedClientConnection.openCompleted(boolean secure,
HttpParams params)
Deprecated.
Signals that the connection has been successfully open.
|
void |
ClientConnectionOperator.openConnection(OperatedClientConnection conn,
HttpHost target,
java.net.InetAddress local,
HttpContext context,
HttpParams params)
Deprecated.
Opens a connection to the given target host.
|
void |
ManagedClientConnection.tunnelProxy(HttpHost next,
boolean secure,
HttpParams params)
Deprecated.
Indicates that a tunnel to an intermediate proxy has been established.
|
void |
ManagedClientConnection.tunnelTarget(boolean secure,
HttpParams params)
Deprecated.
Indicates that a tunnel to the target has been established.
|
void |
OperatedClientConnection.update(java.net.Socket sock,
HttpHost target,
boolean secure,
HttpParams params)
Deprecated.
Updates this connection.
|
void |
ClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn,
HttpHost target,
HttpContext context,
HttpParams params)
Deprecated.
Updates a connection with a layered secure connection.
|
Modifier and Type | Method and Description |
---|---|
static HttpHost |
ConnRouteParams.getDefaultProxy(HttpParams params)
Deprecated.
Obtains the
DEFAULT_PROXY
parameter value. |
static HttpRoute |
ConnRouteParams.getForcedRoute(HttpParams params)
Deprecated.
Obtains the
FORCED_ROUTE
parameter value. |
static java.net.InetAddress |
ConnRouteParams.getLocalAddress(HttpParams params)
Deprecated.
Obtains the
LOCAL_ADDRESS
parameter value. |
static ConnPerRoute |
ConnManagerParams.getMaxConnectionsPerRoute(HttpParams params)
Deprecated.
Returns lookup interface for maximum number of connections allowed per route.
|
static int |
ConnManagerParams.getMaxTotalConnections(HttpParams params)
Deprecated.
Gets the maximum number of connections allowed.
|
static long |
ConnManagerParams.getTimeout(HttpParams params)
Deprecated.
|
static void |
ConnRouteParams.setDefaultProxy(HttpParams params,
HttpHost proxy)
Deprecated.
Sets the
DEFAULT_PROXY
parameter value. |
static void |
ConnRouteParams.setForcedRoute(HttpParams params,
HttpRoute route)
Deprecated.
Sets the
FORCED_ROUTE
parameter value. |
static void |
ConnRouteParams.setLocalAddress(HttpParams params,
java.net.InetAddress local)
Deprecated.
Sets the
LOCAL_ADDRESS
parameter value. |
static void |
ConnManagerParams.setMaxConnectionsPerRoute(HttpParams params,
ConnPerRoute connPerRoute)
Deprecated.
Sets lookup interface for maximum number of connections allowed per route.
|
static void |
ConnManagerParams.setMaxTotalConnections(HttpParams params,
int maxTotalConnections)
Deprecated.
Sets the maximum number of connections allowed.
|
static void |
ConnManagerParams.setTimeout(HttpParams params,
long timeout)
Deprecated.
|
Constructor and Description |
---|
ConnConnectionParamBean(HttpParams params)
Deprecated.
|
ConnManagerParamBean(HttpParams params)
Deprecated.
|
ConnRouteParamBean(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.net.Socket |
PlainSocketFactory.connectSocket(java.net.Socket socket,
java.net.InetSocketAddress remoteAddress,
java.net.InetSocketAddress localAddress,
HttpParams params)
Deprecated.
|
java.net.Socket |
SchemeSocketFactoryAdaptor.connectSocket(java.net.Socket sock,
java.net.InetSocketAddress remoteAddress,
java.net.InetSocketAddress localAddress,
HttpParams params)
Deprecated.
|
java.net.Socket |
SchemeLayeredSocketFactoryAdaptor2.connectSocket(java.net.Socket sock,
java.net.InetSocketAddress remoteAddress,
java.net.InetSocketAddress localAddress,
HttpParams params)
Deprecated.
|
java.net.Socket |
SchemeSocketFactory.connectSocket(java.net.Socket sock,
java.net.InetSocketAddress remoteAddress,
java.net.InetSocketAddress localAddress,
HttpParams params)
Deprecated.
Connects a socket to the target host with the given remote address.
|
java.net.Socket |
PlainSocketFactory.connectSocket(java.net.Socket socket,
java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpParams params)
|
java.net.Socket |
SocketFactoryAdaptor.connectSocket(java.net.Socket socket,
java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpParams params)
Deprecated.
|
java.net.Socket |
SocketFactory.connectSocket(java.net.Socket sock,
java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpParams params)
Deprecated.
Connects a socket to the given host.
|
java.net.Socket |
SchemeLayeredSocketFactoryAdaptor2.createLayeredSocket(java.net.Socket socket,
java.lang.String target,
int port,
HttpParams params)
Deprecated.
|
java.net.Socket |
SchemeLayeredSocketFactoryAdaptor.createLayeredSocket(java.net.Socket socket,
java.lang.String target,
int port,
HttpParams params)
Deprecated.
|
java.net.Socket |
SchemeLayeredSocketFactory.createLayeredSocket(java.net.Socket socket,
java.lang.String target,
int port,
HttpParams params)
Deprecated.
Returns a socket connected to the given host that is layered over an
existing socket.
|
java.net.Socket |
PlainSocketFactory.createSocket(HttpParams params)
Deprecated.
|
java.net.Socket |
SchemeSocketFactoryAdaptor.createSocket(HttpParams params)
Deprecated.
|
java.net.Socket |
SchemeLayeredSocketFactoryAdaptor2.createSocket(HttpParams params)
Deprecated.
|
java.net.Socket |
SchemeSocketFactory.createSocket(HttpParams params)
Deprecated.
Creates a new, unconnected socket.
|
Modifier and Type | Method and Description |
---|---|
java.net.Socket |
SSLSocketFactory.connectSocket(java.net.Socket socket,
java.net.InetSocketAddress remoteAddress,
java.net.InetSocketAddress localAddress,
HttpParams params)
Deprecated.
|
java.net.Socket |
SSLSocketFactory.connectSocket(java.net.Socket socket,
java.lang.String host,
int port,
java.net.InetAddress local,
int localPort,
HttpParams params)
Deprecated.
|
java.net.Socket |
SSLSocketFactory.createLayeredSocket(java.net.Socket socket,
java.lang.String host,
int port,
HttpParams params)
Deprecated.
|
java.net.Socket |
SSLSocketFactory.createSocket(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CookieSpec |
CookieSpecRegistry.getCookieSpec(java.lang.String name,
HttpParams params)
Deprecated.
Gets the
cookie specification with the given ID. |
CookieSpec |
CookieSpecFactory.newInstance(HttpParams params)
Deprecated.
Creates an instance of
CookieSpec using given HTTP parameters. |
Constructor and Description |
---|
CookieSpecParamBean(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SocketHttpClientConnection.bind(java.net.Socket socket,
HttpParams params)
Deprecated.
Binds this connection to the given
Socket . |
void |
DefaultHttpServerConnection.bind(java.net.Socket socket,
HttpParams params)
Deprecated.
|
protected void |
SocketHttpServerConnection.bind(java.net.Socket socket,
HttpParams params)
Deprecated.
Binds this connection to the given
Socket . |
void |
DefaultHttpClientConnection.bind(java.net.Socket socket,
HttpParams params)
Deprecated.
|
protected HttpMessageParser<HttpRequest> |
AbstractHttpServerConnection.createRequestParser(SessionInputBuffer buffer,
HttpRequestFactory requestFactory,
HttpParams params)
Deprecated.
Creates an instance of
HttpMessageParser to be used for parsing
HTTP requests received over this connection. |
protected HttpMessageWriter<HttpRequest> |
AbstractHttpClientConnection.createRequestWriter(SessionOutputBuffer buffer,
HttpParams params)
Deprecated.
Creates an instance of
HttpMessageWriter to be used for
writing out HTTP requests sent over this connection. |
protected HttpMessageParser<HttpResponse> |
AbstractHttpClientConnection.createResponseParser(SessionInputBuffer buffer,
HttpResponseFactory responseFactory,
HttpParams params)
Deprecated.
Creates an instance of
HttpMessageParser to be used for parsing
HTTP responses received over this connection. |
protected HttpMessageWriter<HttpResponse> |
AbstractHttpServerConnection.createResponseWriter(SessionOutputBuffer buffer,
HttpParams params)
Deprecated.
Creates an instance of
HttpMessageWriter to be used for
writing out HTTP responses sent over this connection. |
protected SessionInputBuffer |
SocketHttpClientConnection.createSessionInputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
Creates an instance of
SocketInputBuffer to be used for
receiving data from the given Socket . |
protected SessionInputBuffer |
SocketHttpServerConnection.createSessionInputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
Creates an instance of
SocketInputBuffer to be used for
receiving data from the given Socket . |
protected SessionOutputBuffer |
SocketHttpClientConnection.createSessionOutputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
Creates an instance of
SessionOutputBuffer to be used for
sending data to the given Socket . |
protected SessionOutputBuffer |
SocketHttpServerConnection.createSessionOutputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
Creates an instance of
SessionOutputBuffer to be used for
sending data to the given Socket . |
protected void |
AbstractHttpClientConnection.init(SessionInputBuffer inbuffer,
SessionOutputBuffer outbuffer,
HttpParams params)
Deprecated.
Initializes this connection object with
SessionInputBuffer and
SessionOutputBuffer instances to be used for sending and
receiving data. |
protected void |
AbstractHttpServerConnection.init(SessionInputBuffer inbuffer,
SessionOutputBuffer outbuffer,
HttpParams params)
Deprecated.
Initializes this connection object with
SessionInputBuffer and
SessionOutputBuffer instances to be used for sending and
receiving data. |
Modifier and Type | Method and Description |
---|---|
AuthScheme |
NegotiateSchemeFactory.newInstance(HttpParams params)
Deprecated.
|
AuthScheme |
BasicSchemeFactory.newInstance(HttpParams params) |
AuthScheme |
KerberosSchemeFactory.newInstance(HttpParams params) |
AuthScheme |
NTLMSchemeFactory.newInstance(HttpParams params) |
AuthScheme |
SPNegoSchemeFactory.newInstance(HttpParams params) |
AuthScheme |
DigestSchemeFactory.newInstance(HttpParams params) |
Modifier and Type | Class and Description |
---|---|
class |
ClientParamsStack
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
Modifier and Type | Field and Description |
---|---|
protected HttpParams |
ClientParamsStack.applicationParams
Deprecated.
The application parameter collection, or
null . |
protected HttpParams |
ClientParamsStack.clientParams
Deprecated.
The client parameter collection, or
null . |
protected HttpParams |
ClientParamsStack.overrideParams
Deprecated.
The override parameter collection, or
null . |
protected HttpParams |
DefaultRequestDirector.params
Deprecated.
The HTTP parameters.
|
protected HttpParams |
ClientParamsStack.requestParams
Deprecated.
The request parameter collection, or
null . |
Modifier and Type | Method and Description |
---|---|
HttpParams |
ClientParamsStack.copy()
Deprecated.
Does not copy parameters.
|
protected abstract HttpParams |
AbstractHttpClient.createHttpParams()
Deprecated.
|
protected HttpParams |
DefaultHttpClient.createHttpParams()
Deprecated.
Creates the default set of HttpParams by invoking
DefaultHttpClient.setDefaultHttpParams(HttpParams) |
protected HttpParams |
AbstractHttpClient.determineParams(HttpRequest req)
Deprecated.
Obtains parameters for executing a request.
|
HttpParams |
ClientParamsStack.getApplicationParams()
Deprecated.
Obtains the application parameters of this stack.
|
HttpParams |
ClientParamsStack.getClientParams()
Deprecated.
Obtains the client parameters of this stack.
|
HttpParams |
ClientParamsStack.getOverrideParams()
Deprecated.
Obtains the override parameters of this stack.
|
HttpParams |
AbstractHttpClient.getParams()
Deprecated.
|
HttpParams |
AutoRetryHttpClient.getParams()
Deprecated.
|
HttpParams |
DecompressingHttpClient.getParams()
Deprecated.
|
HttpParams |
MinimalHttpClient.getParams() |
HttpParams |
InternalHttpClient.getParams() |
HttpParams |
ProxyClient.getParams()
Deprecated.
(4.3) do not use.
|
HttpParams |
ClientParamsStack.getRequestParams()
Deprecated.
Obtains the request parameters of this stack.
|
HttpParams |
ClientParamsStack.setParameter(java.lang.String name,
java.lang.Object value)
Deprecated.
Does not set a parameter.
|
Modifier and Type | Method and Description |
---|---|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec,
ClientConnectionManager conman,
ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
HttpParams params)
Deprecated.
(4.1) do not use
|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec,
ClientConnectionManager conman,
ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
HttpParams params)
Deprecated.
(4.2) do not use
|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec,
ClientConnectionManager conman,
ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler,
HttpParams params)
Deprecated.
|
static void |
DefaultHttpClient.setDefaultHttpParams(HttpParams params)
Deprecated.
Saves the default set of HttpParams in the provided parameter.
|
void |
AbstractHttpClient.setParams(HttpParams params)
Deprecated.
Replaces the parameters.
|
Modifier and Type | Method and Description |
---|---|
protected HttpMessageParser<HttpResponse> |
DefaultClientConnection.createResponseParser(SessionInputBuffer buffer,
HttpResponseFactory responseFactory,
HttpParams params)
Deprecated.
|
protected SessionInputBuffer |
DefaultClientConnection.createSessionInputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
|
protected SessionOutputBuffer |
DefaultClientConnection.createSessionOutputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
|
protected int |
DefaultResponseParser.getMaxGarbageLines(HttpParams params)
Deprecated.
|
void |
AbstractPooledConnAdapter.layerProtocol(HttpContext context,
HttpParams params)
Deprecated.
|
void |
ManagedClientConnectionImpl.layerProtocol(HttpContext context,
HttpParams params)
Deprecated.
|
void |
AbstractPoolEntry.layerProtocol(HttpContext context,
HttpParams params)
Deprecated.
Layers a protocol on top of an established tunnel.
|
void |
AbstractPooledConnAdapter.open(HttpRoute route,
HttpContext context,
HttpParams params)
Deprecated.
|
void |
ManagedClientConnectionImpl.open(HttpRoute route,
HttpContext context,
HttpParams params)
Deprecated.
|
void |
AbstractPoolEntry.open(HttpRoute route,
HttpContext context,
HttpParams params)
Deprecated.
Opens the underlying connection.
|
void |
DefaultClientConnection.openCompleted(boolean secure,
HttpParams params)
Deprecated.
|
void |
DefaultClientConnectionOperator.openConnection(OperatedClientConnection conn,
HttpHost target,
java.net.InetAddress local,
HttpContext context,
HttpParams params)
Deprecated.
|
protected void |
DefaultClientConnectionOperator.prepareSocket(java.net.Socket sock,
HttpContext context,
HttpParams params)
Deprecated.
Performs standard initializations on a newly created socket.
|
void |
AbstractPooledConnAdapter.tunnelProxy(HttpHost next,
boolean secure,
HttpParams params)
Deprecated.
|
void |
ManagedClientConnectionImpl.tunnelProxy(HttpHost next,
boolean secure,
HttpParams params)
Deprecated.
|
void |
AbstractPoolEntry.tunnelProxy(HttpHost next,
boolean secure,
HttpParams params)
Deprecated.
Tracks tunnelling of the connection to a chained proxy.
|
void |
AbstractPooledConnAdapter.tunnelTarget(boolean secure,
HttpParams params)
Deprecated.
|
void |
ManagedClientConnectionImpl.tunnelTarget(boolean secure,
HttpParams params)
Deprecated.
|
void |
AbstractPoolEntry.tunnelTarget(boolean secure,
HttpParams params)
Deprecated.
Tracks tunnelling of the connection to the target.
|
void |
DefaultClientConnection.update(java.net.Socket sock,
HttpHost target,
boolean secure,
HttpParams params)
Deprecated.
|
void |
DefaultClientConnectionOperator.updateSecureConnection(OperatedClientConnection conn,
HttpHost target,
HttpContext context,
HttpParams params)
Deprecated.
|
Constructor and Description |
---|
DefaultHttpResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
|
DefaultResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
Deprecated.
|
SingleClientConnManager(HttpParams params,
SchemeRegistry schreg)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractConnPool |
ThreadSafeClientConnManager.createConnectionPool(HttpParams params)
Deprecated.
(4.1) use #createConnectionPool(long, TimeUnit))
|
Constructor and Description |
---|
ConnPoolByRoute(ClientConnectionOperator operator,
HttpParams params)
Deprecated.
|
ThreadSafeClientConnManager(HttpParams params,
SchemeRegistry schreg)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CookieSpec |
BrowserCompatSpecFactory.newInstance(HttpParams params)
Deprecated.
|
CookieSpec |
IgnoreSpecFactory.newInstance(HttpParams params)
Deprecated.
|
CookieSpec |
RFC2965SpecFactory.newInstance(HttpParams params)
Deprecated.
|
CookieSpec |
RFC2109SpecFactory.newInstance(HttpParams params)
Deprecated.
|
CookieSpec |
NetscapeDraftSpecFactory.newInstance(HttpParams params)
Deprecated.
|
CookieSpec |
BestMatchSpecFactory.newInstance(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpParams |
HttpResponseProxy.getParams()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpResponseProxy.setParams(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSessionInputBuffer.init(java.io.InputStream instream,
int buffersize,
HttpParams params)
Deprecated.
Initializes this session input buffer.
|
protected void |
AbstractSessionOutputBuffer.init(java.io.OutputStream outstream,
int buffersize,
HttpParams params)
Deprecated.
|
Constructor and Description |
---|
AbstractMessageParser(SessionInputBuffer buffer,
LineParser parser,
HttpParams params)
|
AbstractMessageWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params)
Deprecated.
|
DefaultHttpRequestParser(SessionInputBuffer buffer,
LineParser lineParser,
HttpRequestFactory requestFactory,
HttpParams params)
|
DefaultHttpResponseParser(SessionInputBuffer buffer,
LineParser lineParser,
HttpResponseFactory responseFactory,
HttpParams params)
|
HttpRequestParser(SessionInputBuffer buffer,
LineParser parser,
HttpRequestFactory requestFactory,
HttpParams params)
Deprecated.
Creates an instance of this class.
|
HttpRequestWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params)
Deprecated.
|
HttpResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
Deprecated.
Creates an instance of this class.
|
HttpResponseWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params)
Deprecated.
|
SocketInputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
Creates an instance of this class.
|
SocketOutputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
protected HttpClientConnection |
BasicConnFactory.create(java.net.Socket socket,
HttpParams params)
Deprecated.
(4.3) no longer used.
|
Constructor and Description |
---|
BasicConnFactory(HttpParams params)
Deprecated.
|
BasicConnFactory(javax.net.ssl.SSLSocketFactory sslfactory,
HttpParams params)
|
BasicConnPool(HttpParams params)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected HttpParams |
AbstractHttpMessage.params
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpParams |
AbstractHttpMessage.getParams()
Deprecated.
(4.3) use constructor parameters of configuration API provided by HttpClient
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHttpMessage.setParams(HttpParams params)
Deprecated.
(4.3) use constructor parameters of configuration API provided by HttpClient
|
Constructor and Description |
---|
AbstractHttpMessage(HttpParams params)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpParams
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
class |
BasicHttpParams
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
class |
DefaultedHttpParams
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
class |
SyncBasicHttpParams
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
|
Modifier and Type | Field and Description |
---|---|
protected HttpParams |
HttpAbstractParamBean.params
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpParams |
DefaultedHttpParams.copy()
Deprecated.
Creates a copy of the local collection with the same default
|
HttpParams |
HttpParams.copy()
Deprecated.
Creates a copy of these parameters.
|
HttpParams |
BasicHttpParams.copy()
Deprecated.
Creates a copy of these parameters.
|
HttpParams |
DefaultedHttpParams.getDefaults()
Deprecated.
|
HttpParams |
HttpParams.setBooleanParameter(java.lang.String name,
boolean value)
Deprecated.
Assigns a
Boolean to the parameter with the given name |
HttpParams |
AbstractHttpParams.setBooleanParameter(java.lang.String name,
boolean value)
Deprecated.
|
HttpParams |
HttpParams.setDoubleParameter(java.lang.String name,
double value)
Deprecated.
Assigns a
Double to the parameter with the given name |
HttpParams |
AbstractHttpParams.setDoubleParameter(java.lang.String name,
double value)
Deprecated.
|
HttpParams |
HttpParams.setIntParameter(java.lang.String name,
int value)
Deprecated.
Assigns an
Integer to the parameter with the given name |
HttpParams |
AbstractHttpParams.setIntParameter(java.lang.String name,
int value)
Deprecated.
|
HttpParams |
HttpParams.setLongParameter(java.lang.String name,
long value)
Deprecated.
Assigns a
Long to the parameter with the given name |
HttpParams |
AbstractHttpParams.setLongParameter(java.lang.String name,
long value)
Deprecated.
|
HttpParams |
DefaultedHttpParams.setParameter(java.lang.String name,
java.lang.Object value)
Deprecated.
Sets the parameter in the local collection.
|
HttpParams |
SyncBasicHttpParams.setParameter(java.lang.String name,
java.lang.Object value)
Deprecated.
|
HttpParams |
HttpParams.setParameter(java.lang.String name,
java.lang.Object value)
Deprecated.
Assigns the value to the parameter with the given name.
|
HttpParams |
BasicHttpParams.setParameter(java.lang.String name,
java.lang.Object value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicHttpParams.copyParams(HttpParams target)
Deprecated.
Copies the locally defined parameters to the argument parameters.
|
static ConnectionConfig |
HttpParamConfig.getConnectionConfig(HttpParams params)
Deprecated.
|
static int |
HttpConnectionParams.getConnectionTimeout(HttpParams params)
Deprecated.
Obtains value of the
CoreConnectionPNames.CONNECTION_TIMEOUT
parameter. |
static java.lang.String |
HttpProtocolParams.getContentCharset(HttpParams params)
Deprecated.
Obtains value of the
CoreProtocolPNames.HTTP_CONTENT_CHARSET parameter. |
static java.lang.String |
HttpProtocolParams.getHttpElementCharset(HttpParams params)
Deprecated.
Obtains value of the
CoreProtocolPNames.HTTP_ELEMENT_CHARSET parameter. |
static int |
HttpConnectionParams.getLinger(HttpParams params)
Deprecated.
Obtains value of the
CoreConnectionPNames.SO_LINGER parameter. |
static java.nio.charset.CodingErrorAction |
HttpProtocolParams.getMalformedInputAction(HttpParams params)
Deprecated.
Obtains value of the
CoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION parameter. |
static MessageConstraints |
HttpParamConfig.getMessageConstraints(HttpParams params)
Deprecated.
|
static int |
HttpConnectionParams.getSocketBufferSize(HttpParams params)
Deprecated.
Obtains value of the
CoreConnectionPNames.SOCKET_BUFFER_SIZE
parameter. |
static SocketConfig |
HttpParamConfig.getSocketConfig(HttpParams params)
Deprecated.
|
static boolean |
HttpConnectionParams.getSoKeepalive(HttpParams params)
Deprecated.
Obtains value of the
CoreConnectionPNames.SO_KEEPALIVE parameter. |
static boolean |
HttpConnectionParams.getSoReuseaddr(HttpParams params)
Deprecated.
Obtains value of the
CoreConnectionPNames.SO_REUSEADDR parameter. |
static int |
HttpConnectionParams.getSoTimeout(HttpParams params)
Deprecated.
Obtains value of the
CoreConnectionPNames.SO_TIMEOUT parameter. |
static boolean |
HttpConnectionParams.getTcpNoDelay(HttpParams params)
Deprecated.
Obtains value of the
CoreConnectionPNames.TCP_NODELAY parameter. |
static java.nio.charset.CodingErrorAction |
HttpProtocolParams.getUnmappableInputAction(HttpParams params)
Deprecated.
Obtains the value of the
CoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION parameter. |
static java.lang.String |
HttpProtocolParams.getUserAgent(HttpParams params)
Deprecated.
Obtains value of the
CoreProtocolPNames.USER_AGENT parameter. |
static ProtocolVersion |
HttpProtocolParams.getVersion(HttpParams params)
Deprecated.
Obtains value of the
CoreProtocolPNames.PROTOCOL_VERSION parameter. |
static boolean |
HttpConnectionParams.isStaleCheckingEnabled(HttpParams params)
Deprecated.
Obtains value of the
CoreConnectionPNames.STALE_CONNECTION_CHECK
parameter. |
static void |
HttpConnectionParams.setConnectionTimeout(HttpParams params,
int timeout)
Deprecated.
Sets value of the
CoreConnectionPNames.CONNECTION_TIMEOUT
parameter. |
static void |
HttpProtocolParams.setContentCharset(HttpParams params,
java.lang.String charset)
Deprecated.
Sets value of the
CoreProtocolPNames.HTTP_CONTENT_CHARSET parameter. |
static void |
HttpProtocolParams.setHttpElementCharset(HttpParams params,
java.lang.String charset)
Deprecated.
Sets value of the
CoreProtocolPNames.HTTP_ELEMENT_CHARSET parameter. |
static void |
HttpConnectionParams.setLinger(HttpParams params,
int value)
Deprecated.
Sets value of the
CoreConnectionPNames.SO_LINGER parameter. |
static void |
HttpProtocolParams.setMalformedInputAction(HttpParams params,
java.nio.charset.CodingErrorAction action)
Deprecated.
Sets value of the
CoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION parameter. |
static void |
HttpConnectionParams.setSocketBufferSize(HttpParams params,
int size)
Deprecated.
Sets value of the
CoreConnectionPNames.SOCKET_BUFFER_SIZE
parameter. |
static void |
HttpConnectionParams.setSoKeepalive(HttpParams params,
boolean enableKeepalive)
Deprecated.
Sets value of the
CoreConnectionPNames.SO_KEEPALIVE parameter. |
static void |
HttpConnectionParams.setSoReuseaddr(HttpParams params,
boolean reuseaddr)
Deprecated.
Sets value of the
CoreConnectionPNames.SO_REUSEADDR parameter. |
static void |
HttpConnectionParams.setSoTimeout(HttpParams params,
int timeout)
Deprecated.
Sets value of the
CoreConnectionPNames.SO_TIMEOUT parameter. |
static void |
HttpConnectionParams.setStaleCheckingEnabled(HttpParams params,
boolean value)
Deprecated.
Sets value of the
CoreConnectionPNames.STALE_CONNECTION_CHECK
parameter. |
static void |
HttpConnectionParams.setTcpNoDelay(HttpParams params,
boolean value)
Deprecated.
Sets value of the
CoreConnectionPNames.TCP_NODELAY parameter. |
static void |
HttpProtocolParams.setUnmappableInputAction(HttpParams params,
java.nio.charset.CodingErrorAction action)
Deprecated.
Sets the value of the
CoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION parameter. |
static void |
HttpProtocolParams.setUseExpectContinue(HttpParams params,
boolean b)
Deprecated.
Sets value of the
CoreProtocolPNames.USE_EXPECT_CONTINUE parameter. |
static void |
HttpProtocolParams.setUserAgent(HttpParams params,
java.lang.String useragent)
Deprecated.
Sets value of the
CoreProtocolPNames.USER_AGENT parameter. |
static void |
HttpProtocolParams.setVersion(HttpParams params,
ProtocolVersion version)
Deprecated.
Sets value of the
CoreProtocolPNames.PROTOCOL_VERSION parameter. |
static boolean |
HttpProtocolParams.useExpectContinue(HttpParams params)
Deprecated.
Obtains value of the
CoreProtocolPNames.USE_EXPECT_CONTINUE parameter. |
Constructor and Description |
---|
DefaultedHttpParams(HttpParams local,
HttpParams defaults)
Deprecated.
Create the defaulted set of HttpParams.
|
HttpAbstractParamBean(HttpParams params)
Deprecated.
|
HttpConnectionParamBean(HttpParams params)
Deprecated.
|
HttpProtocolParamBean(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpParams |
HttpService.getParams()
Deprecated.
(4.3) no longer used.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpService.setParams(HttpParams params)
Deprecated.
(4.1) set
HttpResponseFactory using constructor |
Constructor and Description |
---|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpExpectationVerifier expectationVerifier,
HttpParams params)
|
HttpService(HttpProcessor processor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpRequestHandlerResolver handlerResolver,
HttpParams params)
|