Lines Matching full:apache
22 public final class AndroidHttpClient implements org.apache.http.client.HttpClient {
26 …method public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest) …
27 …method public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, …
28 …method public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpR…
29 …method public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpR…
30 …c <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHand…
31 ….apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, o…
32 …> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.Response…
33 …apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extend…
34 …method public static org.apache.http.entity.AbstractHttpEntity getCompressedEntity(byte[], android…
35 method public org.apache.http.conn.ClientConnectionManager getConnectionManager();
37 method public org.apache.http.params.HttpParams getParams();
38 …method public static java.io.InputStream getUngzippedContent(org.apache.http.HttpEntity) throws ja…
39 method public static void modifyRequestToAcceptGzipResponse(org.apache.http.HttpRequest);
46 …public class AndroidHttpClientConnection implements org.apache.http.HttpConnection org.apache.http…
48 …method public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOExcep…
54 method public org.apache.http.HttpConnectionMetrics getMetrics();
60 …method public org.apache.http.StatusLine parseResponseHeader(android.net.http.Headers) throws java…
61 method public org.apache.http.HttpEntity receiveResponseEntity(android.net.http.Headers);
62 …method public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org.apache…
63 …method public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.http.HttpExcep…
154 method public void parseHeader(org.apache.http.util.CharArrayBuffer);
268 method public org.apache.http.HttpHost getProxyHost();
270 method public android.net.http.Request getRequest(org.apache.http.HttpHost);
271 method public boolean haveRequest(org.apache.http.HttpHost);
317 public class MultipartEntity extends org.apache.http.entity.AbstractHttpEntity {
318 …ctor public MultipartEntity(com.android.internal.http.multipart.Part[], org.apache.http.params.Htt…
322 method public org.apache.http.Header getContentType();
402 package org.apache.commons.codec {
404 @Deprecated public interface BinaryDecoder extends org.apache.commons.codec.Decoder {
405 … method @Deprecated public byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
408 @Deprecated public interface BinaryEncoder extends org.apache.commons.codec.Encoder {
409 … method @Deprecated public byte[] encode(byte[]) throws org.apache.commons.codec.EncoderException;
413 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
421 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
428 @Deprecated public interface StringDecoder extends org.apache.commons.codec.Decoder {
429 … method @Deprecated public String decode(String) throws org.apache.commons.codec.DecoderException;
432 @Deprecated public interface StringEncoder extends org.apache.commons.codec.Encoder {
433 … method @Deprecated public String encode(String) throws org.apache.commons.codec.EncoderException;
438 ctor @Deprecated public StringEncoderComparator(org.apache.commons.codec.StringEncoder);
444 package org.apache.commons.codec.binary {
446 …@Deprecated public class Base64 implements org.apache.commons.codec.BinaryDecoder org.apache.commo…
448 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
451 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
459 …@Deprecated public class BinaryCodec implements org.apache.commons.codec.BinaryDecoder org.apache.…
461 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
464 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
473 …@Deprecated public class Hex implements org.apache.commons.codec.BinaryDecoder org.apache.commons.…
475 … method @Deprecated public byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
476 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
477 …method @Deprecated public static byte[] decodeHex(char[]) throws org.apache.commons.codec.DecoderE…
479 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
481 …method @Deprecated protected static int toDigit(char, int) throws org.apache.commons.codec.Decoder…
486 package org.apache.commons.codec.language {
488 @Deprecated public class DoubleMetaphone implements org.apache.commons.codec.StringEncoder {
494 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
518 @Deprecated public class Metaphone implements org.apache.commons.codec.StringEncoder {
520 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
528 @Deprecated public class RefinedSoundex implements org.apache.commons.codec.StringEncoder {
531 …method @Deprecated public int difference(String, String) throws org.apache.commons.codec.EncoderEx…
532 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
535 … field @Deprecated public static final org.apache.commons.codec.language.RefinedSoundex US_ENGLISH;
539 @Deprecated public class Soundex implements org.apache.commons.codec.StringEncoder {
542 …method @Deprecated public int difference(String, String) throws org.apache.commons.codec.EncoderEx…
543 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
548 field @Deprecated public static final org.apache.commons.codec.language.Soundex US_ENGLISH;
555 package org.apache.commons.codec.net {
557 …@Deprecated public class BCodec implements org.apache.commons.codec.StringDecoder org.apache.commo…
560 … method @Deprecated public String decode(String) throws org.apache.commons.codec.DecoderException;
561 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
562 …method @Deprecated protected byte[] doDecoding(byte[]) throws org.apache.commons.codec.DecoderExce…
563 …method @Deprecated protected byte[] doEncoding(byte[]) throws org.apache.commons.codec.EncoderExce…
564 …method @Deprecated public String encode(String, String) throws org.apache.commons.codec.EncoderExc…
565 … method @Deprecated public String encode(String) throws org.apache.commons.codec.EncoderException;
566 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
571 …@Deprecated public class QCodec implements org.apache.commons.codec.StringDecoder org.apache.commo…
574 … method @Deprecated public String decode(String) throws org.apache.commons.codec.DecoderException;
575 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
576 …method @Deprecated protected byte[] doDecoding(byte[]) throws org.apache.commons.codec.DecoderExce…
577 …method @Deprecated protected byte[] doEncoding(byte[]) throws org.apache.commons.codec.EncoderExce…
578 …method @Deprecated public String encode(String, String) throws org.apache.commons.codec.EncoderExc…
579 … method @Deprecated public String encode(String) throws org.apache.commons.codec.EncoderException;
580 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
587 …implements org.apache.commons.codec.BinaryDecoder org.apache.commons.codec.BinaryEncoder org.apach…
590 … method @Deprecated public byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
591 …method @Deprecated public String decode(String, String) throws org.apache.commons.codec.DecoderExc…
592 … method @Deprecated public String decode(String) throws org.apache.commons.codec.DecoderException;
593 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
594 …method @Deprecated public static final byte[] decodeQuotedPrintable(byte[]) throws org.apache.comm…
596 … method @Deprecated public String encode(String) throws org.apache.commons.codec.EncoderException;
597 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
603 …implements org.apache.commons.codec.BinaryDecoder org.apache.commons.codec.BinaryEncoder org.apach…
606 … method @Deprecated public byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
607 …method @Deprecated public String decode(String, String) throws org.apache.commons.codec.DecoderExc…
608 … method @Deprecated public String decode(String) throws org.apache.commons.codec.DecoderException;
609 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
610 …method @Deprecated public static final byte[] decodeUrl(byte[]) throws org.apache.commons.codec.De…
613 … method @Deprecated public String encode(String) throws org.apache.commons.codec.EncoderException;
614 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
625 package org.apache.commons.logging {
659 …method @Deprecated protected static ClassLoader directGetContextClassLoader() throws org.apache.co…
663 …method @Deprecated protected static ClassLoader getContextClassLoader() throws org.apache.commons.…
664 …method @Deprecated public static org.apache.commons.logging.LogFactory getFactory() throws org.apa…
665 …method @Deprecated public abstract org.apache.commons.logging.Log getInstance(Class) throws org.ap…
666 …method @Deprecated public abstract org.apache.commons.logging.Log getInstance(String) throws org.a…
667 …method @Deprecated public static org.apache.commons.logging.Log getLog(Class) throws org.apache.co…
668 …method @Deprecated public static org.apache.commons.logging.Log getLog(String) throws org.apache.c…
671 …ecated protected static org.apache.commons.logging.LogFactory newFactory(String, ClassLoader, Clas…
672 …method @Deprecated protected static org.apache.commons.logging.LogFactory newFactory(String, Class…
679 …field @Deprecated public static final String DIAGNOSTICS_DEST_PROPERTY = "org.apache.commons.loggi…
680 …field @Deprecated public static final String FACTORY_DEFAULT = "org.apache.commons.logging.impl.Lo…
682 …field @Deprecated public static final String FACTORY_PROPERTY = "org.apache.commons.logging.LogFac…
683 …field @Deprecated public static final String HASHTABLE_IMPLEMENTATION_PROPERTY = "org.apache.commo…
685 …field @Deprecated protected static final String SERVICE_ID = "META-INF/services/org.apache.commons…
688 field @Deprecated protected static org.apache.commons.logging.LogFactory nullClassLoaderFactory;
692 method @Deprecated public static org.apache.commons.logging.Log getInstance(String);
693 method @Deprecated public static org.apache.commons.logging.Log getInstance(Class);
695 method @Deprecated public static org.apache.commons.logging.Log makeNewLogInstance(String);
706 package org.apache.commons.logging.impl {
708 …@Deprecated public class Jdk14Logger implements org.apache.commons.logging.Log java.io.Serializabl…
734 @Deprecated public class LogFactoryImpl extends org.apache.commons.logging.LogFactory {
739 …method @Deprecated protected static ClassLoader getContextClassLoader() throws org.apache.commons.…
740 …method @Deprecated public org.apache.commons.logging.Log getInstance(Class) throws org.apache.comm…
741 …method @Deprecated public org.apache.commons.logging.Log getInstance(String) throws org.apache.com…
743 …d protected java.lang.reflect.Constructor getLogConstructor() throws org.apache.commons.logging.Lo…
749 …method @Deprecated protected org.apache.commons.logging.Log newInstance(String) throws org.apache.…
753 …field @Deprecated public static final String ALLOW_FLAWED_CONTEXT_PROPERTY = "org.apache.commons.l…
754 …field @Deprecated public static final String ALLOW_FLAWED_DISCOVERY_PROPERTY = "org.apache.commons…
755 …field @Deprecated public static final String ALLOW_FLAWED_HIERARCHY_PROPERTY = "org.apache.commons…
756 field @Deprecated public static final String LOG_PROPERTY = "org.apache.commons.logging.Log";
757 …field @Deprecated protected static final String LOG_PROPERTY_OLD = "org.apache.commons.logging.log…
766 @Deprecated public class NoOpLog implements org.apache.commons.logging.Log java.io.Serializable {
789 …@Deprecated public class SimpleLog implements org.apache.commons.logging.Log java.io.Serializable {
831 …field @Deprecated protected static final String systemPrefix = "org.apache.commons.logging.simplel…
849 package org.apache.http {
856 …method @Deprecated public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol…
859 @Deprecated public interface FormattedHeader extends org.apache.http.Header {
860 method @Deprecated public org.apache.http.util.CharArrayBuffer getBuffer();
865 …method @Deprecated public org.apache.http.HeaderElement[] getElements() throws org.apache.http.Par…
872 method @Deprecated public org.apache.http.NameValuePair getParameter(int);
873 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
875 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
880 method @Deprecated public org.apache.http.HeaderElement nextElement();
884 method @Deprecated public org.apache.http.Header nextHeader();
887 @Deprecated public interface HttpClientConnection extends org.apache.http.HttpConnection {
890 …thod @Deprecated public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apache…
891 …method @Deprecated public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.h…
892 …d @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org…
893 …method @Deprecated public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.ht…
898 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
918 method @Deprecated public org.apache.http.Header getContentEncoding();
920 method @Deprecated public org.apache.http.Header getContentType();
927 @Deprecated public interface HttpEntityEnclosingRequest extends org.apache.http.HttpRequest {
929 method @Deprecated public org.apache.http.HttpEntity getEntity();
930 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
943 ctor @Deprecated public HttpHost(org.apache.http.HttpHost);
957 @Deprecated public interface HttpInetConnection extends org.apache.http.HttpConnection {
965 method @Deprecated public void addHeader(org.apache.http.Header);
968 method @Deprecated public org.apache.http.Header[] getAllHeaders();
969 method @Deprecated public org.apache.http.Header getFirstHeader(String);
970 method @Deprecated public org.apache.http.Header[] getHeaders(String);
971 method @Deprecated public org.apache.http.Header getLastHeader(String);
972 method @Deprecated public org.apache.http.params.HttpParams getParams();
973 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
974 method @Deprecated public org.apache.http.HeaderIterator headerIterator();
975 method @Deprecated public org.apache.http.HeaderIterator headerIterator(String);
976 method @Deprecated public void removeHeader(org.apache.http.Header);
978 method @Deprecated public void setHeader(org.apache.http.Header);
980 method @Deprecated public void setHeaders(org.apache.http.Header[]);
981 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
984 @Deprecated public interface HttpRequest extends org.apache.http.HttpMessage {
985 method @Deprecated public org.apache.http.RequestLine getRequestLine();
989 …method @Deprecated public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine) …
990 …method @Deprecated public org.apache.http.HttpRequest newHttpRequest(String, String) throws org.ap…
994 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
997 @Deprecated public interface HttpResponse extends org.apache.http.HttpMessage {
998 method @Deprecated public org.apache.http.HttpEntity getEntity();
1000 method @Deprecated public org.apache.http.StatusLine getStatusLine();
1001 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
1005 method @Deprecated public void setStatusLine(org.apache.http.StatusLine);
1006 method @Deprecated public void setStatusLine(org.apache.http.ProtocolVersion, int);
1007 method @Deprecated public void setStatusLine(org.apache.http.ProtocolVersion, int, String);
1011 …method @Deprecated public org.apache.http.HttpResponse newHttpResponse(org.apache.http.ProtocolVer…
1012 …method @Deprecated public org.apache.http.HttpResponse newHttpResponse(org.apache.http.StatusLine,…
1016 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
1019 @Deprecated public interface HttpServerConnection extends org.apache.http.HttpConnection {
1021 …Deprecated public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org…
1022 …method @Deprecated public org.apache.http.HttpRequest receiveRequestHeader() throws org.apache.htt…
1023 …method @Deprecated public void sendResponseEntity(org.apache.http.HttpResponse) throws org.apache.…
1024 …method @Deprecated public void sendResponseHeader(org.apache.http.HttpResponse) throws org.apache.…
1078 …@Deprecated public final class HttpVersion extends org.apache.http.ProtocolVersion implements java…
1081 field @Deprecated public static final org.apache.http.HttpVersion HTTP_0_9;
1082 field @Deprecated public static final org.apache.http.HttpVersion HTTP_1_0;
1083 field @Deprecated public static final org.apache.http.HttpVersion HTTP_1_1;
1091 @Deprecated public class MethodNotSupportedException extends org.apache.http.HttpException {
1110 @Deprecated public class ProtocolException extends org.apache.http.HttpException {
1119 method @Deprecated public int compareToVersion(org.apache.http.ProtocolVersion);
1121 method @Deprecated public org.apache.http.ProtocolVersion forVersion(int, int);
1125 method @Deprecated public final boolean greaterEquals(org.apache.http.ProtocolVersion);
1127 method @Deprecated public boolean isComparable(org.apache.http.ProtocolVersion);
1128 method @Deprecated public final boolean lessEquals(org.apache.http.ProtocolVersion);
1140 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
1145 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
1154 …@Deprecated public class UnsupportedHttpVersionException extends org.apache.http.ProtocolException…
1161 package org.apache.http.auth {
1171 …precated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.h…
1177 …method @Deprecated public void processChallenge(org.apache.http.Header) throws org.apache.http.aut…
1181 …method @Deprecated public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpP…
1186 …method @Deprecated public org.apache.http.auth.AuthScheme getAuthScheme(String, org.apache.http.pa…
1188 method @Deprecated public void register(String, org.apache.http.auth.AuthSchemeFactory);
1189 …method @Deprecated public void setItems(java.util.Map<java.lang.String,org.apache.http.auth.AuthSc…
1197 ctor @Deprecated public AuthScope(org.apache.http.auth.AuthScope);
1202 method @Deprecated public int match(org.apache.http.auth.AuthScope);
1203 field @Deprecated public static final org.apache.http.auth.AuthScope ANY;
1212 method @Deprecated public org.apache.http.auth.AuthScheme getAuthScheme();
1213 method @Deprecated public org.apache.http.auth.AuthScope getAuthScope();
1214 method @Deprecated public org.apache.http.auth.Credentials getCredentials();
1217 method @Deprecated public void setAuthScheme(org.apache.http.auth.AuthScheme);
1218 method @Deprecated public void setAuthScope(org.apache.http.auth.AuthScope);
1219 method @Deprecated public void setCredentials(org.apache.http.auth.Credentials);
1222 @Deprecated public class AuthenticationException extends org.apache.http.ProtocolException {
1238 …@Deprecated public class InvalidCredentialsException extends org.apache.http.auth.AuthenticationEx…
1244 @Deprecated public class MalformedChallengeException extends org.apache.http.ProtocolException {
1250 @Deprecated public class NTCredentials implements org.apache.http.auth.Credentials {
1267 @Deprecated public class UsernamePasswordCredentials implements org.apache.http.auth.Credentials {
1277 package org.apache.http.auth.params {
1283 @Deprecated public class AuthParamBean extends org.apache.http.params.HttpAbstractParamBean {
1284 ctor @Deprecated public AuthParamBean(org.apache.http.params.HttpParams);
1289 method @Deprecated public static String getCredentialCharset(org.apache.http.params.HttpParams);
1290 …method @Deprecated public static void setCredentialCharset(org.apache.http.params.HttpParams, Stri…
1295 package org.apache.http.client {
1298 ….lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse, org.apache.http.p…
1299 … @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.htt…
1300 …apache.http.auth.AuthScheme selectScheme(java.util.Map<java.lang.String,org.apache.http.Header>, o…
1303 …@Deprecated public class CircularRedirectException extends org.apache.http.client.RedirectExceptio…
1317 method @Deprecated public void addCookie(org.apache.http.cookie.Cookie);
1320 method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> getCookies();
1325 …method @Deprecated public org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.Aut…
1326 …method @Deprecated public void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth…
1330 …thod @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUr…
1331 …blic org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, org.apach…
1332 … @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http…
1333 … org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.a…
1334 …c <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHand…
1335 ….apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, o…
1336 …> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.Response…
1337 …apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extend…
1338 method @Deprecated public org.apache.http.conn.ClientConnectionManager getConnectionManager();
1339 method @Deprecated public org.apache.http.params.HttpParams getParams();
1343 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…
1346 …@Deprecated public class HttpResponseException extends org.apache.http.client.ClientProtocolExcept…
1351 @Deprecated public class NonRepeatableRequestException extends org.apache.http.ProtocolException {
1356 @Deprecated public class RedirectException extends org.apache.http.ProtocolException {
1363 …lic java.net.URI getLocationURI(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
1364 …method @Deprecated public boolean isRedirectRequested(org.apache.http.HttpResponse, org.apache.htt…
1368 … org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.a…
1372 …method @Deprecated public T handleResponse(org.apache.http.HttpResponse) throws org.apache.http.cl…
1376 method @Deprecated public Object getUserToken(org.apache.http.protocol.HttpContext);
1381 package org.apache.http.client.entity {
1383 @Deprecated public class UrlEncodedFormEntity extends org.apache.http.entity.StringEntity {
1384 …ctor @Deprecated public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePai…
1385 …ctor @Deprecated public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePai…
1390 package org.apache.http.client.methods {
1394 …method @Deprecated public void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest) …
1395 …method @Deprecated public void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger) th…
1398 @Deprecated public class HttpDelete extends org.apache.http.client.methods.HttpRequestBase {
1406 … HttpEntityEnclosingRequestBase extends org.apache.http.client.methods.HttpRequestBase implements …
1409 method @Deprecated public org.apache.http.HttpEntity getEntity();
1410 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
1413 @Deprecated public class HttpGet extends org.apache.http.client.methods.HttpRequestBase {
1421 @Deprecated public class HttpHead extends org.apache.http.client.methods.HttpRequestBase {
1429 @Deprecated public class HttpOptions extends org.apache.http.client.methods.HttpRequestBase {
1433 …method @Deprecated public java.util.Set<java.lang.String> getAllowedMethods(org.apache.http.HttpRe…
1438 …@Deprecated public class HttpPost extends org.apache.http.client.methods.HttpEntityEnclosingReques…
1446 …@Deprecated public class HttpPut extends org.apache.http.client.methods.HttpEntityEnclosingRequest…
1454 …tends org.apache.http.message.AbstractHttpMessage implements org.apache.http.client.methods.Aborta…
1458 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
1459 method @Deprecated public org.apache.http.RequestLine getRequestLine();
1462 …method @Deprecated public void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest) …
1463 …method @Deprecated public void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger) th…
1467 @Deprecated public class HttpTrace extends org.apache.http.client.methods.HttpRequestBase {
1475 @Deprecated public interface HttpUriRequest extends org.apache.http.HttpRequest {
1484 package org.apache.http.client.params {
1486 …apache.http.params.CoreConnectionPNames org.apache.http.auth.params.AuthPNames org.apache.http.cli…
1509 @Deprecated public class ClientParamBean extends org.apache.http.params.HttpAbstractParamBean {
1510 ctor @Deprecated public ClientParamBean(org.apache.http.params.HttpParams);
1512 …method @Deprecated public void setConnectionManagerFactory(org.apache.http.conn.ClientConnectionMa…
1515 method @Deprecated public void setDefaultHeaders(java.util.Collection<org.apache.http.Header>);
1516 method @Deprecated public void setDefaultHost(org.apache.http.HttpHost);
1521 method @Deprecated public void setVirtualHost(org.apache.http.HttpHost);
1533 method @Deprecated public static String getCookiePolicy(org.apache.http.params.HttpParams);
1534 method @Deprecated public static boolean isAuthenticating(org.apache.http.params.HttpParams);
1535 method @Deprecated public static boolean isRedirecting(org.apache.http.params.HttpParams);
1536 …method @Deprecated public static void setAuthenticating(org.apache.http.params.HttpParams, boolean…
1537 … method @Deprecated public static void setCookiePolicy(org.apache.http.params.HttpParams, String);
1538 … method @Deprecated public static void setRedirecting(org.apache.http.params.HttpParams, boolean);
1543 package org.apache.http.client.protocol {
1558 …@Deprecated public class ClientContextConfigurer implements org.apache.http.client.protocol.Client…
1559 ctor @Deprecated public ClientContextConfigurer(org.apache.http.protocol.HttpContext);
1561 method @Deprecated public void setAuthSchemeRegistry(org.apache.http.auth.AuthSchemeRegistry);
1562 method @Deprecated public void setCookieSpecRegistry(org.apache.http.cookie.CookieSpecRegistry);
1563 method @Deprecated public void setCookieStore(org.apache.http.client.CookieStore);
1564 … method @Deprecated public void setCredentialsProvider(org.apache.http.client.CredentialsProvider);
1567 @Deprecated public class RequestAddCookies implements org.apache.http.HttpRequestInterceptor {
1569 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
1572 @Deprecated public class RequestDefaultHeaders implements org.apache.http.HttpRequestInterceptor {
1574 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
1577 …@Deprecated public class RequestProxyAuthentication implements org.apache.http.HttpRequestIntercep…
1579 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
1582 …@Deprecated public class RequestTargetAuthentication implements org.apache.http.HttpRequestInterce…
1584 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
1587 …@Deprecated public class ResponseProcessCookies implements org.apache.http.HttpResponseInterceptor…
1589 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
1594 package org.apache.http.client.utils {
1604 …method @Deprecated public static java.net.URI rewriteURI(java.net.URI, org.apache.http.HttpHost, b…
1605 …method @Deprecated public static java.net.URI rewriteURI(java.net.URI, org.apache.http.HttpHost) t…
1610 …method @Deprecated public static String format(java.util.List<? extends org.apache.http.NameValueP…
1611 method @Deprecated public static boolean isEncoded(org.apache.http.HttpEntity);
1612 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(java.net.URI,…
1613 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(org.apache.ht…
1614 …method @Deprecated public static void parse(java.util.List<org.apache.http.NameValuePair>, java.ut…
1620 package org.apache.http.conn {
1622 @Deprecated public class BasicEofSensorWatcher implements org.apache.http.conn.EofSensorWatcher {
1623 …ctor @Deprecated public BasicEofSensorWatcher(org.apache.http.conn.ManagedClientConnection, boolea…
1628 field @Deprecated protected org.apache.http.conn.ManagedClientConnection managedConn;
1631 …nagedEntity extends org.apache.http.entity.HttpEntityWrapper implements org.apache.http.conn.Conne…
1632 …ctor @Deprecated public BasicManagedEntity(org.apache.http.HttpEntity, org.apache.http.conn.Manage…
1640 field @Deprecated protected org.apache.http.conn.ManagedClientConnection managedConn;
1646 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
1647 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
1648 …method @Deprecated public org.apache.http.conn.ClientConnectionRequest requestConnection(org.apach…
1653 …hod @Deprecated public org.apache.http.conn.ClientConnectionManager newInstance(org.apache.http.pa…
1657 method @Deprecated public org.apache.http.conn.OperatedClientConnection createConnection();
1658 …on(org.apache.http.conn.OperatedClientConnection, org.apache.http.HttpHost, java.net.InetAddress, …
1659 …ureConnection(org.apache.http.conn.OperatedClientConnection, org.apache.http.HttpHost, org.apache.…
1664 …Deprecated public org.apache.http.conn.ManagedClientConnection getConnection(long, java.util.concu…
1668 …method @Deprecated public long getKeepAliveDuration(org.apache.http.HttpResponse, org.apache.http.…
1671 …@Deprecated public class ConnectionPoolTimeoutException extends org.apache.http.conn.ConnectTimeou…
1681 …@Deprecated public class EofSensorInputStream extends java.io.InputStream implements org.apache.ht…
1682 …ctor @Deprecated public EofSensorInputStream(java.io.InputStream, org.apache.http.conn.EofSensorWa…
1700 …ctor @Deprecated public HttpHostConnectException(org.apache.http.HttpHost, java.net.ConnectExcepti…
1701 method @Deprecated public org.apache.http.HttpHost getHost();
1704 …gedClientConnection extends org.apache.http.HttpClientConnection org.apache.http.conn.ConnectionRe…
1705 method @Deprecated public org.apache.http.conn.routing.HttpRoute getRoute();
1710 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
1712 … @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.Htt…
1715 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
1716 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
1720 …@Deprecated public final class MultihomePlainSocketFactory implements org.apache.http.conn.scheme.…
1721 …nnectSocket(java.net.Socket, String, int, java.net.InetAddress, int, org.apache.http.params.HttpPa…
1723 …method @Deprecated public static org.apache.http.conn.MultihomePlainSocketFactory getSocketFactory…
1727 … public interface OperatedClientConnection extends org.apache.http.HttpClientConnection org.apache…
1729 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1731 …method @Deprecated public void openCompleted(boolean, org.apache.http.params.HttpParams) throws ja…
1732 …method @Deprecated public void opening(java.net.Socket, org.apache.http.HttpHost) throws java.io.I…
1733 …hod @Deprecated public void update(java.net.Socket, org.apache.http.HttpHost, boolean, org.apache.…
1738 package org.apache.http.conn.params {
1744 …@Deprecated public class ConnConnectionParamBean extends org.apache.http.params.HttpAbstractParamB…
1745 ctor @Deprecated public ConnConnectionParamBean(org.apache.http.params.HttpParams);
1755 …@Deprecated public class ConnManagerParamBean extends org.apache.http.params.HttpAbstractParamBean…
1756 ctor @Deprecated public ConnManagerParamBean(org.apache.http.params.HttpParams);
1757 …method @Deprecated public void setConnectionsPerRoute(org.apache.http.conn.params.ConnPerRouteBean…
1762 …@Deprecated public final class ConnManagerParams implements org.apache.http.conn.params.ConnManage…
1764 …method @Deprecated public static org.apache.http.conn.params.ConnPerRoute getMaxConnectionsPerRout…
1765 method @Deprecated public static int getMaxTotalConnections(org.apache.http.params.HttpParams);
1766 method @Deprecated public static long getTimeout(org.apache.http.params.HttpParams);
1767 …ecated public static void setMaxConnectionsPerRoute(org.apache.http.params.HttpParams, org.apache.…
1768 …method @Deprecated public static void setMaxTotalConnections(org.apache.http.params.HttpParams, in…
1769 method @Deprecated public static void setTimeout(org.apache.http.params.HttpParams, long);
1774 method @Deprecated public int getMaxForRoute(org.apache.http.conn.routing.HttpRoute);
1777 …@Deprecated public final class ConnPerRouteBean implements org.apache.http.conn.params.ConnPerRout…
1781 method @Deprecated public int getMaxForRoute(org.apache.http.conn.routing.HttpRoute);
1783 method @Deprecated public void setMaxForRoute(org.apache.http.conn.routing.HttpRoute, int);
1784 …method @Deprecated public void setMaxForRoutes(java.util.Map<org.apache.http.conn.routing.HttpRout…
1794 @Deprecated public class ConnRouteParamBean extends org.apache.http.params.HttpAbstractParamBean {
1795 ctor @Deprecated public ConnRouteParamBean(org.apache.http.params.HttpParams);
1796 method @Deprecated public void setDefaultProxy(org.apache.http.HttpHost);
1797 method @Deprecated public void setForcedRoute(org.apache.http.conn.routing.HttpRoute);
1801 @Deprecated public class ConnRouteParams implements org.apache.http.conn.params.ConnRoutePNames {
1802 …method @Deprecated public static org.apache.http.HttpHost getDefaultProxy(org.apache.http.params.H…
1803 …method @Deprecated public static org.apache.http.conn.routing.HttpRoute getForcedRoute(org.apache.…
1804 …method @Deprecated public static java.net.InetAddress getLocalAddress(org.apache.http.params.HttpP…
1805 …thod @Deprecated public static void setDefaultProxy(org.apache.http.params.HttpParams, org.apache.…
1806 …ethod @Deprecated public static void setForcedRoute(org.apache.http.params.HttpParams, org.apache.…
1807 …method @Deprecated public static void setLocalAddress(org.apache.http.params.HttpParams, java.net.…
1808 field @Deprecated public static final org.apache.http.HttpHost NO_HOST;
1809 field @Deprecated public static final org.apache.http.conn.routing.HttpRoute NO_ROUTE;
1814 package org.apache.http.conn.routing {
1816 …@Deprecated public class BasicRouteDirector implements org.apache.http.conn.routing.HttpRouteDirec…
1818 …method @Deprecated protected int directStep(org.apache.http.conn.routing.RouteInfo, org.apache.htt…
1819 method @Deprecated protected int firstStep(org.apache.http.conn.routing.RouteInfo);
1820 …method @Deprecated public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.con…
1821 …method @Deprecated protected int proxiedStep(org.apache.http.conn.routing.RouteInfo, org.apache.ht…
1824 …@Deprecated public final class HttpRoute implements java.lang.Cloneable org.apache.http.conn.routi…
1825 …(org.apache.http.HttpHost, java.net.InetAddress, org.apache.http.HttpHost[], boolean, org.apache.h…
1826 …e(org.apache.http.HttpHost, java.net.InetAddress, org.apache.http.HttpHost, boolean, org.apache.ht…
1827 ctor @Deprecated public HttpRoute(org.apache.http.HttpHost, java.net.InetAddress, boolean);
1828 ctor @Deprecated public HttpRoute(org.apache.http.HttpHost);
1829 …ctor @Deprecated public HttpRoute(org.apache.http.HttpHost, java.net.InetAddress, org.apache.http.…
1832 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1833 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1835 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1836 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1837 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1844 …method @Deprecated public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.con…
1855 …apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRe…
1860 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1861 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1863 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1864 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1865 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1872 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.LayerType LAY…
1873 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.LayerType PLA…
1877 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.TunnelType PL…
1878 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.TunnelType TU…
1881 …@Deprecated public final class RouteTracker implements java.lang.Cloneable org.apache.http.conn.ro…
1882 ctor @Deprecated public RouteTracker(org.apache.http.HttpHost, java.net.InetAddress);
1883 ctor @Deprecated public RouteTracker(org.apache.http.conn.routing.HttpRoute);
1885 method @Deprecated public void connectProxy(org.apache.http.HttpHost, boolean);
1888 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1889 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1891 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1892 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1893 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1899 method @Deprecated public org.apache.http.conn.routing.HttpRoute toRoute();
1900 method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean);
1906 package org.apache.http.conn.scheme {
1908 …@Deprecated public final class PlainSocketFactory implements org.apache.http.conn.scheme.SocketFac…
1909 ctor @Deprecated public PlainSocketFactory(org.apache.http.conn.scheme.HostNameResolver);
1911 …nnectSocket(java.net.Socket, String, int, java.net.InetAddress, int, org.apache.http.params.HttpPa…
1913 …method @Deprecated public static org.apache.http.conn.scheme.PlainSocketFactory getSocketFactory();
1918 ctor @Deprecated public Scheme(String, org.apache.http.conn.scheme.SocketFactory, int);
1921 method @Deprecated public org.apache.http.conn.scheme.SocketFactory getSocketFactory();
1928 method @Deprecated public org.apache.http.conn.scheme.Scheme get(String);
1929 method @Deprecated public org.apache.http.conn.scheme.Scheme getScheme(String);
1930 … method @Deprecated public org.apache.http.conn.scheme.Scheme getScheme(org.apache.http.HttpHost);
1932 …method @Deprecated public org.apache.http.conn.scheme.Scheme register(org.apache.http.conn.scheme.…
1933 …method @Deprecated public void setItems(java.util.Map<java.lang.String,org.apache.http.conn.scheme…
1934 method @Deprecated public org.apache.http.conn.scheme.Scheme unregister(String);
1939 package org.apache.http.conn.util {
1950 package org.apache.http.cookie {
1952 @Deprecated public interface ClientCookie extends org.apache.http.cookie.Cookie {
1983 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
1984 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
1985 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
1988 …@Deprecated public class CookieIdentityComparator implements java.util.Comparator<org.apache.http.…
1990 …method @Deprecated public int compare(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cookie…
2001 …@Deprecated public class CookiePathComparator implements java.util.Comparator<org.apache.http.cook…
2003 …method @Deprecated public int compare(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cookie…
2007 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
2009 method @Deprecated public org.apache.http.Header getVersionHeader();
2010 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
2011 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
2012 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
2016 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
2021 …method @Deprecated public org.apache.http.cookie.CookieSpec getCookieSpec(String, org.apache.http.…
2022 …method @Deprecated public org.apache.http.cookie.CookieSpec getCookieSpec(String) throws java.lang…
2024 method @Deprecated public void register(String, org.apache.http.cookie.CookieSpecFactory);
2025 …method @Deprecated public void setItems(java.util.Map<java.lang.String,org.apache.http.cookie.Cook…
2029 @Deprecated public class MalformedCookieException extends org.apache.http.ProtocolException {
2042 @Deprecated public interface SetCookie extends org.apache.http.cookie.Cookie {
2052 @Deprecated public interface SetCookie2 extends org.apache.http.cookie.SetCookie {
2060 package org.apache.http.cookie.params {
2067 …@Deprecated public class CookieSpecParamBean extends org.apache.http.params.HttpAbstractParamBean {
2068 ctor @Deprecated public CookieSpecParamBean(org.apache.http.params.HttpParams);
2075 package org.apache.http.entity {
2077 @Deprecated public abstract class AbstractHttpEntity implements org.apache.http.HttpEntity {
2080 method @Deprecated public org.apache.http.Header getContentEncoding();
2081 method @Deprecated public org.apache.http.Header getContentType();
2084 method @Deprecated public void setContentEncoding(org.apache.http.Header);
2086 method @Deprecated public void setContentType(org.apache.http.Header);
2089 field @Deprecated protected org.apache.http.Header contentEncoding;
2090 field @Deprecated protected org.apache.http.Header contentType;
2093 @Deprecated public class BasicHttpEntity extends org.apache.http.entity.AbstractHttpEntity {
2105 @Deprecated public class BufferedHttpEntity extends org.apache.http.entity.HttpEntityWrapper {
2106 … ctor @Deprecated public BufferedHttpEntity(org.apache.http.HttpEntity) throws java.io.IOException;
2109 …@Deprecated public class ByteArrayEntity extends org.apache.http.entity.AbstractHttpEntity impleme…
2121 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
2130 @Deprecated public class EntityTemplate extends org.apache.http.entity.AbstractHttpEntity {
2131 ctor @Deprecated public EntityTemplate(org.apache.http.entity.ContentProducer);
2140 …@Deprecated public class FileEntity extends org.apache.http.entity.AbstractHttpEntity implements j…
2151 @Deprecated public class HttpEntityWrapper implements org.apache.http.HttpEntity {
2152 ctor @Deprecated public HttpEntityWrapper(org.apache.http.HttpEntity);
2155 method @Deprecated public org.apache.http.Header getContentEncoding();
2157 method @Deprecated public org.apache.http.Header getContentType();
2162 field @Deprecated protected org.apache.http.HttpEntity wrappedEntity;
2165 @Deprecated public class InputStreamEntity extends org.apache.http.entity.AbstractHttpEntity {
2175 @Deprecated public class SerializableEntity extends org.apache.http.entity.AbstractHttpEntity {
2184 …@Deprecated public class StringEntity extends org.apache.http.entity.AbstractHttpEntity implements…
2198 package org.apache.http.impl {
2200 …@Deprecated public abstract class AbstractHttpClientConnection implements org.apache.http.HttpClie…
2203 …method @Deprecated protected org.apache.http.impl.entity.EntityDeserializer createEntityDeserializ…
2204 …method @Deprecated protected org.apache.http.impl.entity.EntitySerializer createEntitySerializer();
2205 method @Deprecated protected org.apache.http.HttpResponseFactory createHttpResponseFactory();
2206 …Deprecated protected org.apache.http.io.HttpMessageWriter createRequestWriter(org.apache.http.io.S…
2207 …d org.apache.http.io.HttpMessageParser createResponseParser(org.apache.http.io.SessionInputBuffer,…
2210 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2211 …eprecated protected void init(org.apache.http.io.SessionInputBuffer, org.apache.http.io.SessionOut…
2214 …thod @Deprecated public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apache…
2215 …method @Deprecated public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.h…
2216 …d @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org…
2217 …method @Deprecated public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.ht…
2220 …@Deprecated public abstract class AbstractHttpServerConnection implements org.apache.http.HttpServ…
2223 …method @Deprecated protected org.apache.http.impl.entity.EntityDeserializer createEntityDeserializ…
2224 …method @Deprecated protected org.apache.http.impl.entity.EntitySerializer createEntitySerializer();
2225 method @Deprecated protected org.apache.http.HttpRequestFactory createHttpRequestFactory();
2226 …ed org.apache.http.io.HttpMessageParser createRequestParser(org.apache.http.io.SessionInputBuffer,…
2227 …eprecated protected org.apache.http.io.HttpMessageWriter createResponseWriter(org.apache.http.io.S…
2230 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2231 …eprecated protected void init(org.apache.http.io.SessionInputBuffer, org.apache.http.io.SessionOut…
2233 …Deprecated public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org…
2234 …method @Deprecated public org.apache.http.HttpRequest receiveRequestHeader() throws org.apache.htt…
2235 …method @Deprecated public void sendResponseEntity(org.apache.http.HttpResponse) throws org.apache.…
2236 …method @Deprecated public void sendResponseHeader(org.apache.http.HttpResponse) throws org.apache.…
2239 …@Deprecated public class DefaultConnectionReuseStrategy implements org.apache.http.ConnectionReuse…
2241 …method @Deprecated protected org.apache.http.TokenIterator createTokenIterator(org.apache.http.Hea…
2242 …method @Deprecated public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol…
2245 …@Deprecated public class DefaultHttpClientConnection extends org.apache.http.impl.SocketHttpClient…
2247 …method @Deprecated public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws jav…
2250 @Deprecated public class DefaultHttpRequestFactory implements org.apache.http.HttpRequestFactory {
2252 …method @Deprecated public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine) …
2253 …method @Deprecated public org.apache.http.HttpRequest newHttpRequest(String, String) throws org.ap…
2256 …@Deprecated public class DefaultHttpResponseFactory implements org.apache.http.HttpResponseFactory…
2257 ctor @Deprecated public DefaultHttpResponseFactory(org.apache.http.ReasonPhraseCatalog);
2259 …method @Deprecated protected java.util.Locale determineLocale(org.apache.http.protocol.HttpContext…
2260 …method @Deprecated public org.apache.http.HttpResponse newHttpResponse(org.apache.http.ProtocolVer…
2261 …method @Deprecated public org.apache.http.HttpResponse newHttpResponse(org.apache.http.StatusLine,…
2262 field @Deprecated protected final org.apache.http.ReasonPhraseCatalog reasonCatalog;
2265 …@Deprecated public class DefaultHttpServerConnection extends org.apache.http.impl.SocketHttpServer…
2267 …method @Deprecated public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws jav…
2270 …@Deprecated public class EnglishReasonPhraseCatalog implements org.apache.http.ReasonPhraseCatalog…
2273 field @Deprecated public static final org.apache.http.impl.EnglishReasonPhraseCatalog INSTANCE;
2276 …@Deprecated public class HttpConnectionMetricsImpl implements org.apache.http.HttpConnectionMetric…
2277 …tor @Deprecated public HttpConnectionMetricsImpl(org.apache.http.io.HttpTransportMetrics, org.apac…
2293 …@Deprecated public class NoConnectionReuseStrategy implements org.apache.http.ConnectionReuseStrat…
2295 …method @Deprecated public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol…
2298 …ass SocketHttpClientConnection extends org.apache.http.impl.AbstractHttpClientConnection implement…
2302 …method @Deprecated protected void bind(java.net.Socket, org.apache.http.params.HttpParams) throws …
2304 …thod @Deprecated protected org.apache.http.io.SessionInputBuffer createSessionInputBuffer(java.net…
2305 …hod @Deprecated protected org.apache.http.io.SessionOutputBuffer createSessionOutputBuffer(java.ne…
2317 …ass SocketHttpServerConnection extends org.apache.http.impl.AbstractHttpServerConnection implement…
2321 …method @Deprecated protected void bind(java.net.Socket, org.apache.http.params.HttpParams) throws …
2323 …ethod @Deprecated protected org.apache.http.io.SessionInputBuffer createHttpDataReceiver(java.net.…
2324 …hod @Deprecated protected org.apache.http.io.SessionOutputBuffer createHttpDataTransmitter(java.ne…
2338 package org.apache.http.impl.auth {
2340 @Deprecated public abstract class AuthSchemeBase implements org.apache.http.auth.AuthScheme {
2343 …ed protected abstract void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws o…
2344 …method @Deprecated public void processChallenge(org.apache.http.Header) throws org.apache.http.aut…
2347 @Deprecated public class BasicScheme extends org.apache.http.impl.auth.RFC2617Scheme {
2349 …precated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.h…
2350 …method @Deprecated public static org.apache.http.Header authenticate(org.apache.http.auth.Credenti…
2356 @Deprecated public class BasicSchemeFactory implements org.apache.http.auth.AuthSchemeFactory {
2358 …method @Deprecated public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpP…
2361 @Deprecated public class DigestScheme extends org.apache.http.impl.auth.RFC2617Scheme {
2363 …precated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.h…
2371 @Deprecated public class DigestSchemeFactory implements org.apache.http.auth.AuthSchemeFactory {
2373 …method @Deprecated public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpP…
2377 …method @Deprecated public String generateType1Msg(String, String) throws org.apache.http.impl.auth…
2378 …ring generateType3Msg(String, String, String, String, String) throws org.apache.http.impl.auth.NTL…
2381 …@Deprecated public class NTLMEngineException extends org.apache.http.auth.AuthenticationException {
2387 @Deprecated public class NTLMScheme extends org.apache.http.impl.auth.AuthSchemeBase {
2388 ctor @Deprecated public NTLMScheme(org.apache.http.impl.auth.NTLMEngine);
2389 …precated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.h…
2395 …@Deprecated protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws o…
2398 @Deprecated public abstract class RFC2617Scheme extends org.apache.http.impl.auth.AuthSchemeBase {
2403 …@Deprecated protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws o…
2414 package org.apache.http.impl.client {
2416 …@Deprecated public abstract class AbstractAuthenticationHandler implements org.apache.http.client.…
2419 …d java.util.Map<java.lang.String,org.apache.http.Header> parseChallenges(org.apache.http.Header[])…
2420 …apache.http.auth.AuthScheme selectScheme(java.util.Map<java.lang.String,org.apache.http.Header>, o…
2423 …@Deprecated public abstract class AbstractHttpClient implements org.apache.http.client.HttpClient {
2424 …ctor @Deprecated protected AbstractHttpClient(org.apache.http.conn.ClientConnectionManager, org.ap…
2425 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
2426 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
2427 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
2428 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
2431 …method @Deprecated protected abstract org.apache.http.auth.AuthSchemeRegistry createAuthSchemeRegi…
2432 …method @Deprecated protected abstract org.apache.http.conn.ClientConnectionManager createClientCon…
2433 …apache.http.client.RequestDirector createClientRequestDirector(org.apache.http.protocol.HttpReques…
2434 …method @Deprecated protected abstract org.apache.http.conn.ConnectionKeepAliveStrategy createConne…
2435 …method @Deprecated protected abstract org.apache.http.ConnectionReuseStrategy createConnectionReus…
2436 …method @Deprecated protected abstract org.apache.http.cookie.CookieSpecRegistry createCookieSpecRe…
2437 method @Deprecated protected abstract org.apache.http.client.CookieStore createCookieStore();
2438 …method @Deprecated protected abstract org.apache.http.client.CredentialsProvider createCredentials…
2439 method @Deprecated protected abstract org.apache.http.protocol.HttpContext createHttpContext();
2440 method @Deprecated protected abstract org.apache.http.params.HttpParams createHttpParams();
2441 …method @Deprecated protected abstract org.apache.http.protocol.BasicHttpProcessor createHttpProces…
2442 …method @Deprecated protected abstract org.apache.http.client.HttpRequestRetryHandler createHttpReq…
2443 …method @Deprecated protected abstract org.apache.http.conn.routing.HttpRoutePlanner createHttpRout…
2444 …method @Deprecated protected abstract org.apache.http.client.AuthenticationHandler createProxyAuth…
2445 …method @Deprecated protected abstract org.apache.http.client.RedirectHandler createRedirectHandler…
2446 …method @Deprecated protected abstract org.apache.http.protocol.HttpRequestExecutor createRequestEx…
2447 …method @Deprecated protected abstract org.apache.http.client.AuthenticationHandler createTargetAut…
2448 …method @Deprecated protected abstract org.apache.http.client.UserTokenHandler createUserTokenHandl…
2449 …method @Deprecated protected org.apache.http.params.HttpParams determineParams(org.apache.http.Htt…
2450 …Deprecated public final org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUr…
2451 …inal org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, org.apach…
2452 …ecated public final org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http…
2453 … org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.a…
2454 …c <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHand…
2455 ….apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, o…
2456 …> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.Response…
2457 …apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extend…
2458 method @Deprecated public final org.apache.http.auth.AuthSchemeRegistry getAuthSchemes();
2459 …method @Deprecated public final org.apache.http.conn.ConnectionKeepAliveStrategy getConnectionKeep…
2460 …method @Deprecated public final org.apache.http.conn.ClientConnectionManager getConnectionManager(…
2461 …method @Deprecated public final org.apache.http.ConnectionReuseStrategy getConnectionReuseStrategy…
2462 method @Deprecated public final org.apache.http.cookie.CookieSpecRegistry getCookieSpecs();
2463 method @Deprecated public final org.apache.http.client.CookieStore getCookieStore();
2464 …method @Deprecated public final org.apache.http.client.CredentialsProvider getCredentialsProvider(…
2465 … method @Deprecated protected final org.apache.http.protocol.BasicHttpProcessor getHttpProcessor();
2466 …method @Deprecated public final org.apache.http.client.HttpRequestRetryHandler getHttpRequestRetry…
2467 method @Deprecated public final org.apache.http.params.HttpParams getParams();
2468 …method @Deprecated public final org.apache.http.client.AuthenticationHandler getProxyAuthenticatio…
2469 method @Deprecated public final org.apache.http.client.RedirectHandler getRedirectHandler();
2470 … method @Deprecated public final org.apache.http.protocol.HttpRequestExecutor getRequestExecutor();
2471 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
2473 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
2475 method @Deprecated public final org.apache.http.conn.routing.HttpRoutePlanner getRoutePlanner();
2476 …method @Deprecated public final org.apache.http.client.AuthenticationHandler getTargetAuthenticati…
2477 method @Deprecated public final org.apache.http.client.UserTokenHandler getUserTokenHandler();
2478 …method @Deprecated public void removeRequestInterceptorByClass(Class<? extends org.apache.http.Htt…
2479 …method @Deprecated public void removeResponseInterceptorByClass(Class<? extends org.apache.http.Ht…
2480 method @Deprecated public void setAuthSchemes(org.apache.http.auth.AuthSchemeRegistry);
2481 method @Deprecated public void setCookieSpecs(org.apache.http.cookie.CookieSpecRegistry);
2482 method @Deprecated public void setCookieStore(org.apache.http.client.CookieStore);
2483 … method @Deprecated public void setCredentialsProvider(org.apache.http.client.CredentialsProvider);
2484 …method @Deprecated public void setHttpRequestRetryHandler(org.apache.http.client.HttpRequestRetryH…
2485 …method @Deprecated public void setKeepAliveStrategy(org.apache.http.conn.ConnectionKeepAliveStrate…
2486 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
2487 …method @Deprecated public void setProxyAuthenticationHandler(org.apache.http.client.Authentication…
2488 method @Deprecated public void setRedirectHandler(org.apache.http.client.RedirectHandler);
2489 method @Deprecated public void setReuseStrategy(org.apache.http.ConnectionReuseStrategy);
2490 method @Deprecated public void setRoutePlanner(org.apache.http.conn.routing.HttpRoutePlanner);
2491 …method @Deprecated public void setTargetAuthenticationHandler(org.apache.http.client.Authenticatio…
2492 method @Deprecated public void setUserTokenHandler(org.apache.http.client.UserTokenHandler);
2495 @Deprecated public class BasicCookieStore implements org.apache.http.client.CookieStore {
2497 method @Deprecated public void addCookie(org.apache.http.cookie.Cookie);
2498 method @Deprecated public void addCookies(org.apache.http.cookie.Cookie[]);
2501 method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> getCookies();
2504 …@Deprecated public class BasicCredentialsProvider implements org.apache.http.client.CredentialsPro…
2507 …method @Deprecated public org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.Aut…
2508 …method @Deprecated public void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth…
2511 …@Deprecated public class BasicResponseHandler implements org.apache.http.client.ResponseHandler<ja…
2513 …method @Deprecated public String handleResponse(org.apache.http.HttpResponse) throws org.apache.ht…
2516 @Deprecated public class ClientParamsStack extends org.apache.http.params.AbstractHttpParams {
2517 …lientParamsStack(org.apache.http.params.HttpParams, org.apache.http.params.HttpParams, org.apache.…
2518 ctor @Deprecated public ClientParamsStack(org.apache.http.impl.client.ClientParamsStack);
2519 …apache.http.impl.client.ClientParamsStack, org.apache.http.params.HttpParams, org.apache.http.para…
2520 method @Deprecated public org.apache.http.params.HttpParams copy();
2521 method @Deprecated public final org.apache.http.params.HttpParams getApplicationParams();
2522 method @Deprecated public final org.apache.http.params.HttpParams getClientParams();
2523 method @Deprecated public final org.apache.http.params.HttpParams getOverrideParams();
2525 method @Deprecated public final org.apache.http.params.HttpParams getRequestParams();
2527 …method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object) throws ja…
2528 field @Deprecated protected final org.apache.http.params.HttpParams applicationParams;
2529 field @Deprecated protected final org.apache.http.params.HttpParams clientParams;
2530 field @Deprecated protected final org.apache.http.params.HttpParams overrideParams;
2531 field @Deprecated protected final org.apache.http.params.HttpParams requestParams;
2534 …@Deprecated public class DefaultConnectionKeepAliveStrategy implements org.apache.http.conn.Connec…
2536 …method @Deprecated public long getKeepAliveDuration(org.apache.http.HttpResponse, org.apache.http.…
2539 …@Deprecated public class DefaultHttpClient extends org.apache.http.impl.client.AbstractHttpClient {
2540 …ctor @Deprecated public DefaultHttpClient(org.apache.http.conn.ClientConnectionManager, org.apache…
2541 ctor @Deprecated public DefaultHttpClient(org.apache.http.params.HttpParams);
2543 method @Deprecated protected org.apache.http.auth.AuthSchemeRegistry createAuthSchemeRegistry();
2544 …method @Deprecated protected org.apache.http.conn.ClientConnectionManager createClientConnectionMa…
2545 …method @Deprecated protected org.apache.http.conn.ConnectionKeepAliveStrategy createConnectionKeep…
2546 …method @Deprecated protected org.apache.http.ConnectionReuseStrategy createConnectionReuseStrategy…
2547 … method @Deprecated protected org.apache.http.cookie.CookieSpecRegistry createCookieSpecRegistry();
2548 method @Deprecated protected org.apache.http.client.CookieStore createCookieStore();
2549 …method @Deprecated protected org.apache.http.client.CredentialsProvider createCredentialsProvider(…
2550 method @Deprecated protected org.apache.http.protocol.HttpContext createHttpContext();
2551 method @Deprecated protected org.apache.http.params.HttpParams createHttpParams();
2552 method @Deprecated protected org.apache.http.protocol.BasicHttpProcessor createHttpProcessor();
2553 …method @Deprecated protected org.apache.http.client.HttpRequestRetryHandler createHttpRequestRetry…
2554 …method @Deprecated protected org.apache.http.conn.routing.HttpRoutePlanner createHttpRoutePlanner(…
2555 …method @Deprecated protected org.apache.http.client.AuthenticationHandler createProxyAuthenticatio…
2556 method @Deprecated protected org.apache.http.client.RedirectHandler createRedirectHandler();
2557 … method @Deprecated protected org.apache.http.protocol.HttpRequestExecutor createRequestExecutor();
2558 …method @Deprecated protected org.apache.http.client.AuthenticationHandler createTargetAuthenticati…
2559 method @Deprecated protected org.apache.http.client.UserTokenHandler createUserTokenHandler();
2562 …@Deprecated public class DefaultHttpRequestRetryHandler implements org.apache.http.client.HttpRequ…
2567 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…
2570 …@Deprecated public class DefaultProxyAuthenticationHandler extends org.apache.http.impl.client.Abs…
2572 ….lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse, org.apache.http.p…
2573 … @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.htt…
2576 …@Deprecated public class DefaultRedirectHandler implements org.apache.http.client.RedirectHandler {
2578 …lic java.net.URI getLocationURI(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
2579 …method @Deprecated public boolean isRedirectRequested(org.apache.http.HttpResponse, org.apache.htt…
2582 …@Deprecated public class DefaultRequestDirector implements org.apache.http.client.RequestDirector {
2583 …apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache…
2584 …od @Deprecated protected org.apache.http.HttpRequest createConnectRequest(org.apache.http.conn.rou…
2585 …ean createTunnelToProxy(org.apache.http.conn.routing.HttpRoute, int, org.apache.http.protocol.Http…
2586 …olean createTunnelToTarget(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.HttpCo…
2587 …apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRe…
2588 …tected void establishRoute(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.HttpCo…
2589 … org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.a…
2590 …apache.http.impl.client.RoutedRequest handleResponse(org.apache.http.impl.client.RoutedRequest, or…
2592 … void rewriteRequestURI(org.apache.http.impl.client.RequestWrapper, org.apache.http.conn.routing.H…
2593 field @Deprecated protected final org.apache.http.conn.ClientConnectionManager connManager;
2594 field @Deprecated protected final org.apache.http.protocol.HttpProcessor httpProcessor;
2595 …field @Deprecated protected final org.apache.http.conn.ConnectionKeepAliveStrategy keepAliveStrate…
2596 field @Deprecated protected org.apache.http.conn.ManagedClientConnection managedConn;
2597 field @Deprecated protected final org.apache.http.params.HttpParams params;
2598 field @Deprecated protected final org.apache.http.client.RedirectHandler redirectHandler;
2599 field @Deprecated protected final org.apache.http.protocol.HttpRequestExecutor requestExec;
2600 field @Deprecated protected final org.apache.http.client.HttpRequestRetryHandler retryHandler;
2601 field @Deprecated protected final org.apache.http.ConnectionReuseStrategy reuseStrategy;
2602 field @Deprecated protected final org.apache.http.conn.routing.HttpRoutePlanner routePlanner;
2605 …@Deprecated public class DefaultTargetAuthenticationHandler extends org.apache.http.impl.client.Ab…
2607 ….lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse, org.apache.http.p…
2608 … @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.htt…
2611 …@Deprecated public class DefaultUserTokenHandler implements org.apache.http.client.UserTokenHandle…
2613 method @Deprecated public Object getUserToken(org.apache.http.protocol.HttpContext);
2616 …ass EntityEnclosingRequestWrapper extends org.apache.http.impl.client.RequestWrapper implements or…
2617 …ecated public EntityEnclosingRequestWrapper(org.apache.http.HttpEntityEnclosingRequest) throws org…
2619 method @Deprecated public org.apache.http.HttpEntity getEntity();
2620 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
2630 …cated public class RequestWrapper extends org.apache.http.message.AbstractHttpMessage implements o…
2631 …ctor @Deprecated public RequestWrapper(org.apache.http.HttpRequest) throws org.apache.http.Protoco…
2635 method @Deprecated public org.apache.http.HttpRequest getOriginal();
2636 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
2637 method @Deprecated public org.apache.http.RequestLine getRequestLine();
2644 method @Deprecated public void setProtocolVersion(org.apache.http.ProtocolVersion);
2649 …ctor @Deprecated public RoutedRequest(org.apache.http.impl.client.RequestWrapper, org.apache.http.…
2650 method @Deprecated public final org.apache.http.impl.client.RequestWrapper getRequest();
2651 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2652 field @Deprecated protected final org.apache.http.impl.client.RequestWrapper request;
2653 field @Deprecated protected final org.apache.http.conn.routing.HttpRoute route;
2656 @Deprecated public class TunnelRefusedException extends org.apache.http.HttpException {
2657 ctor @Deprecated public TunnelRefusedException(String, org.apache.http.HttpResponse);
2658 method @Deprecated public org.apache.http.HttpResponse getResponse();
2663 package org.apache.http.impl.conn {
2665 …@Deprecated public abstract class AbstractClientConnAdapter implements org.apache.http.conn.Manage…
2666 …eprecated protected AbstractClientConnAdapter(org.apache.http.conn.ClientConnectionManager, org.ap…
2669 …method @Deprecated protected final void assertValid(org.apache.http.conn.OperatedClientConnection);
2674 method @Deprecated protected org.apache.http.conn.ClientConnectionManager getManager();
2675 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2680 … method @Deprecated protected org.apache.http.conn.OperatedClientConnection getWrappedConnection();
2687 …thod @Deprecated public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apache…
2688 …method @Deprecated public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.h…
2690 …d @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org…
2691 …method @Deprecated public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.ht…
2698 …ctor @Deprecated protected AbstractPoolEntry(org.apache.http.conn.ClientConnectionOperator, org.ap…
2700 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
2701 … @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.Htt…
2704 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
2705 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
2706 field @Deprecated protected final org.apache.http.conn.ClientConnectionOperator connOperator;
2707 field @Deprecated protected final org.apache.http.conn.OperatedClientConnection connection;
2708 field @Deprecated protected volatile org.apache.http.conn.routing.HttpRoute route;
2710 field @Deprecated protected volatile org.apache.http.conn.routing.RouteTracker tracker;
2713 …@Deprecated public abstract class AbstractPooledConnAdapter extends org.apache.http.impl.conn.Abst…
2714 …eprecated protected AbstractPooledConnAdapter(org.apache.http.conn.ClientConnectionManager, org.ap…
2717 method @Deprecated public org.apache.http.conn.routing.HttpRoute getRoute();
2719 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
2720 … @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.Htt…
2723 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
2724 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
2725 field @Deprecated protected volatile org.apache.http.impl.conn.AbstractPoolEntry poolEntry;
2728 …c class DefaultClientConnection extends org.apache.http.impl.SocketHttpClientConnection implements…
2731 method @Deprecated public final org.apache.http.HttpHost getTargetHost();
2733 …method @Deprecated public void openCompleted(boolean, org.apache.http.params.HttpParams) throws ja…
2734 …method @Deprecated public void opening(java.net.Socket, org.apache.http.HttpHost) throws java.io.I…
2735 …hod @Deprecated public void update(java.net.Socket, org.apache.http.HttpHost, boolean, org.apache.…
2738 …@Deprecated public class DefaultClientConnectionOperator implements org.apache.http.conn.ClientCon…
2739 …ctor @Deprecated public DefaultClientConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry…
2740 method @Deprecated public org.apache.http.conn.OperatedClientConnection createConnection();
2741 …on(org.apache.http.conn.OperatedClientConnection, org.apache.http.HttpHost, java.net.InetAddress, …
2742 …ted protected void prepareSocket(java.net.Socket, org.apache.http.protocol.HttpContext, org.apache…
2743 …ureConnection(org.apache.http.conn.OperatedClientConnection, org.apache.http.HttpHost, org.apache.…
2744 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2747 …@Deprecated public class DefaultHttpRoutePlanner implements org.apache.http.conn.routing.HttpRoute…
2748 ctor @Deprecated public DefaultHttpRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry);
2749 …apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRe…
2750 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2753 …@Deprecated public class DefaultResponseParser extends org.apache.http.impl.io.AbstractMessagePars…
2754 …sponseParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache…
2755 …thod @Deprecated protected org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBu…
2760 …method @Deprecated public void add(org.apache.http.HttpConnection, long, java.util.concurrent.Time…
2763 method @Deprecated public boolean remove(org.apache.http.HttpConnection);
2767 …@Deprecated public class LoggingSessionInputBuffer implements org.apache.http.io.SessionInputBuffe…
2768 …ctor @Deprecated public LoggingSessionInputBuffer(org.apache.http.io.SessionInputBuffer, org.apach…
2769 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
2775 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
2778 …@Deprecated public class LoggingSessionOutputBuffer implements org.apache.http.io.SessionOutputBuf…
2779 …or @Deprecated public LoggingSessionOutputBuffer(org.apache.http.io.SessionOutputBuffer, org.apach…
2781 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
2785 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
2789 …@Deprecated public class ProxySelectorRoutePlanner implements org.apache.http.conn.routing.HttpRou…
2790 …ctor @Deprecated public ProxySelectorRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry, java…
2791 …ooseProxy(java.util.List<java.net.Proxy>, org.apache.http.HttpHost, org.apache.http.HttpRequest, o…
2792 …rg.apache.http.HttpHost determineProxy(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.…
2793 …apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRe…
2798 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2801 …@Deprecated public class SingleClientConnManager implements org.apache.http.conn.ClientConnectionM…
2802 …ctor @Deprecated public SingleClientConnManager(org.apache.http.params.HttpParams, org.apache.http…
2806 …method @Deprecated protected org.apache.http.conn.ClientConnectionOperator createConnectionOperato…
2807 …method @Deprecated public org.apache.http.conn.ManagedClientConnection getConnection(org.apache.ht…
2808 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
2809 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
2810 …method @Deprecated public final org.apache.http.conn.ClientConnectionRequest requestConnection(org…
2815 field @Deprecated protected org.apache.http.conn.ClientConnectionOperator connOperator;
2819 …field @Deprecated protected org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter managedC…
2820 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2821 …field @Deprecated protected org.apache.http.impl.conn.SingleClientConnManager.PoolEntry uniquePool…
2824 …@Deprecated protected class SingleClientConnManager.ConnAdapter extends org.apache.http.impl.conn.…
2825 …ed SingleClientConnManager.ConnAdapter(org.apache.http.impl.conn.SingleClientConnManager.PoolEntry…
2828 …@Deprecated protected class SingleClientConnManager.PoolEntry extends org.apache.http.impl.conn.Ab…
2835 ctor @Deprecated public Wire(org.apache.commons.logging.Log);
2851 package org.apache.http.impl.conn.tsccm {
2853 …@Deprecated public abstract class AbstractConnPool implements org.apache.http.impl.conn.tsccm.RefQ…
2855 … method @Deprecated protected void closeConnection(org.apache.http.conn.OperatedClientConnection);
2860 …method @Deprecated public abstract void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry, …
2861 …apache.http.impl.conn.tsccm.BasicPoolEntry getEntry(org.apache.http.conn.routing.HttpRoute, Object…
2862 …method @Deprecated protected abstract void handleLostEntry(org.apache.http.conn.routing.HttpRoute);
2864 …method @Deprecated public abstract org.apache.http.impl.conn.tsccm.PoolEntryRequest requestPoolEnt…
2866 field @Deprecated protected org.apache.http.impl.conn.IdleConnectionHandler idleConnHandler;
2868 …field @Deprecated protected java.util.Set<org.apache.http.impl.conn.tsccm.BasicPoolEntryRef> issue…
2874 @Deprecated public class BasicPoolEntry extends org.apache.http.impl.conn.AbstractPoolEntry {
2875 …ctor @Deprecated public BasicPoolEntry(org.apache.http.conn.ClientConnectionOperator, org.apache.h…
2876 … method @Deprecated protected final org.apache.http.conn.OperatedClientConnection getConnection();
2877 method @Deprecated protected final org.apache.http.conn.routing.HttpRoute getPlannedRoute();
2878 … method @Deprecated protected final org.apache.http.impl.conn.tsccm.BasicPoolEntryRef getWeakRef();
2881 …@Deprecated public class BasicPoolEntryRef extends java.lang.ref.WeakReference<org.apache.http.imp…
2882 …ctor @Deprecated public BasicPoolEntryRef(org.apache.http.impl.conn.tsccm.BasicPoolEntry, java.lan…
2883 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2886 …@Deprecated public class BasicPooledConnAdapter extends org.apache.http.impl.conn.AbstractPooledCo…
2887 …cated protected BasicPooledConnAdapter(org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager…
2888 method @Deprecated protected org.apache.http.impl.conn.AbstractPoolEntry getPoolEntry();
2891 …@Deprecated public class ConnPoolByRoute extends org.apache.http.impl.conn.tsccm.AbstractConnPool {
2892 …ctor @Deprecated public ConnPoolByRoute(org.apache.http.conn.ClientConnectionOperator, org.apache.…
2893 …ted protected org.apache.http.impl.conn.tsccm.BasicPoolEntry createEntry(org.apache.http.impl.conn…
2894 …method @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.BasicPoolEntry> creat…
2895 …method @Deprecated protected java.util.Map<org.apache.http.conn.routing.HttpRoute,org.apache.http.…
2896 …method @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.WaitingThread> create…
2898 method @Deprecated protected void deleteEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2900 …method @Deprecated public void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry, boolean, …
2901 method @Deprecated public int getConnectionsInPool(org.apache.http.conn.routing.HttpRoute);
2902 …apache.http.impl.conn.tsccm.BasicPoolEntry getEntryBlocking(org.apache.http.conn.routing.HttpRoute…
2903 …method @Deprecated protected org.apache.http.impl.conn.tsccm.BasicPoolEntry getFreeEntry(org.apach…
2904 …method @Deprecated protected org.apache.http.impl.conn.tsccm.RouteSpecificPool getRoutePool(org.ap…
2905 method @Deprecated protected void handleLostEntry(org.apache.http.conn.routing.HttpRoute);
2906 …method @Deprecated protected org.apache.http.impl.conn.tsccm.RouteSpecificPool newRouteSpecificPoo…
2907 …precated protected org.apache.http.impl.conn.tsccm.WaitingThread newWaitingThread(java.util.concur…
2908 …method @Deprecated protected void notifyWaitingThread(org.apache.http.impl.conn.tsccm.RouteSpecifi…
2909 …method @Deprecated public org.apache.http.impl.conn.tsccm.PoolEntryRequest requestPoolEntry(org.ap…
2910 …field @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.BasicPoolEntry> freeCo…
2912 field @Deprecated protected final org.apache.http.conn.ClientConnectionOperator operator;
2913 …field @Deprecated protected final java.util.Map<org.apache.http.conn.routing.HttpRoute,org.apache.…
2914 …field @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.WaitingThread> waiting…
2919 …eprecated public org.apache.http.impl.conn.tsccm.BasicPoolEntry getPoolEntry(long, java.util.concu…
2927 …ctor @Deprecated public RefQueueWorker(java.lang.ref.ReferenceQueue<?>, org.apache.http.impl.conn.…
2930 field @Deprecated protected final org.apache.http.impl.conn.tsccm.RefQueueHandler refHandler;
2936 ctor @Deprecated public RouteSpecificPool(org.apache.http.conn.routing.HttpRoute, int);
2937 method @Deprecated public org.apache.http.impl.conn.tsccm.BasicPoolEntry allocEntry(Object);
2938 method @Deprecated public void createdEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2939 method @Deprecated public boolean deleteEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2941 method @Deprecated public void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2945 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2948 method @Deprecated public org.apache.http.impl.conn.tsccm.WaitingThread nextThread();
2949 method @Deprecated public void queueThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2950 method @Deprecated public void removeThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2951 …field @Deprecated protected final java.util.LinkedList<org.apache.http.impl.conn.tsccm.BasicPoolEn…
2954 field @Deprecated protected final org.apache.http.conn.routing.HttpRoute route;
2955 …field @Deprecated protected final java.util.Queue<org.apache.http.impl.conn.tsccm.WaitingThread> w…
2958 …@Deprecated public class ThreadSafeClientConnManager implements org.apache.http.conn.ClientConnect…
2959 …ctor @Deprecated public ThreadSafeClientConnManager(org.apache.http.params.HttpParams, org.apache.…
2962 …method @Deprecated protected org.apache.http.conn.ClientConnectionOperator createConnectionOperato…
2963 …method @Deprecated protected org.apache.http.impl.conn.tsccm.AbstractConnPool createConnectionPool…
2964 method @Deprecated public int getConnectionsInPool(org.apache.http.conn.routing.HttpRoute);
2966 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
2967 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
2968 …method @Deprecated public org.apache.http.conn.ClientConnectionRequest requestConnection(org.apach…
2970 field @Deprecated protected org.apache.http.conn.ClientConnectionOperator connOperator;
2971 … field @Deprecated protected final org.apache.http.impl.conn.tsccm.AbstractConnPool connectionPool;
2972 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2976 …ctor @Deprecated public WaitingThread(java.util.concurrent.locks.Condition, org.apache.http.impl.c…
2979 method @Deprecated public final org.apache.http.impl.conn.tsccm.RouteSpecificPool getPool();
2988 method @Deprecated public void setWaitingThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2993 package org.apache.http.impl.cookie {
2995 …@Deprecated public abstract class AbstractCookieAttributeHandler implements org.apache.http.cookie…
2997 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
2998 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3001 …@Deprecated public abstract class AbstractCookieSpec implements org.apache.http.cookie.CookieSpec {
3003 …method @Deprecated protected org.apache.http.cookie.CookieAttributeHandler findAttribHandler(Strin…
3004 …method @Deprecated protected org.apache.http.cookie.CookieAttributeHandler getAttribHandler(String…
3005 …method @Deprecated protected java.util.Collection<org.apache.http.cookie.CookieAttributeHandler> g…
3006 …method @Deprecated public void registerAttribHandler(String, org.apache.http.cookie.CookieAttribut…
3009 …ublic class BasicClientCookie implements org.apache.http.cookie.ClientCookie java.lang.Cloneable o…
3036 … public class BasicClientCookie2 extends org.apache.http.impl.cookie.BasicClientCookie implements …
3043 …@Deprecated public class BasicCommentHandler extends org.apache.http.impl.cookie.AbstractCookieAtt…
3045 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3048 …@Deprecated public class BasicDomainHandler implements org.apache.http.cookie.CookieAttributeHandl…
3050 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3051 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3052 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3055 …@Deprecated public class BasicExpiresHandler extends org.apache.http.impl.cookie.AbstractCookieAtt…
3057 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3060 …@Deprecated public class BasicMaxAgeHandler extends org.apache.http.impl.cookie.AbstractCookieAttr…
3062 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3065 …@Deprecated public class BasicPathHandler implements org.apache.http.cookie.CookieAttributeHandler…
3067 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3068 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3069 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3072 …@Deprecated public class BasicSecureHandler extends org.apache.http.impl.cookie.AbstractCookieAttr…
3074 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3077 @Deprecated public class BestMatchSpec implements org.apache.http.cookie.CookieSpec {
3080 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
3082 method @Deprecated public org.apache.http.Header getVersionHeader();
3083 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3084 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
3085 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3088 …@Deprecated public class BestMatchSpecFactory implements org.apache.http.cookie.CookieSpecFactory {
3090 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3093 @Deprecated public class BrowserCompatSpec extends org.apache.http.impl.cookie.CookieSpecBase {
3096 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
3098 method @Deprecated public org.apache.http.Header getVersionHeader();
3099 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
3103 …@Deprecated public class BrowserCompatSpecFactory implements org.apache.http.cookie.CookieSpecFact…
3105 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3108 …@Deprecated public abstract class CookieSpecBase extends org.apache.http.impl.cookie.AbstractCooki…
3110 … method @Deprecated protected static String getDefaultDomain(org.apache.http.cookie.CookieOrigin);
3111 method @Deprecated protected static String getDefaultPath(org.apache.http.cookie.CookieOrigin);
3112 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3113 …a.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.HeaderElement[], org.apache.http.…
3114 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3125 …method @Deprecated public static java.util.Date parseDate(String) throws org.apache.http.impl.cook…
3126 …method @Deprecated public static java.util.Date parseDate(String, String[]) throws org.apache.http…
3127 …ic java.util.Date parseDate(String, String[], java.util.Date) throws org.apache.http.impl.cookie.D…
3134 …@Deprecated public class NetscapeDomainHandler extends org.apache.http.impl.cookie.BasicDomainHand…
3140 …public org.apache.http.HeaderElement parseHeader(org.apache.http.util.CharArrayBuffer, org.apache.…
3141 …field @Deprecated public static final org.apache.http.impl.cookie.NetscapeDraftHeaderParser DEFAUL…
3144 @Deprecated public class NetscapeDraftSpec extends org.apache.http.impl.cookie.CookieSpecBase {
3147 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
3149 method @Deprecated public org.apache.http.Header getVersionHeader();
3150 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
3154 …@Deprecated public class NetscapeDraftSpecFactory implements org.apache.http.cookie.CookieSpecFact…
3156 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3159 …@Deprecated public class RFC2109DomainHandler implements org.apache.http.cookie.CookieAttributeHan…
3161 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3162 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3163 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3166 @Deprecated public class RFC2109Spec extends org.apache.http.impl.cookie.CookieSpecBase {
3169 …thod @Deprecated protected void formatCookieAsVer(org.apache.http.util.CharArrayBuffer, org.apache…
3170 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
3171 …method @Deprecated protected void formatParamAsVer(org.apache.http.util.CharArrayBuffer, String, S…
3173 method @Deprecated public org.apache.http.Header getVersionHeader();
3174 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
3177 @Deprecated public class RFC2109SpecFactory implements org.apache.http.cookie.CookieSpecFactory {
3179 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3182 …@Deprecated public class RFC2109VersionHandler extends org.apache.http.impl.cookie.AbstractCookieA…
3184 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3187 …@Deprecated public class RFC2965CommentUrlAttributeHandler implements org.apache.http.cookie.Cooki…
3189 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3190 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3191 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3194 …@Deprecated public class RFC2965DiscardAttributeHandler implements org.apache.http.cookie.CookieAt…
3196 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3197 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3198 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3201 …@Deprecated public class RFC2965DomainAttributeHandler implements org.apache.http.cookie.CookieAtt…
3204 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3205 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3206 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3209 …@Deprecated public class RFC2965PortAttributeHandler implements org.apache.http.cookie.CookieAttri…
3211 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3212 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3213 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3216 @Deprecated public class RFC2965Spec extends org.apache.http.impl.cookie.RFC2109Spec {
3221 @Deprecated public class RFC2965SpecFactory implements org.apache.http.cookie.CookieSpecFactory {
3223 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3226 …@Deprecated public class RFC2965VersionAttributeHandler implements org.apache.http.cookie.CookieAt…
3228 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3229 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3230 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3235 package org.apache.http.impl.entity {
3238 ctor @Deprecated public EntityDeserializer(org.apache.http.entity.ContentLengthStrategy);
3239 …ated public org.apache.http.HttpEntity deserialize(org.apache.http.io.SessionInputBuffer, org.apac…
3240 …cted org.apache.http.entity.BasicHttpEntity doDeserialize(org.apache.http.io.SessionInputBuffer, o…
3244 ctor @Deprecated public EntitySerializer(org.apache.http.entity.ContentLengthStrategy);
3245 …va.io.OutputStream doSerialize(org.apache.http.io.SessionOutputBuffer, org.apache.http.HttpMessage…
3246 …c void serialize(org.apache.http.io.SessionOutputBuffer, org.apache.http.HttpMessage, org.apache.h…
3249 …@Deprecated public class LaxContentLengthStrategy implements org.apache.http.entity.ContentLengthS…
3251 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
3254 …@Deprecated public class StrictContentLengthStrategy implements org.apache.http.entity.ContentLeng…
3256 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
3261 package org.apache.http.impl.io {
3263 …@Deprecated public abstract class AbstractMessageParser implements org.apache.http.io.HttpMessageP…
3264 …ed public AbstractMessageParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.Lin…
3265 …method @Deprecated public org.apache.http.HttpMessage parse() throws org.apache.http.HttpException…
3266 … org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.ht…
3267 …tic org.apache.http.Header[] parseHeaders(org.apache.http.io.SessionInputBuffer, int, int, org.apa…
3268 field @Deprecated protected final org.apache.http.message.LineParser lineParser;
3271 …@Deprecated public abstract class AbstractMessageWriter implements org.apache.http.io.HttpMessageW…
3272 … public AbstractMessageWriter(org.apache.http.io.SessionOutputBuffer, org.apache.http.message.Line…
3273 …method @Deprecated public void write(org.apache.http.HttpMessage) throws org.apache.http.HttpExcep…
3274 …method @Deprecated protected abstract void writeHeadLine(org.apache.http.HttpMessage) throws java.…
3275 field @Deprecated protected final org.apache.http.util.CharArrayBuffer lineBuf;
3276 field @Deprecated protected final org.apache.http.message.LineFormatter lineFormatter;
3277 field @Deprecated protected final org.apache.http.io.SessionOutputBuffer sessionBuffer;
3280 …@Deprecated public abstract class AbstractSessionInputBuffer implements org.apache.http.io.Session…
3283 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3285 …method @Deprecated protected void init(java.io.InputStream, int, org.apache.http.params.HttpParams…
3289 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
3293 …@Deprecated public abstract class AbstractSessionOutputBuffer implements org.apache.http.io.Sessio…
3297 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3298 …method @Deprecated protected void init(java.io.OutputStream, int, org.apache.http.params.HttpParam…
3303 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
3307 ctor @Deprecated public ChunkedInputStream(org.apache.http.io.SessionInputBuffer);
3308 method @Deprecated public org.apache.http.Header[] getFooters();
3313 …ctor @Deprecated public ChunkedOutputStream(org.apache.http.io.SessionOutputBuffer, int) throws ja…
3314 …ctor @Deprecated public ChunkedOutputStream(org.apache.http.io.SessionOutputBuffer) throws java.io…
3323 ctor @Deprecated public ContentLengthInputStream(org.apache.http.io.SessionInputBuffer, long);
3328 ctor @Deprecated public ContentLengthOutputStream(org.apache.http.io.SessionOutputBuffer, long);
3332 @Deprecated public class HttpRequestParser extends org.apache.http.impl.io.AbstractMessageParser {
3333 …RequestParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apach…
3334 … org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.ht…
3337 @Deprecated public class HttpRequestWriter extends org.apache.http.impl.io.AbstractMessageWriter {
3338 …ated public HttpRequestWriter(org.apache.http.io.SessionOutputBuffer, org.apache.http.message.Line…
3339 …method @Deprecated protected void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOExce…
3342 …@Deprecated public class HttpResponseParser extends org.apache.http.impl.io.AbstractMessageParser {
3343 …sponseParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache…
3344 … org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.ht…
3347 …@Deprecated public class HttpResponseWriter extends org.apache.http.impl.io.AbstractMessageWriter {
3348 …ted public HttpResponseWriter(org.apache.http.io.SessionOutputBuffer, org.apache.http.message.Line…
3349 …method @Deprecated protected void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOExce…
3352 …@Deprecated public class HttpTransportMetricsImpl implements org.apache.http.io.HttpTransportMetri…
3361 ctor @Deprecated public IdentityInputStream(org.apache.http.io.SessionInputBuffer);
3366 ctor @Deprecated public IdentityOutputStream(org.apache.http.io.SessionOutputBuffer);
3370 …@Deprecated public class SocketInputBuffer extends org.apache.http.impl.io.AbstractSessionInputBuf…
3371 …ctor @Deprecated public SocketInputBuffer(java.net.Socket, int, org.apache.http.params.HttpParams)…
3376 …@Deprecated public class SocketOutputBuffer extends org.apache.http.impl.io.AbstractSessionOutputB…
3377 …ctor @Deprecated public SocketOutputBuffer(java.net.Socket, int, org.apache.http.params.HttpParams…
3382 package org.apache.http.io {
3385 …method @Deprecated public org.apache.http.HttpMessage parse() throws org.apache.http.HttpException…
3389 …method @Deprecated public void write(org.apache.http.HttpMessage) throws org.apache.http.HttpExcep…
3398 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3403 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
3409 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3414 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
3419 package org.apache.http.message {
3421 @Deprecated public abstract class AbstractHttpMessage implements org.apache.http.HttpMessage {
3422 ctor @Deprecated protected AbstractHttpMessage(org.apache.http.params.HttpParams);
3424 method @Deprecated public void addHeader(org.apache.http.Header);
3427 method @Deprecated public org.apache.http.Header[] getAllHeaders();
3428 method @Deprecated public org.apache.http.Header getFirstHeader(String);
3429 method @Deprecated public org.apache.http.Header[] getHeaders(String);
3430 method @Deprecated public org.apache.http.Header getLastHeader(String);
3431 method @Deprecated public org.apache.http.params.HttpParams getParams();
3432 method @Deprecated public org.apache.http.HeaderIterator headerIterator();
3433 method @Deprecated public org.apache.http.HeaderIterator headerIterator(String);
3434 method @Deprecated public void removeHeader(org.apache.http.Header);
3436 method @Deprecated public void setHeader(org.apache.http.Header);
3438 method @Deprecated public void setHeaders(org.apache.http.Header[]);
3439 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
3440 field @Deprecated protected org.apache.http.message.HeaderGroup headergroup;
3441 field @Deprecated protected org.apache.http.params.HttpParams params;
3444 @Deprecated public class BasicHeader implements java.lang.Cloneable org.apache.http.Header {
3447 …method @Deprecated public org.apache.http.HeaderElement[] getElements() throws org.apache.http.Par…
3452 …@Deprecated public class BasicHeaderElement implements java.lang.Cloneable org.apache.http.HeaderE…
3453 ctor @Deprecated public BasicHeaderElement(String, String, org.apache.http.NameValuePair[]);
3457 method @Deprecated public org.apache.http.NameValuePair getParameter(int);
3458 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
3460 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
3464 …@Deprecated public class BasicHeaderElementIterator implements org.apache.http.HeaderElementIterat…
3465 …ctor @Deprecated public BasicHeaderElementIterator(org.apache.http.HeaderIterator, org.apache.http…
3466 ctor @Deprecated public BasicHeaderElementIterator(org.apache.http.HeaderIterator);
3469 …method @Deprecated public org.apache.http.HeaderElement nextElement() throws java.util.NoSuchEleme…
3473 @Deprecated public class BasicHeaderIterator implements org.apache.http.HeaderIterator {
3474 ctor @Deprecated public BasicHeaderIterator(org.apache.http.Header[], String);
3479 …method @Deprecated public org.apache.http.Header nextHeader() throws java.util.NoSuchElementExcept…
3481 field @Deprecated protected final org.apache.http.Header[] allHeaders;
3486 …@Deprecated public class BasicHeaderValueFormatter implements org.apache.http.message.HeaderValueF…
3488 …method @Deprecated protected void doFormatValue(org.apache.http.util.CharArrayBuffer, String, bool…
3489 method @Deprecated protected int estimateElementsLen(org.apache.http.HeaderElement[]);
3490 method @Deprecated protected int estimateHeaderElementLen(org.apache.http.HeaderElement);
3491 method @Deprecated protected int estimateNameValuePairLen(org.apache.http.NameValuePair);
3492 method @Deprecated protected int estimateParametersLen(org.apache.http.NameValuePair[]);
3493 …cated public static final String formatElements(org.apache.http.HeaderElement[], boolean, org.apac…
3494 …thod @Deprecated public org.apache.http.util.CharArrayBuffer formatElements(org.apache.http.util.C…
3495 …d public static final String formatHeaderElement(org.apache.http.HeaderElement, boolean, org.apach…
3496 …od @Deprecated public org.apache.http.util.CharArrayBuffer formatHeaderElement(org.apache.http.uti…
3497 …d public static final String formatNameValuePair(org.apache.http.NameValuePair, boolean, org.apach…
3498 …od @Deprecated public org.apache.http.util.CharArrayBuffer formatNameValuePair(org.apache.http.uti…
3499 …ted public static final String formatParameters(org.apache.http.NameValuePair[], boolean, org.apac…
3500 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatParameters(org.apache.http.util.…
3503 field @Deprecated public static final org.apache.http.message.BasicHeaderValueFormatter DEFAULT;
3508 …@Deprecated public class BasicHeaderValueParser implements org.apache.http.message.HeaderValuePars…
3510 …method @Deprecated protected org.apache.http.HeaderElement createHeaderElement(String, String, org…
3511 method @Deprecated protected org.apache.http.NameValuePair createNameValuePair(String, String);
3512 …lic static final org.apache.http.HeaderElement[] parseElements(String, org.apache.http.message.Hea…
3513 …method @Deprecated public org.apache.http.HeaderElement[] parseElements(org.apache.http.util.CharA…
3514 …ic static final org.apache.http.HeaderElement parseHeaderElement(String, org.apache.http.message.H…
3515 …method @Deprecated public org.apache.http.HeaderElement parseHeaderElement(org.apache.http.util.Ch…
3516 …ic static final org.apache.http.NameValuePair parseNameValuePair(String, org.apache.http.message.H…
3517 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3518 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3519 …ic static final org.apache.http.NameValuePair[] parseParameters(String, org.apache.http.message.He…
3520 …method @Deprecated public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.Cha…
3521 field @Deprecated public static final org.apache.http.message.BasicHeaderValueParser DEFAULT;
3524 …ss BasicHttpEntityEnclosingRequest extends org.apache.http.message.BasicHttpRequest implements org…
3526 …ctor @Deprecated public BasicHttpEntityEnclosingRequest(String, String, org.apache.http.ProtocolVe…
3527 ctor @Deprecated public BasicHttpEntityEnclosingRequest(org.apache.http.RequestLine);
3529 method @Deprecated public org.apache.http.HttpEntity getEntity();
3530 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
3533 …ted public class BasicHttpRequest extends org.apache.http.message.AbstractHttpMessage implements o…
3535 ctor @Deprecated public BasicHttpRequest(String, String, org.apache.http.ProtocolVersion);
3536 ctor @Deprecated public BasicHttpRequest(org.apache.http.RequestLine);
3537 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3538 method @Deprecated public org.apache.http.RequestLine getRequestLine();
3541 …ed public class BasicHttpResponse extends org.apache.http.message.AbstractHttpMessage implements o…
3542 …ctor @Deprecated public BasicHttpResponse(org.apache.http.StatusLine, org.apache.http.ReasonPhrase…
3543 ctor @Deprecated public BasicHttpResponse(org.apache.http.StatusLine);
3544 ctor @Deprecated public BasicHttpResponse(org.apache.http.ProtocolVersion, int, String);
3545 method @Deprecated public org.apache.http.HttpEntity getEntity();
3547 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3549 method @Deprecated public org.apache.http.StatusLine getStatusLine();
3550 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
3554 method @Deprecated public void setStatusLine(org.apache.http.StatusLine);
3555 method @Deprecated public void setStatusLine(org.apache.http.ProtocolVersion, int);
3556 method @Deprecated public void setStatusLine(org.apache.http.ProtocolVersion, int, String);
3559 @Deprecated public class BasicLineFormatter implements org.apache.http.message.LineFormatter {
3561 …d @Deprecated public org.apache.http.util.CharArrayBuffer appendProtocolVersion(org.apache.http.ut…
3562 …method @Deprecated protected void doFormatHeader(org.apache.http.util.CharArrayBuffer, org.apache.…
3563 …od @Deprecated protected void doFormatRequestLine(org.apache.http.util.CharArrayBuffer, org.apache…
3564 …hod @Deprecated protected void doFormatStatusLine(org.apache.http.util.CharArrayBuffer, org.apache…
3565 method @Deprecated protected int estimateProtocolVersionLen(org.apache.http.ProtocolVersion);
3566 …method @Deprecated public static final String formatHeader(org.apache.http.Header, org.apache.http…
3567 …ethod @Deprecated public org.apache.http.util.CharArrayBuffer formatHeader(org.apache.http.util.Ch…
3568 …ted public static final String formatProtocolVersion(org.apache.http.ProtocolVersion, org.apache.h…
3569 …eprecated public static final String formatRequestLine(org.apache.http.RequestLine, org.apache.htt…
3570 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatRequestLine(org.apache.http.util…
3571 …Deprecated public static final String formatStatusLine(org.apache.http.StatusLine, org.apache.http…
3572 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatStatusLine(org.apache.http.util.…
3573 …method @Deprecated protected org.apache.http.util.CharArrayBuffer initBuffer(org.apache.http.util.…
3574 field @Deprecated public static final org.apache.http.message.BasicLineFormatter DEFAULT;
3577 @Deprecated public class BasicLineParser implements org.apache.http.message.LineParser {
3578 ctor @Deprecated public BasicLineParser(org.apache.http.ProtocolVersion);
3580 method @Deprecated protected org.apache.http.ProtocolVersion createProtocolVersion(int, int);
3581 …method @Deprecated protected org.apache.http.RequestLine createRequestLine(String, String, org.apa…
3582 …method @Deprecated protected org.apache.http.StatusLine createStatusLine(org.apache.http.ProtocolV…
3583 …hod @Deprecated public boolean hasProtocolVersion(org.apache.http.util.CharArrayBuffer, org.apache…
3584 …cated public static final org.apache.http.Header parseHeader(String, org.apache.http.message.LineP…
3585 …method @Deprecated public org.apache.http.Header parseHeader(org.apache.http.util.CharArrayBuffer)…
3586 …lic static final org.apache.http.ProtocolVersion parseProtocolVersion(String, org.apache.http.mess…
3587 … org.apache.http.ProtocolVersion parseProtocolVersion(org.apache.http.util.CharArrayBuffer, org.ap…
3588 … public static final org.apache.http.RequestLine parseRequestLine(String, org.apache.http.message.…
3589 …blic org.apache.http.RequestLine parseRequestLine(org.apache.http.util.CharArrayBuffer, org.apache…
3590 …d public static final org.apache.http.StatusLine parseStatusLine(String, org.apache.http.message.L…
3591 …ublic org.apache.http.StatusLine parseStatusLine(org.apache.http.util.CharArrayBuffer, org.apache.…
3592 …method @Deprecated protected void skipWhitespace(org.apache.http.util.CharArrayBuffer, org.apache.…
3593 field @Deprecated public static final org.apache.http.message.BasicLineParser DEFAULT;
3594 field @Deprecated protected final org.apache.http.ProtocolVersion protocol;
3597 @Deprecated public class BasicListHeaderIterator implements org.apache.http.HeaderIterator {
3603 …method @Deprecated public org.apache.http.Header nextHeader() throws java.util.NoSuchElementExcept…
3611 …@Deprecated public class BasicNameValuePair implements java.lang.Cloneable org.apache.http.NameVal…
3618 …@Deprecated public class BasicRequestLine implements java.lang.Cloneable org.apache.http.RequestLi…
3619 ctor @Deprecated public BasicRequestLine(String, String, org.apache.http.ProtocolVersion);
3622 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3626 …@Deprecated public class BasicStatusLine implements java.lang.Cloneable org.apache.http.StatusLine…
3627 ctor @Deprecated public BasicStatusLine(org.apache.http.ProtocolVersion, int, String);
3629 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3634 @Deprecated public class BasicTokenIterator implements org.apache.http.TokenIterator {
3635 ctor @Deprecated public BasicTokenIterator(org.apache.http.HeaderIterator);
3637 method @Deprecated protected int findNext(int) throws org.apache.http.ParseException;
3646 … public final Object next() throws java.util.NoSuchElementException, org.apache.http.ParseExceptio…
3647 …d public String nextToken() throws java.util.NoSuchElementException, org.apache.http.ParseExceptio…
3652 field @Deprecated protected final org.apache.http.HeaderIterator headerIt;
3656 …@Deprecated public class BufferedHeader implements java.lang.Cloneable org.apache.http.FormattedHe…
3657 …ctor @Deprecated public BufferedHeader(org.apache.http.util.CharArrayBuffer) throws org.apache.htt…
3659 method @Deprecated public org.apache.http.util.CharArrayBuffer getBuffer();
3660 …method @Deprecated public org.apache.http.HeaderElement[] getElements() throws org.apache.http.Par…
3668 method @Deprecated public void addHeader(org.apache.http.Header);
3672 method @Deprecated public org.apache.http.message.HeaderGroup copy();
3673 method @Deprecated public org.apache.http.Header[] getAllHeaders();
3674 method @Deprecated public org.apache.http.Header getCondensedHeader(String);
3675 method @Deprecated public org.apache.http.Header getFirstHeader(String);
3676 method @Deprecated public org.apache.http.Header[] getHeaders(String);
3677 method @Deprecated public org.apache.http.Header getLastHeader(String);
3678 method @Deprecated public org.apache.http.HeaderIterator iterator();
3679 method @Deprecated public org.apache.http.HeaderIterator iterator(String);
3680 method @Deprecated public void removeHeader(org.apache.http.Header);
3681 method @Deprecated public void setHeaders(org.apache.http.Header[]);
3682 method @Deprecated public void updateHeader(org.apache.http.Header);
3686 …thod @Deprecated public org.apache.http.util.CharArrayBuffer formatElements(org.apache.http.util.C…
3687 …od @Deprecated public org.apache.http.util.CharArrayBuffer formatHeaderElement(org.apache.http.uti…
3688 …od @Deprecated public org.apache.http.util.CharArrayBuffer formatNameValuePair(org.apache.http.uti…
3689 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatParameters(org.apache.http.util.…
3693 …blic org.apache.http.HeaderElement[] parseElements(org.apache.http.util.CharArrayBuffer, org.apach…
3694 …ic org.apache.http.HeaderElement parseHeaderElement(org.apache.http.util.CharArrayBuffer, org.apac…
3695 …ic org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.CharArrayBuffer, org.apac…
3696 …lic org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.CharArrayBuffer, org.apac…
3700 …d @Deprecated public org.apache.http.util.CharArrayBuffer appendProtocolVersion(org.apache.http.ut…
3701 …ethod @Deprecated public org.apache.http.util.CharArrayBuffer formatHeader(org.apache.http.util.Ch…
3702 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatRequestLine(org.apache.http.util…
3703 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatStatusLine(org.apache.http.util.…
3707 …hod @Deprecated public boolean hasProtocolVersion(org.apache.http.util.CharArrayBuffer, org.apache…
3708 …method @Deprecated public org.apache.http.Header parseHeader(org.apache.http.util.CharArrayBuffer)…
3709 … org.apache.http.ProtocolVersion parseProtocolVersion(org.apache.http.util.CharArrayBuffer, org.ap…
3710 …blic org.apache.http.RequestLine parseRequestLine(org.apache.http.util.CharArrayBuffer, org.apache…
3711 …ublic org.apache.http.StatusLine parseStatusLine(org.apache.http.util.CharArrayBuffer, org.apache.…
3725 package org.apache.http.params {
3727 …@Deprecated public abstract class AbstractHttpParams implements org.apache.http.params.HttpParams {
3735 … method @Deprecated public org.apache.http.params.HttpParams setBooleanParameter(String, boolean);
3736 method @Deprecated public org.apache.http.params.HttpParams setDoubleParameter(String, double);
3737 method @Deprecated public org.apache.http.params.HttpParams setIntParameter(String, int);
3738 method @Deprecated public org.apache.http.params.HttpParams setLongParameter(String, long);
3741 …@Deprecated public final class BasicHttpParams extends org.apache.http.params.AbstractHttpParams i…
3745 method @Deprecated public org.apache.http.params.HttpParams copy();
3746 method @Deprecated protected void copyParams(org.apache.http.params.HttpParams);
3751 method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object);
3766 …@Deprecated public final class DefaultedHttpParams extends org.apache.http.params.AbstractHttpPara…
3767 …ctor @Deprecated public DefaultedHttpParams(org.apache.http.params.HttpParams, org.apache.http.par…
3768 method @Deprecated public org.apache.http.params.HttpParams copy();
3769 method @Deprecated public org.apache.http.params.HttpParams getDefaults();
3772 method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object);
3776 ctor @Deprecated public HttpAbstractParamBean(org.apache.http.params.HttpParams);
3777 field @Deprecated protected final org.apache.http.params.HttpParams params;
3780 …@Deprecated public class HttpConnectionParamBean extends org.apache.http.params.HttpAbstractParamB…
3781 ctor @Deprecated public HttpConnectionParamBean(org.apache.http.params.HttpParams);
3790 …@Deprecated public class HttpProtocolParamBean extends org.apache.http.params.HttpAbstractParamBea…
3791 ctor @Deprecated public HttpProtocolParamBean(org.apache.http.params.HttpParams);
3796 method @Deprecated public void setVersion(org.apache.http.HttpVersion);
3799 …@Deprecated public final class HttpProtocolParams implements org.apache.http.params.CoreProtocolPN…
3800 method @Deprecated public static String getContentCharset(org.apache.http.params.HttpParams);
3801 … method @Deprecated public static String getHttpElementCharset(org.apache.http.params.HttpParams);
3802 method @Deprecated public static String getUserAgent(org.apache.http.params.HttpParams);
3803 …method @Deprecated public static org.apache.http.ProtocolVersion getVersion(org.apache.http.params…
3804 …method @Deprecated public static void setContentCharset(org.apache.http.params.HttpParams, String);
3805 …method @Deprecated public static void setHttpElementCharset(org.apache.http.params.HttpParams, Str…
3806 …method @Deprecated public static void setUseExpectContinue(org.apache.http.params.HttpParams, bool…
3807 method @Deprecated public static void setUserAgent(org.apache.http.params.HttpParams, String);
3808 …method @Deprecated public static void setVersion(org.apache.http.params.HttpParams, org.apache.htt…
3809 method @Deprecated public static boolean useExpectContinue(org.apache.http.params.HttpParams);
3814 package org.apache.http.protocol {
3816 @Deprecated public class BasicHttpContext implements org.apache.http.protocol.HttpContext {
3818 ctor @Deprecated public BasicHttpContext(org.apache.http.protocol.HttpContext);
3824 …nts java.lang.Cloneable org.apache.http.protocol.HttpProcessor org.apache.http.protocol.HttpReques…
3826 method @Deprecated public void addInterceptor(org.apache.http.HttpRequestInterceptor);
3827 method @Deprecated public void addInterceptor(org.apache.http.HttpRequestInterceptor, int);
3828 method @Deprecated public void addInterceptor(org.apache.http.HttpResponseInterceptor);
3829 method @Deprecated public void addInterceptor(org.apache.http.HttpResponseInterceptor, int);
3830 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
3831 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
3832 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
3833 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
3838 method @Deprecated public org.apache.http.protocol.BasicHttpProcessor copy();
3839 method @Deprecated protected void copyInterceptors(org.apache.http.protocol.BasicHttpProcessor);
3840 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
3842 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
3844 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
3845 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
3853 …@Deprecated public final class DefaultedHttpContext implements org.apache.http.protocol.HttpContex…
3854 …ctor @Deprecated public DefaultedHttpContext(org.apache.http.protocol.HttpContext, org.apache.http…
3856 method @Deprecated public org.apache.http.protocol.HttpContext getDefaults();
3919 …blic void verify(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protoc…
3922 …Deprecated public interface HttpProcessor extends org.apache.http.HttpRequestInterceptor org.apach…
3927 …thod @Deprecated protected boolean canResponseHaveBody(org.apache.http.HttpRequest, org.apache.htt…
3928 …apache.http.HttpResponse doReceiveResponse(org.apache.http.HttpRequest, org.apache.http.HttpClient…
3929 …apache.http.HttpResponse doSendRequest(org.apache.http.HttpRequest, org.apache.http.HttpClientConn…
3930 …apache.http.HttpResponse execute(org.apache.http.HttpRequest, org.apache.http.HttpClientConnection…
3931 …postProcess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpProcessor, org.apache.http.…
3932 … preProcess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpProcessor, org.apache.http.p…
3936 …blic void handle(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protoc…
3939 …@Deprecated public class HttpRequestHandlerRegistry implements org.apache.http.protocol.HttpReques…
3941 method @Deprecated public org.apache.http.protocol.HttpRequestHandler lookup(String);
3943 method @Deprecated public void register(String, org.apache.http.protocol.HttpRequestHandler);
3949 method @Deprecated public org.apache.http.protocol.HttpRequestHandler lookup(String);
3953 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
3954 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
3956 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
3963 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
3964 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
3966 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
3973 …eprecated public HttpService(org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReu…
3974 …d void doService(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protoc…
3975 method @Deprecated public org.apache.http.params.HttpParams getParams();
3976 …method @Deprecated protected void handleException(org.apache.http.HttpException, org.apache.http.H…
3977 …d public void handleRequest(org.apache.http.HttpServerConnection, org.apache.http.protocol.HttpCon…
3978 method @Deprecated public void setConnReuseStrategy(org.apache.http.ConnectionReuseStrategy);
3979 …method @Deprecated public void setExpectationVerifier(org.apache.http.protocol.HttpExpectationVeri…
3980 …method @Deprecated public void setHandlerResolver(org.apache.http.protocol.HttpRequestHandlerResol…
3981 method @Deprecated public void setHttpProcessor(org.apache.http.protocol.HttpProcessor);
3982 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
3983 method @Deprecated public void setResponseFactory(org.apache.http.HttpResponseFactory);
3986 @Deprecated public class RequestConnControl implements org.apache.http.HttpRequestInterceptor {
3988 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
3991 @Deprecated public class RequestContent implements org.apache.http.HttpRequestInterceptor {
3993 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
3996 @Deprecated public class RequestDate implements org.apache.http.HttpRequestInterceptor {
3998 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4001 @Deprecated public class RequestExpectContinue implements org.apache.http.HttpRequestInterceptor {
4003 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4006 @Deprecated public class RequestTargetHost implements org.apache.http.HttpRequestInterceptor {
4008 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4011 @Deprecated public class RequestUserAgent implements org.apache.http.HttpRequestInterceptor {
4013 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4016 @Deprecated public class ResponseConnControl implements org.apache.http.HttpResponseInterceptor {
4018 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
4021 @Deprecated public class ResponseContent implements org.apache.http.HttpResponseInterceptor {
4023 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
4026 @Deprecated public class ResponseDate implements org.apache.http.HttpResponseInterceptor {
4028 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
4031 @Deprecated public class ResponseServer implements org.apache.http.HttpResponseInterceptor {
4033 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
4036 @Deprecated public class SyncBasicHttpContext extends org.apache.http.protocol.BasicHttpContext {
4037 ctor @Deprecated public SyncBasicHttpContext(org.apache.http.protocol.HttpContext);
4051 package org.apache.http.util {
4058 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer, int, int);
4074 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer, int, int);
4075 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer);
4078 method @Deprecated public void append(org.apache.http.util.ByteArrayBuffer, int, int);
4106 … @Deprecated public static String getContentCharSet(org.apache.http.HttpEntity) throws org.apache.…
4107 …method @Deprecated public static byte[] toByteArray(org.apache.http.HttpEntity) throws java.io.IOE…
4108 …ecated public static String toString(org.apache.http.HttpEntity, String) throws java.io.IOExceptio…
4109 …Deprecated public static String toString(org.apache.http.HttpEntity) throws java.io.IOException, o…
4128 …method @Deprecated protected static final org.apache.http.util.VersionInfo fromMap(String, java.ut…
4134 …method @Deprecated public static final org.apache.http.util.VersionInfo[] loadVersionInfo(String[]…
4135 …method @Deprecated public static final org.apache.http.util.VersionInfo loadVersionInfo(String, Cl…