• Home
  • Raw
  • Download

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…
33apache.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 {
1241 …@Deprecated public class InvalidCredentialsException extends org.apache.http.auth.AuthenticationEx…
1247 @Deprecated public class MalformedChallengeException extends org.apache.http.ProtocolException {
1253 @Deprecated public class NTCredentials implements org.apache.http.auth.Credentials {
1273 @Deprecated public class UsernamePasswordCredentials implements org.apache.http.auth.Credentials {
1283 package org.apache.http.auth.params {
1289 @Deprecated public class AuthParamBean extends org.apache.http.params.HttpAbstractParamBean {
1290 ctor @Deprecated public AuthParamBean(org.apache.http.params.HttpParams);
1295 method @Deprecated public static String getCredentialCharset(org.apache.http.params.HttpParams);
1296 …method @Deprecated public static void setCredentialCharset(org.apache.http.params.HttpParams, Stri…
1301 package org.apache.http.client {
1304 ….lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse, org.apache.http.p…
1305 … @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.htt…
1306apache.http.auth.AuthScheme selectScheme(java.util.Map<java.lang.String,org.apache.http.Header>, o…
1309 …@Deprecated public class CircularRedirectException extends org.apache.http.client.RedirectExceptio…
1323 method @Deprecated public void addCookie(org.apache.http.cookie.Cookie);
1326 method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> getCookies();
1331 …method @Deprecated public org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.Aut…
1332 …method @Deprecated public void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth…
1336 …thod @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUr…
1337 …blic org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, org.apach…
1338 … @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http…
1339 … org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.a…
1340 …c <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHand…
1341 ….apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, o…
1342 …> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.Response…
1343apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extend…
1344 method @Deprecated public org.apache.http.conn.ClientConnectionManager getConnectionManager();
1345 method @Deprecated public org.apache.http.params.HttpParams getParams();
1349 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…
1352 …@Deprecated public class HttpResponseException extends org.apache.http.client.ClientProtocolExcept…
1357 @Deprecated public class NonRepeatableRequestException extends org.apache.http.ProtocolException {
1362 @Deprecated public class RedirectException extends org.apache.http.ProtocolException {
1369 …lic java.net.URI getLocationURI(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
1370 …method @Deprecated public boolean isRedirectRequested(org.apache.http.HttpResponse, org.apache.htt…
1374 … org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.a…
1378 …method @Deprecated public T handleResponse(org.apache.http.HttpResponse) throws org.apache.http.cl…
1382 method @Deprecated public Object getUserToken(org.apache.http.protocol.HttpContext);
1387 package org.apache.http.client.entity {
1389 @Deprecated public class UrlEncodedFormEntity extends org.apache.http.entity.StringEntity {
1390 …ctor @Deprecated public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePai…
1391 …ctor @Deprecated public UrlEncodedFormEntity(java.util.List<? extends org.apache.http.NameValuePai…
1396 package org.apache.http.client.methods {
1400 …method @Deprecated public void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest) …
1401 …method @Deprecated public void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger) th…
1404 @Deprecated public class HttpDelete extends org.apache.http.client.methods.HttpRequestBase {
1412 … HttpEntityEnclosingRequestBase extends org.apache.http.client.methods.HttpRequestBase implements …
1415 method @Deprecated public org.apache.http.HttpEntity getEntity();
1416 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
1419 @Deprecated public class HttpGet extends org.apache.http.client.methods.HttpRequestBase {
1427 @Deprecated public class HttpHead extends org.apache.http.client.methods.HttpRequestBase {
1435 @Deprecated public class HttpOptions extends org.apache.http.client.methods.HttpRequestBase {
1439 …method @Deprecated public java.util.Set<java.lang.String> getAllowedMethods(org.apache.http.HttpRe…
1444 …@Deprecated public class HttpPost extends org.apache.http.client.methods.HttpEntityEnclosingReques…
1452 …@Deprecated public class HttpPut extends org.apache.http.client.methods.HttpEntityEnclosingRequest…
1460 …tends org.apache.http.message.AbstractHttpMessage implements org.apache.http.client.methods.Aborta…
1464 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
1465 method @Deprecated public org.apache.http.RequestLine getRequestLine();
1468 …method @Deprecated public void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest) …
1469 …method @Deprecated public void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger) th…
1473 @Deprecated public class HttpTrace extends org.apache.http.client.methods.HttpRequestBase {
1481 @Deprecated public interface HttpUriRequest extends org.apache.http.HttpRequest {
1490 package org.apache.http.client.params {
1492apache.http.params.CoreConnectionPNames org.apache.http.auth.params.AuthPNames org.apache.http.cli…
1515 @Deprecated public class ClientParamBean extends org.apache.http.params.HttpAbstractParamBean {
1516 ctor @Deprecated public ClientParamBean(org.apache.http.params.HttpParams);
1518 …method @Deprecated public void setConnectionManagerFactory(org.apache.http.conn.ClientConnectionMa…
1521 method @Deprecated public void setDefaultHeaders(java.util.Collection<org.apache.http.Header>);
1522 method @Deprecated public void setDefaultHost(org.apache.http.HttpHost);
1527 method @Deprecated public void setVirtualHost(org.apache.http.HttpHost);
1539 method @Deprecated public static String getCookiePolicy(org.apache.http.params.HttpParams);
1540 method @Deprecated public static boolean isAuthenticating(org.apache.http.params.HttpParams);
1541 method @Deprecated public static boolean isRedirecting(org.apache.http.params.HttpParams);
1542 …method @Deprecated public static void setAuthenticating(org.apache.http.params.HttpParams, boolean…
1543 … method @Deprecated public static void setCookiePolicy(org.apache.http.params.HttpParams, String);
1544 … method @Deprecated public static void setRedirecting(org.apache.http.params.HttpParams, boolean);
1549 package org.apache.http.client.protocol {
1564 …@Deprecated public class ClientContextConfigurer implements org.apache.http.client.protocol.Client…
1565 ctor @Deprecated public ClientContextConfigurer(org.apache.http.protocol.HttpContext);
1567 method @Deprecated public void setAuthSchemeRegistry(org.apache.http.auth.AuthSchemeRegistry);
1568 method @Deprecated public void setCookieSpecRegistry(org.apache.http.cookie.CookieSpecRegistry);
1569 method @Deprecated public void setCookieStore(org.apache.http.client.CookieStore);
1570 … method @Deprecated public void setCredentialsProvider(org.apache.http.client.CredentialsProvider);
1573 @Deprecated public class RequestAddCookies implements org.apache.http.HttpRequestInterceptor {
1575 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
1578 @Deprecated public class RequestDefaultHeaders implements org.apache.http.HttpRequestInterceptor {
1580 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
1583 …@Deprecated public class RequestProxyAuthentication implements org.apache.http.HttpRequestIntercep…
1585 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
1588 …@Deprecated public class RequestTargetAuthentication implements org.apache.http.HttpRequestInterce…
1590 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
1593 …@Deprecated public class ResponseProcessCookies implements org.apache.http.HttpResponseInterceptor…
1595 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
1600 package org.apache.http.client.utils {
1610 …method @Deprecated public static java.net.URI rewriteURI(java.net.URI, org.apache.http.HttpHost, b…
1611 …method @Deprecated public static java.net.URI rewriteURI(java.net.URI, org.apache.http.HttpHost) t…
1616 …method @Deprecated public static String format(java.util.List<? extends org.apache.http.NameValueP…
1617 method @Deprecated public static boolean isEncoded(org.apache.http.HttpEntity);
1618 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(java.net.URI,…
1619 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(org.apache.ht…
1620 …method @Deprecated public static void parse(java.util.List<org.apache.http.NameValuePair>, java.ut…
1626 package org.apache.http.conn {
1628 @Deprecated public class BasicEofSensorWatcher implements org.apache.http.conn.EofSensorWatcher {
1629 …ctor @Deprecated public BasicEofSensorWatcher(org.apache.http.conn.ManagedClientConnection, boolea…
1634 field @Deprecated protected org.apache.http.conn.ManagedClientConnection managedConn;
1637 …nagedEntity extends org.apache.http.entity.HttpEntityWrapper implements org.apache.http.conn.Conne…
1638 …ctor @Deprecated public BasicManagedEntity(org.apache.http.HttpEntity, org.apache.http.conn.Manage…
1646 field @Deprecated protected org.apache.http.conn.ManagedClientConnection managedConn;
1652 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
1653 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
1654 …method @Deprecated public org.apache.http.conn.ClientConnectionRequest requestConnection(org.apach…
1659 …hod @Deprecated public org.apache.http.conn.ClientConnectionManager newInstance(org.apache.http.pa…
1663 method @Deprecated public org.apache.http.conn.OperatedClientConnection createConnection();
1664 …on(org.apache.http.conn.OperatedClientConnection, org.apache.http.HttpHost, java.net.InetAddress, …
1665 …ureConnection(org.apache.http.conn.OperatedClientConnection, org.apache.http.HttpHost, org.apache.…
1670 …Deprecated public org.apache.http.conn.ManagedClientConnection getConnection(long, java.util.concu…
1674 …method @Deprecated public long getKeepAliveDuration(org.apache.http.HttpResponse, org.apache.http.…
1677 …@Deprecated public class ConnectionPoolTimeoutException extends org.apache.http.conn.ConnectTimeou…
1687 …@Deprecated public class EofSensorInputStream extends java.io.InputStream implements org.apache.ht…
1688 …ctor @Deprecated public EofSensorInputStream(java.io.InputStream, org.apache.http.conn.EofSensorWa…
1706 …ctor @Deprecated public HttpHostConnectException(org.apache.http.HttpHost, java.net.ConnectExcepti…
1707 method @Deprecated public org.apache.http.HttpHost getHost();
1710 …gedClientConnection extends org.apache.http.HttpClientConnection org.apache.http.conn.ConnectionRe…
1711 method @Deprecated public org.apache.http.conn.routing.HttpRoute getRoute();
1716 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
1718 … @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.Htt…
1721 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
1722 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
1726 …@Deprecated public final class MultihomePlainSocketFactory implements org.apache.http.conn.scheme.…
1727 …nnectSocket(java.net.Socket, String, int, java.net.InetAddress, int, org.apache.http.params.HttpPa…
1729 …method @Deprecated public static org.apache.http.conn.MultihomePlainSocketFactory getSocketFactory…
1733 … public interface OperatedClientConnection extends org.apache.http.HttpClientConnection org.apache
1735 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1737 …method @Deprecated public void openCompleted(boolean, org.apache.http.params.HttpParams) throws ja…
1738 …method @Deprecated public void opening(java.net.Socket, org.apache.http.HttpHost) throws java.io.I…
1739 …hod @Deprecated public void update(java.net.Socket, org.apache.http.HttpHost, boolean, org.apache.…
1744 package org.apache.http.conn.params {
1750 …@Deprecated public class ConnConnectionParamBean extends org.apache.http.params.HttpAbstractParamB…
1751 ctor @Deprecated public ConnConnectionParamBean(org.apache.http.params.HttpParams);
1761 …@Deprecated public class ConnManagerParamBean extends org.apache.http.params.HttpAbstractParamBean…
1762 ctor @Deprecated public ConnManagerParamBean(org.apache.http.params.HttpParams);
1763 …method @Deprecated public void setConnectionsPerRoute(org.apache.http.conn.params.ConnPerRouteBean…
1768 …@Deprecated public final class ConnManagerParams implements org.apache.http.conn.params.ConnManage…
1770 …method @Deprecated public static org.apache.http.conn.params.ConnPerRoute getMaxConnectionsPerRout…
1771 method @Deprecated public static int getMaxTotalConnections(org.apache.http.params.HttpParams);
1772 method @Deprecated public static long getTimeout(org.apache.http.params.HttpParams);
1773 …ecated public static void setMaxConnectionsPerRoute(org.apache.http.params.HttpParams, org.apache.…
1774 …method @Deprecated public static void setMaxTotalConnections(org.apache.http.params.HttpParams, in…
1775 method @Deprecated public static void setTimeout(org.apache.http.params.HttpParams, long);
1780 method @Deprecated public int getMaxForRoute(org.apache.http.conn.routing.HttpRoute);
1783 …@Deprecated public final class ConnPerRouteBean implements org.apache.http.conn.params.ConnPerRout…
1787 method @Deprecated public int getMaxForRoute(org.apache.http.conn.routing.HttpRoute);
1789 method @Deprecated public void setMaxForRoute(org.apache.http.conn.routing.HttpRoute, int);
1790 …method @Deprecated public void setMaxForRoutes(java.util.Map<org.apache.http.conn.routing.HttpRout…
1800 @Deprecated public class ConnRouteParamBean extends org.apache.http.params.HttpAbstractParamBean {
1801 ctor @Deprecated public ConnRouteParamBean(org.apache.http.params.HttpParams);
1802 method @Deprecated public void setDefaultProxy(org.apache.http.HttpHost);
1803 method @Deprecated public void setForcedRoute(org.apache.http.conn.routing.HttpRoute);
1807 @Deprecated public class ConnRouteParams implements org.apache.http.conn.params.ConnRoutePNames {
1808 …method @Deprecated public static org.apache.http.HttpHost getDefaultProxy(org.apache.http.params.H…
1809 …method @Deprecated public static org.apache.http.conn.routing.HttpRoute getForcedRoute(org.apache.…
1810 …method @Deprecated public static java.net.InetAddress getLocalAddress(org.apache.http.params.HttpP…
1811 …thod @Deprecated public static void setDefaultProxy(org.apache.http.params.HttpParams, org.apache.…
1812 …ethod @Deprecated public static void setForcedRoute(org.apache.http.params.HttpParams, org.apache.…
1813 …method @Deprecated public static void setLocalAddress(org.apache.http.params.HttpParams, java.net.…
1814 field @Deprecated public static final org.apache.http.HttpHost NO_HOST;
1815 field @Deprecated public static final org.apache.http.conn.routing.HttpRoute NO_ROUTE;
1820 package org.apache.http.conn.routing {
1822 …@Deprecated public class BasicRouteDirector implements org.apache.http.conn.routing.HttpRouteDirec…
1824 …method @Deprecated protected int directStep(org.apache.http.conn.routing.RouteInfo, org.apache.htt…
1825 method @Deprecated protected int firstStep(org.apache.http.conn.routing.RouteInfo);
1826 …method @Deprecated public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.con…
1827 …method @Deprecated protected int proxiedStep(org.apache.http.conn.routing.RouteInfo, org.apache.ht…
1830 …@Deprecated public final class HttpRoute implements java.lang.Cloneable org.apache.http.conn.routi…
1831 …(org.apache.http.HttpHost, java.net.InetAddress, org.apache.http.HttpHost[], boolean, org.apache.h…
1832 …e(org.apache.http.HttpHost, java.net.InetAddress, org.apache.http.HttpHost, boolean, org.apache.ht…
1833 ctor @Deprecated public HttpRoute(org.apache.http.HttpHost, java.net.InetAddress, boolean);
1834 ctor @Deprecated public HttpRoute(org.apache.http.HttpHost);
1835 …ctor @Deprecated public HttpRoute(org.apache.http.HttpHost, java.net.InetAddress, org.apache.http.…
1838 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1839 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1841 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1842 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1843 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1850 …method @Deprecated public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.con…
1861apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRe…
1866 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1867 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1869 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1870 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1871 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1878 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.LayerType LAY…
1879 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.LayerType PLA…
1883 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.TunnelType PL…
1884 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.TunnelType TU…
1887 …@Deprecated public final class RouteTracker implements java.lang.Cloneable org.apache.http.conn.ro…
1888 ctor @Deprecated public RouteTracker(org.apache.http.HttpHost, java.net.InetAddress);
1889 ctor @Deprecated public RouteTracker(org.apache.http.conn.routing.HttpRoute);
1891 method @Deprecated public void connectProxy(org.apache.http.HttpHost, boolean);
1894 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1895 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1897 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1898 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1899 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1905 method @Deprecated public org.apache.http.conn.routing.HttpRoute toRoute();
1906 method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean);
1912 package org.apache.http.conn.scheme {
1914 …@Deprecated public final class PlainSocketFactory implements org.apache.http.conn.scheme.SocketFac…
1915 ctor @Deprecated public PlainSocketFactory(org.apache.http.conn.scheme.HostNameResolver);
1917 …nnectSocket(java.net.Socket, String, int, java.net.InetAddress, int, org.apache.http.params.HttpPa…
1919 …method @Deprecated public static org.apache.http.conn.scheme.PlainSocketFactory getSocketFactory();
1924 ctor @Deprecated public Scheme(String, org.apache.http.conn.scheme.SocketFactory, int);
1927 method @Deprecated public org.apache.http.conn.scheme.SocketFactory getSocketFactory();
1934 method @Deprecated public org.apache.http.conn.scheme.Scheme get(String);
1935 method @Deprecated public org.apache.http.conn.scheme.Scheme getScheme(String);
1936 … method @Deprecated public org.apache.http.conn.scheme.Scheme getScheme(org.apache.http.HttpHost);
1938 …method @Deprecated public org.apache.http.conn.scheme.Scheme register(org.apache.http.conn.scheme.…
1939 …method @Deprecated public void setItems(java.util.Map<java.lang.String,org.apache.http.conn.scheme…
1940 method @Deprecated public org.apache.http.conn.scheme.Scheme unregister(String);
1945 package org.apache.http.conn.util {
1956 package org.apache.http.cookie {
1958 @Deprecated public interface ClientCookie extends org.apache.http.cookie.Cookie {
1989 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
1990 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
1991 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
1994 …@Deprecated public class CookieIdentityComparator implements java.util.Comparator<org.apache.http.…
1996 …method @Deprecated public int compare(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cookie…
2007 …@Deprecated public class CookiePathComparator implements java.util.Comparator<org.apache.http.cook…
2009 …method @Deprecated public int compare(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cookie…
2013 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.
2015 method @Deprecated public org.apache.http.Header getVersionHeader();
2016 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
2017 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
2018 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
2022 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
2027 …method @Deprecated public org.apache.http.cookie.CookieSpec getCookieSpec(String, org.apache.http.…
2028 …method @Deprecated public org.apache.http.cookie.CookieSpec getCookieSpec(String) throws java.lang…
2030 method @Deprecated public void register(String, org.apache.http.cookie.CookieSpecFactory);
2031 …method @Deprecated public void setItems(java.util.Map<java.lang.String,org.apache.http.cookie.Cook…
2035 @Deprecated public class MalformedCookieException extends org.apache.http.ProtocolException {
2048 @Deprecated public interface SetCookie extends org.apache.http.cookie.Cookie {
2058 @Deprecated public interface SetCookie2 extends org.apache.http.cookie.SetCookie {
2066 package org.apache.http.cookie.params {
2073 …@Deprecated public class CookieSpecParamBean extends org.apache.http.params.HttpAbstractParamBean {
2074 ctor @Deprecated public CookieSpecParamBean(org.apache.http.params.HttpParams);
2081 package org.apache.http.entity {
2083 @Deprecated public abstract class AbstractHttpEntity implements org.apache.http.HttpEntity {
2086 method @Deprecated public org.apache.http.Header getContentEncoding();
2087 method @Deprecated public org.apache.http.Header getContentType();
2090 method @Deprecated public void setContentEncoding(org.apache.http.Header);
2092 method @Deprecated public void setContentType(org.apache.http.Header);
2095 field @Deprecated protected org.apache.http.Header contentEncoding;
2096 field @Deprecated protected org.apache.http.Header contentType;
2099 @Deprecated public class BasicHttpEntity extends org.apache.http.entity.AbstractHttpEntity {
2111 @Deprecated public class BufferedHttpEntity extends org.apache.http.entity.HttpEntityWrapper {
2112 … ctor @Deprecated public BufferedHttpEntity(org.apache.http.HttpEntity) throws java.io.IOException;
2115 …@Deprecated public class ByteArrayEntity extends org.apache.http.entity.AbstractHttpEntity impleme…
2127 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
2136 @Deprecated public class EntityTemplate extends org.apache.http.entity.AbstractHttpEntity {
2137 ctor @Deprecated public EntityTemplate(org.apache.http.entity.ContentProducer);
2146 …@Deprecated public class FileEntity extends org.apache.http.entity.AbstractHttpEntity implements j…
2157 @Deprecated public class HttpEntityWrapper implements org.apache.http.HttpEntity {
2158 ctor @Deprecated public HttpEntityWrapper(org.apache.http.HttpEntity);
2161 method @Deprecated public org.apache.http.Header getContentEncoding();
2163 method @Deprecated public org.apache.http.Header getContentType();
2168 field @Deprecated protected org.apache.http.HttpEntity wrappedEntity;
2171 @Deprecated public class InputStreamEntity extends org.apache.http.entity.AbstractHttpEntity {
2181 @Deprecated public class SerializableEntity extends org.apache.http.entity.AbstractHttpEntity {
2190 …@Deprecated public class StringEntity extends org.apache.http.entity.AbstractHttpEntity implements…
2204 package org.apache.http.impl {
2206 …@Deprecated public abstract class AbstractHttpClientConnection implements org.apache.http.HttpClie…
2209 …method @Deprecated protected org.apache.http.impl.entity.EntityDeserializer createEntityDeserializ…
2210 …method @Deprecated protected org.apache.http.impl.entity.EntitySerializer createEntitySerializer();
2211 method @Deprecated protected org.apache.http.HttpResponseFactory createHttpResponseFactory();
2212 …Deprecated protected org.apache.http.io.HttpMessageWriter createRequestWriter(org.apache.http.io.S…
2213 …d org.apache.http.io.HttpMessageParser createResponseParser(org.apache.http.io.SessionInputBuffer,…
2216 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2217 …eprecated protected void init(org.apache.http.io.SessionInputBuffer, org.apache.http.io.SessionOut…
2220 …thod @Deprecated public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apache
2221 …method @Deprecated public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.h…
2222 …d @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org…
2223 …method @Deprecated public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.ht…
2226 …@Deprecated public abstract class AbstractHttpServerConnection implements org.apache.http.HttpServ…
2229 …method @Deprecated protected org.apache.http.impl.entity.EntityDeserializer createEntityDeserializ…
2230 …method @Deprecated protected org.apache.http.impl.entity.EntitySerializer createEntitySerializer();
2231 method @Deprecated protected org.apache.http.HttpRequestFactory createHttpRequestFactory();
2232 …ed org.apache.http.io.HttpMessageParser createRequestParser(org.apache.http.io.SessionInputBuffer,…
2233 …eprecated protected org.apache.http.io.HttpMessageWriter createResponseWriter(org.apache.http.io.S…
2236 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2237 …eprecated protected void init(org.apache.http.io.SessionInputBuffer, org.apache.http.io.SessionOut…
2239 …Deprecated public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org…
2240 …method @Deprecated public org.apache.http.HttpRequest receiveRequestHeader() throws org.apache.htt…
2241 …method @Deprecated public void sendResponseEntity(org.apache.http.HttpResponse) throws org.apache.…
2242 …method @Deprecated public void sendResponseHeader(org.apache.http.HttpResponse) throws org.apache.…
2245 …@Deprecated public class DefaultConnectionReuseStrategy implements org.apache.http.ConnectionReuse…
2247 …method @Deprecated protected org.apache.http.TokenIterator createTokenIterator(org.apache.http.Hea…
2248 …method @Deprecated public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol…
2251 …@Deprecated public class DefaultHttpClientConnection extends org.apache.http.impl.SocketHttpClient…
2253 …method @Deprecated public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws jav…
2256 @Deprecated public class DefaultHttpRequestFactory implements org.apache.http.HttpRequestFactory {
2258 …method @Deprecated public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine) …
2259 …method @Deprecated public org.apache.http.HttpRequest newHttpRequest(String, String) throws org.ap…
2262 …@Deprecated public class DefaultHttpResponseFactory implements org.apache.http.HttpResponseFactory…
2263 ctor @Deprecated public DefaultHttpResponseFactory(org.apache.http.ReasonPhraseCatalog);
2265 …method @Deprecated protected java.util.Locale determineLocale(org.apache.http.protocol.HttpContext…
2266 …method @Deprecated public org.apache.http.HttpResponse newHttpResponse(org.apache.http.ProtocolVer…
2267 …method @Deprecated public org.apache.http.HttpResponse newHttpResponse(org.apache.http.StatusLine,…
2268 field @Deprecated protected final org.apache.http.ReasonPhraseCatalog reasonCatalog;
2271 …@Deprecated public class DefaultHttpServerConnection extends org.apache.http.impl.SocketHttpServer…
2273 …method @Deprecated public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws jav…
2276 …@Deprecated public class EnglishReasonPhraseCatalog implements org.apache.http.ReasonPhraseCatalog…
2279 field @Deprecated public static final org.apache.http.impl.EnglishReasonPhraseCatalog INSTANCE;
2282 …@Deprecated public class HttpConnectionMetricsImpl implements org.apache.http.HttpConnectionMetric…
2283 …tor @Deprecated public HttpConnectionMetricsImpl(org.apache.http.io.HttpTransportMetrics, org.apac…
2299 …@Deprecated public class NoConnectionReuseStrategy implements org.apache.http.ConnectionReuseStrat…
2301 …method @Deprecated public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol…
2304 …ass SocketHttpClientConnection extends org.apache.http.impl.AbstractHttpClientConnection implement…
2308 …method @Deprecated protected void bind(java.net.Socket, org.apache.http.params.HttpParams) throws …
2310 …thod @Deprecated protected org.apache.http.io.SessionInputBuffer createSessionInputBuffer(java.net…
2311 …hod @Deprecated protected org.apache.http.io.SessionOutputBuffer createSessionOutputBuffer(java.ne…
2323 …ass SocketHttpServerConnection extends org.apache.http.impl.AbstractHttpServerConnection implement…
2327 …method @Deprecated protected void bind(java.net.Socket, org.apache.http.params.HttpParams) throws …
2329 …ethod @Deprecated protected org.apache.http.io.SessionInputBuffer createHttpDataReceiver(java.net.…
2330 …hod @Deprecated protected org.apache.http.io.SessionOutputBuffer createHttpDataTransmitter(java.ne…
2344 package org.apache.http.impl.auth {
2346 @Deprecated public abstract class AuthSchemeBase implements org.apache.http.auth.AuthScheme {
2349 …ed protected abstract void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws o…
2350 …method @Deprecated public void processChallenge(org.apache.http.Header) throws org.apache.http.aut…
2353 @Deprecated public class BasicScheme extends org.apache.http.impl.auth.RFC2617Scheme {
2355 …precated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.h…
2356 …method @Deprecated public static org.apache.http.Header authenticate(org.apache.http.auth.Credenti…
2362 @Deprecated public class BasicSchemeFactory implements org.apache.http.auth.AuthSchemeFactory {
2364 …method @Deprecated public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpP…
2367 @Deprecated public class DigestScheme extends org.apache.http.impl.auth.RFC2617Scheme {
2369 …precated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.h…
2377 @Deprecated public class DigestSchemeFactory implements org.apache.http.auth.AuthSchemeFactory {
2379 …method @Deprecated public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpP…
2383 …method @Deprecated public String generateType1Msg(String, String) throws org.apache.http.impl.auth…
2384 …ring generateType3Msg(String, String, String, String, String) throws org.apache.http.impl.auth.NTL…
2387 …@Deprecated public class NTLMEngineException extends org.apache.http.auth.AuthenticationException {
2393 @Deprecated public class NTLMScheme extends org.apache.http.impl.auth.AuthSchemeBase {
2394 ctor @Deprecated public NTLMScheme(org.apache.http.impl.auth.NTLMEngine);
2395 …precated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.h…
2401 …@Deprecated protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws o…
2404 @Deprecated public abstract class RFC2617Scheme extends org.apache.http.impl.auth.AuthSchemeBase {
2409 …@Deprecated protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws o…
2420 package org.apache.http.impl.client {
2422 …@Deprecated public abstract class AbstractAuthenticationHandler implements org.apache.http.client.…
2425 …d java.util.Map<java.lang.String,org.apache.http.Header> parseChallenges(org.apache.http.Header[])…
2426apache.http.auth.AuthScheme selectScheme(java.util.Map<java.lang.String,org.apache.http.Header>, o…
2429 …@Deprecated public abstract class AbstractHttpClient implements org.apache.http.client.HttpClient {
2430 …ctor @Deprecated protected AbstractHttpClient(org.apache.http.conn.ClientConnectionManager, org.ap…
2431 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
2432 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
2433 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
2434 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
2437 …method @Deprecated protected abstract org.apache.http.auth.AuthSchemeRegistry createAuthSchemeRegi…
2438 …method @Deprecated protected abstract org.apache.http.conn.ClientConnectionManager createClientCon…
2439apache.http.client.RequestDirector createClientRequestDirector(org.apache.http.protocol.HttpReques…
2440 …method @Deprecated protected abstract org.apache.http.conn.ConnectionKeepAliveStrategy createConne…
2441 …method @Deprecated protected abstract org.apache.http.ConnectionReuseStrategy createConnectionReus…
2442 …method @Deprecated protected abstract org.apache.http.cookie.CookieSpecRegistry createCookieSpecRe…
2443 method @Deprecated protected abstract org.apache.http.client.CookieStore createCookieStore();
2444 …method @Deprecated protected abstract org.apache.http.client.CredentialsProvider createCredentials…
2445 method @Deprecated protected abstract org.apache.http.protocol.HttpContext createHttpContext();
2446 method @Deprecated protected abstract org.apache.http.params.HttpParams createHttpParams();
2447 …method @Deprecated protected abstract org.apache.http.protocol.BasicHttpProcessor createHttpProces…
2448 …method @Deprecated protected abstract org.apache.http.client.HttpRequestRetryHandler createHttpReq…
2449 …method @Deprecated protected abstract org.apache.http.conn.routing.HttpRoutePlanner createHttpRout…
2450 …method @Deprecated protected abstract org.apache.http.client.AuthenticationHandler createProxyAuth…
2451 …method @Deprecated protected abstract org.apache.http.client.RedirectHandler createRedirectHandler…
2452 …method @Deprecated protected abstract org.apache.http.protocol.HttpRequestExecutor createRequestEx…
2453 …method @Deprecated protected abstract org.apache.http.client.AuthenticationHandler createTargetAut…
2454 …method @Deprecated protected abstract org.apache.http.client.UserTokenHandler createUserTokenHandl…
2455 …method @Deprecated protected org.apache.http.params.HttpParams determineParams(org.apache.http.Htt…
2456 …Deprecated public final org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUr…
2457 …inal org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, org.apach…
2458 …ecated public final org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http…
2459 … org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.a…
2460 …c <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHand…
2461 ….apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, o…
2462 …> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.Response…
2463apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extend…
2464 method @Deprecated public final org.apache.http.auth.AuthSchemeRegistry getAuthSchemes();
2465 …method @Deprecated public final org.apache.http.conn.ConnectionKeepAliveStrategy getConnectionKeep…
2466 …method @Deprecated public final org.apache.http.conn.ClientConnectionManager getConnectionManager(…
2467 …method @Deprecated public final org.apache.http.ConnectionReuseStrategy getConnectionReuseStrategy…
2468 method @Deprecated public final org.apache.http.cookie.CookieSpecRegistry getCookieSpecs();
2469 method @Deprecated public final org.apache.http.client.CookieStore getCookieStore();
2470 …method @Deprecated public final org.apache.http.client.CredentialsProvider getCredentialsProvider(…
2471 … method @Deprecated protected final org.apache.http.protocol.BasicHttpProcessor getHttpProcessor();
2472 …method @Deprecated public final org.apache.http.client.HttpRequestRetryHandler getHttpRequestRetry…
2473 method @Deprecated public final org.apache.http.params.HttpParams getParams();
2474 …method @Deprecated public final org.apache.http.client.AuthenticationHandler getProxyAuthenticatio…
2475 method @Deprecated public final org.apache.http.client.RedirectHandler getRedirectHandler();
2476 … method @Deprecated public final org.apache.http.protocol.HttpRequestExecutor getRequestExecutor();
2477 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
2479 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
2481 method @Deprecated public final org.apache.http.conn.routing.HttpRoutePlanner getRoutePlanner();
2482 …method @Deprecated public final org.apache.http.client.AuthenticationHandler getTargetAuthenticati…
2483 method @Deprecated public final org.apache.http.client.UserTokenHandler getUserTokenHandler();
2484 …method @Deprecated public void removeRequestInterceptorByClass(Class<? extends org.apache.http.Htt…
2485 …method @Deprecated public void removeResponseInterceptorByClass(Class<? extends org.apache.http.Ht…
2486 method @Deprecated public void setAuthSchemes(org.apache.http.auth.AuthSchemeRegistry);
2487 method @Deprecated public void setCookieSpecs(org.apache.http.cookie.CookieSpecRegistry);
2488 method @Deprecated public void setCookieStore(org.apache.http.client.CookieStore);
2489 … method @Deprecated public void setCredentialsProvider(org.apache.http.client.CredentialsProvider);
2490 …method @Deprecated public void setHttpRequestRetryHandler(org.apache.http.client.HttpRequestRetryH…
2491 …method @Deprecated public void setKeepAliveStrategy(org.apache.http.conn.ConnectionKeepAliveStrate…
2492 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
2493 …method @Deprecated public void setProxyAuthenticationHandler(org.apache.http.client.Authentication…
2494 method @Deprecated public void setRedirectHandler(org.apache.http.client.RedirectHandler);
2495 method @Deprecated public void setReuseStrategy(org.apache.http.ConnectionReuseStrategy);
2496 method @Deprecated public void setRoutePlanner(org.apache.http.conn.routing.HttpRoutePlanner);
2497 …method @Deprecated public void setTargetAuthenticationHandler(org.apache.http.client.Authenticatio…
2498 method @Deprecated public void setUserTokenHandler(org.apache.http.client.UserTokenHandler);
2501 @Deprecated public class BasicCookieStore implements org.apache.http.client.CookieStore {
2503 method @Deprecated public void addCookie(org.apache.http.cookie.Cookie);
2504 method @Deprecated public void addCookies(org.apache.http.cookie.Cookie[]);
2507 method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> getCookies();
2510 …@Deprecated public class BasicCredentialsProvider implements org.apache.http.client.CredentialsPro…
2513 …method @Deprecated public org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.Aut…
2514 …method @Deprecated public void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth…
2517 …@Deprecated public class BasicResponseHandler implements org.apache.http.client.ResponseHandler<ja…
2519 …method @Deprecated public String handleResponse(org.apache.http.HttpResponse) throws org.apache.ht…
2522 @Deprecated public class ClientParamsStack extends org.apache.http.params.AbstractHttpParams {
2523 …lientParamsStack(org.apache.http.params.HttpParams, org.apache.http.params.HttpParams, org.apache.…
2524 ctor @Deprecated public ClientParamsStack(org.apache.http.impl.client.ClientParamsStack);
2525apache.http.impl.client.ClientParamsStack, org.apache.http.params.HttpParams, org.apache.http.para…
2526 method @Deprecated public org.apache.http.params.HttpParams copy();
2527 method @Deprecated public final org.apache.http.params.HttpParams getApplicationParams();
2528 method @Deprecated public final org.apache.http.params.HttpParams getClientParams();
2529 method @Deprecated public final org.apache.http.params.HttpParams getOverrideParams();
2531 method @Deprecated public final org.apache.http.params.HttpParams getRequestParams();
2533 …method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object) throws ja…
2534 field @Deprecated protected final org.apache.http.params.HttpParams applicationParams;
2535 field @Deprecated protected final org.apache.http.params.HttpParams clientParams;
2536 field @Deprecated protected final org.apache.http.params.HttpParams overrideParams;
2537 field @Deprecated protected final org.apache.http.params.HttpParams requestParams;
2540 …@Deprecated public class DefaultConnectionKeepAliveStrategy implements org.apache.http.conn.Connec…
2542 …method @Deprecated public long getKeepAliveDuration(org.apache.http.HttpResponse, org.apache.http.…
2545 …@Deprecated public class DefaultHttpClient extends org.apache.http.impl.client.AbstractHttpClient {
2546 …ctor @Deprecated public DefaultHttpClient(org.apache.http.conn.ClientConnectionManager, org.apache
2547 ctor @Deprecated public DefaultHttpClient(org.apache.http.params.HttpParams);
2549 method @Deprecated protected org.apache.http.auth.AuthSchemeRegistry createAuthSchemeRegistry();
2550 …method @Deprecated protected org.apache.http.conn.ClientConnectionManager createClientConnectionMa…
2551 …method @Deprecated protected org.apache.http.conn.ConnectionKeepAliveStrategy createConnectionKeep…
2552 …method @Deprecated protected org.apache.http.ConnectionReuseStrategy createConnectionReuseStrategy…
2553 … method @Deprecated protected org.apache.http.cookie.CookieSpecRegistry createCookieSpecRegistry();
2554 method @Deprecated protected org.apache.http.client.CookieStore createCookieStore();
2555 …method @Deprecated protected org.apache.http.client.CredentialsProvider createCredentialsProvider(…
2556 method @Deprecated protected org.apache.http.protocol.HttpContext createHttpContext();
2557 method @Deprecated protected org.apache.http.params.HttpParams createHttpParams();
2558 method @Deprecated protected org.apache.http.protocol.BasicHttpProcessor createHttpProcessor();
2559 …method @Deprecated protected org.apache.http.client.HttpRequestRetryHandler createHttpRequestRetry…
2560 …method @Deprecated protected org.apache.http.conn.routing.HttpRoutePlanner createHttpRoutePlanner(…
2561 …method @Deprecated protected org.apache.http.client.AuthenticationHandler createProxyAuthenticatio…
2562 method @Deprecated protected org.apache.http.client.RedirectHandler createRedirectHandler();
2563 … method @Deprecated protected org.apache.http.protocol.HttpRequestExecutor createRequestExecutor();
2564 …method @Deprecated protected org.apache.http.client.AuthenticationHandler createTargetAuthenticati…
2565 method @Deprecated protected org.apache.http.client.UserTokenHandler createUserTokenHandler();
2568 …@Deprecated public class DefaultHttpRequestRetryHandler implements org.apache.http.client.HttpRequ…
2573 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…
2576 …@Deprecated public class DefaultProxyAuthenticationHandler extends org.apache.http.impl.client.Abs…
2578 ….lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse, org.apache.http.p…
2579 … @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.htt…
2582 …@Deprecated public class DefaultRedirectHandler implements org.apache.http.client.RedirectHandler {
2584 …lic java.net.URI getLocationURI(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
2585 …method @Deprecated public boolean isRedirectRequested(org.apache.http.HttpResponse, org.apache.htt…
2588 …@Deprecated public class DefaultRequestDirector implements org.apache.http.client.RequestDirector {
2589apache.http.protocol.HttpRequestExecutor, org.apache.http.conn.ClientConnectionManager, org.apache
2590 …od @Deprecated protected org.apache.http.HttpRequest createConnectRequest(org.apache.http.conn.rou…
2591 …ean createTunnelToProxy(org.apache.http.conn.routing.HttpRoute, int, org.apache.http.protocol.Http…
2592 …olean createTunnelToTarget(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.HttpCo…
2593apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRe…
2594 …tected void establishRoute(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.HttpCo…
2595 … org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.a…
2596apache.http.impl.client.RoutedRequest handleResponse(org.apache.http.impl.client.RoutedRequest, or…
2598 … void rewriteRequestURI(org.apache.http.impl.client.RequestWrapper, org.apache.http.conn.routing.H…
2599 field @Deprecated protected final org.apache.http.conn.ClientConnectionManager connManager;
2600 field @Deprecated protected final org.apache.http.protocol.HttpProcessor httpProcessor;
2601 …field @Deprecated protected final org.apache.http.conn.ConnectionKeepAliveStrategy keepAliveStrate…
2602 field @Deprecated protected org.apache.http.conn.ManagedClientConnection managedConn;
2603 field @Deprecated protected final org.apache.http.params.HttpParams params;
2604 field @Deprecated protected final org.apache.http.client.RedirectHandler redirectHandler;
2605 field @Deprecated protected final org.apache.http.protocol.HttpRequestExecutor requestExec;
2606 field @Deprecated protected final org.apache.http.client.HttpRequestRetryHandler retryHandler;
2607 field @Deprecated protected final org.apache.http.ConnectionReuseStrategy reuseStrategy;
2608 field @Deprecated protected final org.apache.http.conn.routing.HttpRoutePlanner routePlanner;
2611 …@Deprecated public class DefaultTargetAuthenticationHandler extends org.apache.http.impl.client.Ab…
2613 ….lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse, org.apache.http.p…
2614 … @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.htt…
2617 …@Deprecated public class DefaultUserTokenHandler implements org.apache.http.client.UserTokenHandle…
2619 method @Deprecated public Object getUserToken(org.apache.http.protocol.HttpContext);
2622 …ass EntityEnclosingRequestWrapper extends org.apache.http.impl.client.RequestWrapper implements or…
2623 …ecated public EntityEnclosingRequestWrapper(org.apache.http.HttpEntityEnclosingRequest) throws org…
2625 method @Deprecated public org.apache.http.HttpEntity getEntity();
2626 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
2636 …cated public class RequestWrapper extends org.apache.http.message.AbstractHttpMessage implements o…
2637 …ctor @Deprecated public RequestWrapper(org.apache.http.HttpRequest) throws org.apache.http.Protoco…
2641 method @Deprecated public org.apache.http.HttpRequest getOriginal();
2642 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
2643 method @Deprecated public org.apache.http.RequestLine getRequestLine();
2650 method @Deprecated public void setProtocolVersion(org.apache.http.ProtocolVersion);
2655 …ctor @Deprecated public RoutedRequest(org.apache.http.impl.client.RequestWrapper, org.apache.http.…
2656 method @Deprecated public final org.apache.http.impl.client.RequestWrapper getRequest();
2657 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2658 field @Deprecated protected final org.apache.http.impl.client.RequestWrapper request;
2659 field @Deprecated protected final org.apache.http.conn.routing.HttpRoute route;
2662 @Deprecated public class TunnelRefusedException extends org.apache.http.HttpException {
2663 ctor @Deprecated public TunnelRefusedException(String, org.apache.http.HttpResponse);
2664 method @Deprecated public org.apache.http.HttpResponse getResponse();
2669 package org.apache.http.impl.conn {
2671 …@Deprecated public abstract class AbstractClientConnAdapter implements org.apache.http.conn.Manage…
2672 …eprecated protected AbstractClientConnAdapter(org.apache.http.conn.ClientConnectionManager, org.ap…
2675 …method @Deprecated protected final void assertValid(org.apache.http.conn.OperatedClientConnection);
2680 method @Deprecated protected org.apache.http.conn.ClientConnectionManager getManager();
2681 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2686 … method @Deprecated protected org.apache.http.conn.OperatedClientConnection getWrappedConnection();
2693 …thod @Deprecated public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apache
2694 …method @Deprecated public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.h…
2696 …d @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org…
2697 …method @Deprecated public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.ht…
2704 …ctor @Deprecated protected AbstractPoolEntry(org.apache.http.conn.ClientConnectionOperator, org.ap…
2706 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
2707 … @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.Htt…
2710 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
2711 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
2712 field @Deprecated protected final org.apache.http.conn.ClientConnectionOperator connOperator;
2713 field @Deprecated protected final org.apache.http.conn.OperatedClientConnection connection;
2714 field @Deprecated protected volatile org.apache.http.conn.routing.HttpRoute route;
2716 field @Deprecated protected volatile org.apache.http.conn.routing.RouteTracker tracker;
2719 …@Deprecated public abstract class AbstractPooledConnAdapter extends org.apache.http.impl.conn.Abst…
2720 …eprecated protected AbstractPooledConnAdapter(org.apache.http.conn.ClientConnectionManager, org.ap…
2723 method @Deprecated public org.apache.http.conn.routing.HttpRoute getRoute();
2725 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
2726 … @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.Htt…
2729 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
2730 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
2731 field @Deprecated protected volatile org.apache.http.impl.conn.AbstractPoolEntry poolEntry;
2734 …c class DefaultClientConnection extends org.apache.http.impl.SocketHttpClientConnection implements…
2737 method @Deprecated public final org.apache.http.HttpHost getTargetHost();
2739 …method @Deprecated public void openCompleted(boolean, org.apache.http.params.HttpParams) throws ja…
2740 …method @Deprecated public void opening(java.net.Socket, org.apache.http.HttpHost) throws java.io.I…
2741 …hod @Deprecated public void update(java.net.Socket, org.apache.http.HttpHost, boolean, org.apache.…
2744 …@Deprecated public class DefaultClientConnectionOperator implements org.apache.http.conn.ClientCon…
2745 …ctor @Deprecated public DefaultClientConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry…
2746 method @Deprecated public org.apache.http.conn.OperatedClientConnection createConnection();
2747 …on(org.apache.http.conn.OperatedClientConnection, org.apache.http.HttpHost, java.net.InetAddress, …
2748 …ted protected void prepareSocket(java.net.Socket, org.apache.http.protocol.HttpContext, org.apache
2749 …ureConnection(org.apache.http.conn.OperatedClientConnection, org.apache.http.HttpHost, org.apache.…
2750 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2753 …@Deprecated public class DefaultHttpRoutePlanner implements org.apache.http.conn.routing.HttpRoute…
2754 ctor @Deprecated public DefaultHttpRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry);
2755apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRe…
2756 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2759 …@Deprecated public class DefaultResponseParser extends org.apache.http.impl.io.AbstractMessagePars…
2760 …sponseParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache
2761 …thod @Deprecated protected org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBu…
2766 …method @Deprecated public void add(org.apache.http.HttpConnection, long, java.util.concurrent.Time…
2769 method @Deprecated public boolean remove(org.apache.http.HttpConnection);
2773 …@Deprecated public class LoggingSessionInputBuffer implements org.apache.http.io.SessionInputBuffe…
2774 …ctor @Deprecated public LoggingSessionInputBuffer(org.apache.http.io.SessionInputBuffer, org.apach…
2775 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
2781 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
2784 …@Deprecated public class LoggingSessionOutputBuffer implements org.apache.http.io.SessionOutputBuf…
2785 …or @Deprecated public LoggingSessionOutputBuffer(org.apache.http.io.SessionOutputBuffer, org.apach…
2787 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
2791 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
2795 …@Deprecated public class ProxySelectorRoutePlanner implements org.apache.http.conn.routing.HttpRou…
2796 …ctor @Deprecated public ProxySelectorRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry, java…
2797 …ooseProxy(java.util.List<java.net.Proxy>, org.apache.http.HttpHost, org.apache.http.HttpRequest, o…
2798 …rg.apache.http.HttpHost determineProxy(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.
2799apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.HttpHost, org.apache.http.HttpRe…
2804 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2807 …@Deprecated public class SingleClientConnManager implements org.apache.http.conn.ClientConnectionM…
2808 …ctor @Deprecated public SingleClientConnManager(org.apache.http.params.HttpParams, org.apache.http…
2812 …method @Deprecated protected org.apache.http.conn.ClientConnectionOperator createConnectionOperato…
2813 …method @Deprecated public org.apache.http.conn.ManagedClientConnection getConnection(org.apache.ht…
2814 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
2815 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
2816 …method @Deprecated public final org.apache.http.conn.ClientConnectionRequest requestConnection(org…
2821 field @Deprecated protected org.apache.http.conn.ClientConnectionOperator connOperator;
2825 …field @Deprecated protected org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter managedC…
2826 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2827 …field @Deprecated protected org.apache.http.impl.conn.SingleClientConnManager.PoolEntry uniquePool…
2830 …@Deprecated protected class SingleClientConnManager.ConnAdapter extends org.apache.http.impl.conn.…
2831 …ed SingleClientConnManager.ConnAdapter(org.apache.http.impl.conn.SingleClientConnManager.PoolEntry…
2834 …@Deprecated protected class SingleClientConnManager.PoolEntry extends org.apache.http.impl.conn.Ab…
2841 ctor @Deprecated public Wire(org.apache.commons.logging.Log);
2857 package org.apache.http.impl.conn.tsccm {
2859 …@Deprecated public abstract class AbstractConnPool implements org.apache.http.impl.conn.tsccm.RefQ…
2861 … method @Deprecated protected void closeConnection(org.apache.http.conn.OperatedClientConnection);
2866 …method @Deprecated public abstract void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry, …
2867apache.http.impl.conn.tsccm.BasicPoolEntry getEntry(org.apache.http.conn.routing.HttpRoute, Object…
2868 …method @Deprecated protected abstract void handleLostEntry(org.apache.http.conn.routing.HttpRoute);
2870 …method @Deprecated public abstract org.apache.http.impl.conn.tsccm.PoolEntryRequest requestPoolEnt…
2872 field @Deprecated protected org.apache.http.impl.conn.IdleConnectionHandler idleConnHandler;
2874 …field @Deprecated protected java.util.Set<org.apache.http.impl.conn.tsccm.BasicPoolEntryRef> issue…
2880 @Deprecated public class BasicPoolEntry extends org.apache.http.impl.conn.AbstractPoolEntry {
2881 …ctor @Deprecated public BasicPoolEntry(org.apache.http.conn.ClientConnectionOperator, org.apache.h…
2882 … method @Deprecated protected final org.apache.http.conn.OperatedClientConnection getConnection();
2883 method @Deprecated protected final org.apache.http.conn.routing.HttpRoute getPlannedRoute();
2884 … method @Deprecated protected final org.apache.http.impl.conn.tsccm.BasicPoolEntryRef getWeakRef();
2887 …@Deprecated public class BasicPoolEntryRef extends java.lang.ref.WeakReference<org.apache.http.imp…
2888 …ctor @Deprecated public BasicPoolEntryRef(org.apache.http.impl.conn.tsccm.BasicPoolEntry, java.lan…
2889 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2892 …@Deprecated public class BasicPooledConnAdapter extends org.apache.http.impl.conn.AbstractPooledCo…
2893 …cated protected BasicPooledConnAdapter(org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager…
2894 method @Deprecated protected org.apache.http.impl.conn.AbstractPoolEntry getPoolEntry();
2897 …@Deprecated public class ConnPoolByRoute extends org.apache.http.impl.conn.tsccm.AbstractConnPool {
2898 …ctor @Deprecated public ConnPoolByRoute(org.apache.http.conn.ClientConnectionOperator, org.apache.…
2899 …ted protected org.apache.http.impl.conn.tsccm.BasicPoolEntry createEntry(org.apache.http.impl.conn…
2900 …method @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.BasicPoolEntry> creat…
2901 …method @Deprecated protected java.util.Map<org.apache.http.conn.routing.HttpRoute,org.apache.http.…
2902 …method @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.WaitingThread> create…
2904 method @Deprecated protected void deleteEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2906 …method @Deprecated public void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry, boolean, …
2907 method @Deprecated public int getConnectionsInPool(org.apache.http.conn.routing.HttpRoute);
2908apache.http.impl.conn.tsccm.BasicPoolEntry getEntryBlocking(org.apache.http.conn.routing.HttpRoute…
2909 …method @Deprecated protected org.apache.http.impl.conn.tsccm.BasicPoolEntry getFreeEntry(org.apach…
2910 …method @Deprecated protected org.apache.http.impl.conn.tsccm.RouteSpecificPool getRoutePool(org.ap…
2911 method @Deprecated protected void handleLostEntry(org.apache.http.conn.routing.HttpRoute);
2912 …method @Deprecated protected org.apache.http.impl.conn.tsccm.RouteSpecificPool newRouteSpecificPoo…
2913 …precated protected org.apache.http.impl.conn.tsccm.WaitingThread newWaitingThread(java.util.concur…
2914 …method @Deprecated protected void notifyWaitingThread(org.apache.http.impl.conn.tsccm.RouteSpecifi…
2915 …method @Deprecated public org.apache.http.impl.conn.tsccm.PoolEntryRequest requestPoolEntry(org.ap…
2916 …field @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.BasicPoolEntry> freeCo…
2918 field @Deprecated protected final org.apache.http.conn.ClientConnectionOperator operator;
2919 …field @Deprecated protected final java.util.Map<org.apache.http.conn.routing.HttpRoute,org.apache.…
2920 …field @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.WaitingThread> waiting…
2925 …eprecated public org.apache.http.impl.conn.tsccm.BasicPoolEntry getPoolEntry(long, java.util.concu…
2933 …ctor @Deprecated public RefQueueWorker(java.lang.ref.ReferenceQueue<?>, org.apache.http.impl.conn.…
2936 field @Deprecated protected final org.apache.http.impl.conn.tsccm.RefQueueHandler refHandler;
2942 ctor @Deprecated public RouteSpecificPool(org.apache.http.conn.routing.HttpRoute, int);
2943 method @Deprecated public org.apache.http.impl.conn.tsccm.BasicPoolEntry allocEntry(Object);
2944 method @Deprecated public void createdEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2945 method @Deprecated public boolean deleteEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2947 method @Deprecated public void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2951 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2954 method @Deprecated public org.apache.http.impl.conn.tsccm.WaitingThread nextThread();
2955 method @Deprecated public void queueThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2956 method @Deprecated public void removeThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2957 …field @Deprecated protected final java.util.LinkedList<org.apache.http.impl.conn.tsccm.BasicPoolEn…
2960 field @Deprecated protected final org.apache.http.conn.routing.HttpRoute route;
2961 …field @Deprecated protected final java.util.Queue<org.apache.http.impl.conn.tsccm.WaitingThread> w…
2964 …@Deprecated public class ThreadSafeClientConnManager implements org.apache.http.conn.ClientConnect…
2965 …ctor @Deprecated public ThreadSafeClientConnManager(org.apache.http.params.HttpParams, org.apache.…
2968 …method @Deprecated protected org.apache.http.conn.ClientConnectionOperator createConnectionOperato…
2969 …method @Deprecated protected org.apache.http.impl.conn.tsccm.AbstractConnPool createConnectionPool…
2970 method @Deprecated public int getConnectionsInPool(org.apache.http.conn.routing.HttpRoute);
2972 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
2973 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
2974 …method @Deprecated public org.apache.http.conn.ClientConnectionRequest requestConnection(org.apach…
2976 field @Deprecated protected org.apache.http.conn.ClientConnectionOperator connOperator;
2977 … field @Deprecated protected final org.apache.http.impl.conn.tsccm.AbstractConnPool connectionPool;
2978 field @Deprecated protected org.apache.http.conn.scheme.SchemeRegistry schemeRegistry;
2982 …ctor @Deprecated public WaitingThread(java.util.concurrent.locks.Condition, org.apache.http.impl.c…
2985 method @Deprecated public final org.apache.http.impl.conn.tsccm.RouteSpecificPool getPool();
2994 method @Deprecated public void setWaitingThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2999 package org.apache.http.impl.cookie {
3001 …@Deprecated public abstract class AbstractCookieAttributeHandler implements org.apache.http.cookie…
3003 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3004 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3007 …@Deprecated public abstract class AbstractCookieSpec implements org.apache.http.cookie.CookieSpec {
3009 …method @Deprecated protected org.apache.http.cookie.CookieAttributeHandler findAttribHandler(Strin…
3010 …method @Deprecated protected org.apache.http.cookie.CookieAttributeHandler getAttribHandler(String…
3011 …method @Deprecated protected java.util.Collection<org.apache.http.cookie.CookieAttributeHandler> g…
3012 …method @Deprecated public void registerAttribHandler(String, org.apache.http.cookie.CookieAttribut…
3015 …ublic class BasicClientCookie implements org.apache.http.cookie.ClientCookie java.lang.Cloneable o…
3042 … public class BasicClientCookie2 extends org.apache.http.impl.cookie.BasicClientCookie implements …
3049 …@Deprecated public class BasicCommentHandler extends org.apache.http.impl.cookie.AbstractCookieAtt…
3051 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3054 …@Deprecated public class BasicDomainHandler implements org.apache.http.cookie.CookieAttributeHandl…
3056 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3057 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3058 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3061 …@Deprecated public class BasicExpiresHandler extends org.apache.http.impl.cookie.AbstractCookieAtt…
3063 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3066 …@Deprecated public class BasicMaxAgeHandler extends org.apache.http.impl.cookie.AbstractCookieAttr…
3068 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3071 …@Deprecated public class BasicPathHandler implements org.apache.http.cookie.CookieAttributeHandler…
3073 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3074 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3075 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3078 …@Deprecated public class BasicSecureHandler extends org.apache.http.impl.cookie.AbstractCookieAttr…
3080 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3083 @Deprecated public class BestMatchSpec implements org.apache.http.cookie.CookieSpec {
3086 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.
3088 method @Deprecated public org.apache.http.Header getVersionHeader();
3089 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3090 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
3091 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3094 …@Deprecated public class BestMatchSpecFactory implements org.apache.http.cookie.CookieSpecFactory {
3096 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3099 @Deprecated public class BrowserCompatSpec extends org.apache.http.impl.cookie.CookieSpecBase {
3102 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.
3104 method @Deprecated public org.apache.http.Header getVersionHeader();
3105 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
3109 …@Deprecated public class BrowserCompatSpecFactory implements org.apache.http.cookie.CookieSpecFact…
3111 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3114 …@Deprecated public abstract class CookieSpecBase extends org.apache.http.impl.cookie.AbstractCooki…
3116 … method @Deprecated protected static String getDefaultDomain(org.apache.http.cookie.CookieOrigin);
3117 method @Deprecated protected static String getDefaultPath(org.apache.http.cookie.CookieOrigin);
3118 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3119 …a.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.HeaderElement[], org.apache.http.…
3120 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3131 …method @Deprecated public static java.util.Date parseDate(String) throws org.apache.http.impl.cook…
3132 …method @Deprecated public static java.util.Date parseDate(String, String[]) throws org.apache.http…
3133 …ic java.util.Date parseDate(String, String[], java.util.Date) throws org.apache.http.impl.cookie.D…
3140 …@Deprecated public class NetscapeDomainHandler extends org.apache.http.impl.cookie.BasicDomainHand…
3146 …public org.apache.http.HeaderElement parseHeader(org.apache.http.util.CharArrayBuffer, org.apache.…
3147 …field @Deprecated public static final org.apache.http.impl.cookie.NetscapeDraftHeaderParser DEFAUL…
3150 @Deprecated public class NetscapeDraftSpec extends org.apache.http.impl.cookie.CookieSpecBase {
3153 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.
3155 method @Deprecated public org.apache.http.Header getVersionHeader();
3156 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
3160 …@Deprecated public class NetscapeDraftSpecFactory implements org.apache.http.cookie.CookieSpecFact…
3162 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3165 …@Deprecated public class RFC2109DomainHandler implements org.apache.http.cookie.CookieAttributeHan…
3167 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3168 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3169 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3172 @Deprecated public class RFC2109Spec extends org.apache.http.impl.cookie.CookieSpecBase {
3175 …thod @Deprecated protected void formatCookieAsVer(org.apache.http.util.CharArrayBuffer, org.apache
3176 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.
3177 …method @Deprecated protected void formatParamAsVer(org.apache.http.util.CharArrayBuffer, String, S…
3179 method @Deprecated public org.apache.http.Header getVersionHeader();
3180 …c java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header, org.apache.http.cook…
3183 @Deprecated public class RFC2109SpecFactory implements org.apache.http.cookie.CookieSpecFactory {
3185 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3188 …@Deprecated public class RFC2109VersionHandler extends org.apache.http.impl.cookie.AbstractCookieA…
3190 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3193 …@Deprecated public class RFC2965CommentUrlAttributeHandler implements org.apache.http.cookie.Cooki…
3195 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3196 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3197 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3200 …@Deprecated public class RFC2965DiscardAttributeHandler implements org.apache.http.cookie.CookieAt…
3202 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3203 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3204 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3207 …@Deprecated public class RFC2965DomainAttributeHandler implements org.apache.http.cookie.CookieAtt…
3210 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3211 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3212 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3215 …@Deprecated public class RFC2965PortAttributeHandler implements org.apache.http.cookie.CookieAttri…
3217 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3218 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3219 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3222 @Deprecated public class RFC2965Spec extends org.apache.http.impl.cookie.RFC2109Spec {
3227 @Deprecated public class RFC2965SpecFactory implements org.apache.http.cookie.CookieSpecFactory {
3229 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3232 …@Deprecated public class RFC2965VersionAttributeHandler implements org.apache.http.cookie.CookieAt…
3234 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3235 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3236 …Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin…
3241 package org.apache.http.impl.entity {
3244 ctor @Deprecated public EntityDeserializer(org.apache.http.entity.ContentLengthStrategy);
3245 …ated public org.apache.http.HttpEntity deserialize(org.apache.http.io.SessionInputBuffer, org.apac…
3246 …cted org.apache.http.entity.BasicHttpEntity doDeserialize(org.apache.http.io.SessionInputBuffer, o…
3250 ctor @Deprecated public EntitySerializer(org.apache.http.entity.ContentLengthStrategy);
3251 …va.io.OutputStream doSerialize(org.apache.http.io.SessionOutputBuffer, org.apache.http.HttpMessage…
3252 …c void serialize(org.apache.http.io.SessionOutputBuffer, org.apache.http.HttpMessage, org.apache.h…
3255 …@Deprecated public class LaxContentLengthStrategy implements org.apache.http.entity.ContentLengthS…
3257 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
3260 …@Deprecated public class StrictContentLengthStrategy implements org.apache.http.entity.ContentLeng…
3262 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
3267 package org.apache.http.impl.io {
3269 …@Deprecated public abstract class AbstractMessageParser implements org.apache.http.io.HttpMessageP…
3270 …ed public AbstractMessageParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.Lin…
3271 …method @Deprecated public org.apache.http.HttpMessage parse() throws org.apache.http.HttpException…
3272 … org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.ht…
3273 …tic org.apache.http.Header[] parseHeaders(org.apache.http.io.SessionInputBuffer, int, int, org.apa…
3274 field @Deprecated protected final org.apache.http.message.LineParser lineParser;
3277 …@Deprecated public abstract class AbstractMessageWriter implements org.apache.http.io.HttpMessageW…
3278 … public AbstractMessageWriter(org.apache.http.io.SessionOutputBuffer, org.apache.http.message.Line…
3279 …method @Deprecated public void write(org.apache.http.HttpMessage) throws org.apache.http.HttpExcep…
3280 …method @Deprecated protected abstract void writeHeadLine(org.apache.http.HttpMessage) throws java.…
3281 field @Deprecated protected final org.apache.http.util.CharArrayBuffer lineBuf;
3282 field @Deprecated protected final org.apache.http.message.LineFormatter lineFormatter;
3283 field @Deprecated protected final org.apache.http.io.SessionOutputBuffer sessionBuffer;
3286 …@Deprecated public abstract class AbstractSessionInputBuffer implements org.apache.http.io.Session…
3289 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3291 …method @Deprecated protected void init(java.io.InputStream, int, org.apache.http.params.HttpParams…
3295 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
3299 …@Deprecated public abstract class AbstractSessionOutputBuffer implements org.apache.http.io.Sessio…
3303 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3304 …method @Deprecated protected void init(java.io.OutputStream, int, org.apache.http.params.HttpParam…
3309 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
3313 ctor @Deprecated public ChunkedInputStream(org.apache.http.io.SessionInputBuffer);
3314 method @Deprecated public org.apache.http.Header[] getFooters();
3319 …ctor @Deprecated public ChunkedOutputStream(org.apache.http.io.SessionOutputBuffer, int) throws ja…
3320 …ctor @Deprecated public ChunkedOutputStream(org.apache.http.io.SessionOutputBuffer) throws java.io…
3329 ctor @Deprecated public ContentLengthInputStream(org.apache.http.io.SessionInputBuffer, long);
3334 ctor @Deprecated public ContentLengthOutputStream(org.apache.http.io.SessionOutputBuffer, long);
3338 @Deprecated public class HttpRequestParser extends org.apache.http.impl.io.AbstractMessageParser {
3339 …RequestParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apach…
3340 … org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.ht…
3343 @Deprecated public class HttpRequestWriter extends org.apache.http.impl.io.AbstractMessageWriter {
3344 …ated public HttpRequestWriter(org.apache.http.io.SessionOutputBuffer, org.apache.http.message.Line…
3345 …method @Deprecated protected void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOExce…
3348 …@Deprecated public class HttpResponseParser extends org.apache.http.impl.io.AbstractMessageParser {
3349 …sponseParser(org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache
3350 … org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.ht…
3353 …@Deprecated public class HttpResponseWriter extends org.apache.http.impl.io.AbstractMessageWriter {
3354 …ted public HttpResponseWriter(org.apache.http.io.SessionOutputBuffer, org.apache.http.message.Line…
3355 …method @Deprecated protected void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOExce…
3358 …@Deprecated public class HttpTransportMetricsImpl implements org.apache.http.io.HttpTransportMetri…
3367 ctor @Deprecated public IdentityInputStream(org.apache.http.io.SessionInputBuffer);
3372 ctor @Deprecated public IdentityOutputStream(org.apache.http.io.SessionOutputBuffer);
3376 …@Deprecated public class SocketInputBuffer extends org.apache.http.impl.io.AbstractSessionInputBuf…
3377 …ctor @Deprecated public SocketInputBuffer(java.net.Socket, int, org.apache.http.params.HttpParams)…
3382 …@Deprecated public class SocketOutputBuffer extends org.apache.http.impl.io.AbstractSessionOutputB…
3383 …ctor @Deprecated public SocketOutputBuffer(java.net.Socket, int, org.apache.http.params.HttpParams…
3388 package org.apache.http.io {
3391 …method @Deprecated public org.apache.http.HttpMessage parse() throws org.apache.http.HttpException…
3395 …method @Deprecated public void write(org.apache.http.HttpMessage) throws org.apache.http.HttpExcep…
3404 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3409 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
3415 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3420 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
3425 package org.apache.http.message {
3427 @Deprecated public abstract class AbstractHttpMessage implements org.apache.http.HttpMessage {
3428 ctor @Deprecated protected AbstractHttpMessage(org.apache.http.params.HttpParams);
3430 method @Deprecated public void addHeader(org.apache.http.Header);
3433 method @Deprecated public org.apache.http.Header[] getAllHeaders();
3434 method @Deprecated public org.apache.http.Header getFirstHeader(String);
3435 method @Deprecated public org.apache.http.Header[] getHeaders(String);
3436 method @Deprecated public org.apache.http.Header getLastHeader(String);
3437 method @Deprecated public org.apache.http.params.HttpParams getParams();
3438 method @Deprecated public org.apache.http.HeaderIterator headerIterator();
3439 method @Deprecated public org.apache.http.HeaderIterator headerIterator(String);
3440 method @Deprecated public void removeHeader(org.apache.http.Header);
3442 method @Deprecated public void setHeader(org.apache.http.Header);
3444 method @Deprecated public void setHeaders(org.apache.http.Header[]);
3445 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
3446 field @Deprecated protected org.apache.http.message.HeaderGroup headergroup;
3447 field @Deprecated protected org.apache.http.params.HttpParams params;
3450 @Deprecated public class BasicHeader implements java.lang.Cloneable org.apache.http.Header {
3453 …method @Deprecated public org.apache.http.HeaderElement[] getElements() throws org.apache.http.Par…
3458 …@Deprecated public class BasicHeaderElement implements java.lang.Cloneable org.apache.http.HeaderE…
3459 ctor @Deprecated public BasicHeaderElement(String, String, org.apache.http.NameValuePair[]);
3463 method @Deprecated public org.apache.http.NameValuePair getParameter(int);
3464 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
3466 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
3470 …@Deprecated public class BasicHeaderElementIterator implements org.apache.http.HeaderElementIterat…
3471 …ctor @Deprecated public BasicHeaderElementIterator(org.apache.http.HeaderIterator, org.apache.http…
3472 ctor @Deprecated public BasicHeaderElementIterator(org.apache.http.HeaderIterator);
3475 …method @Deprecated public org.apache.http.HeaderElement nextElement() throws java.util.NoSuchEleme…
3479 @Deprecated public class BasicHeaderIterator implements org.apache.http.HeaderIterator {
3480 ctor @Deprecated public BasicHeaderIterator(org.apache.http.Header[], String);
3485 …method @Deprecated public org.apache.http.Header nextHeader() throws java.util.NoSuchElementExcept…
3487 field @Deprecated protected final org.apache.http.Header[] allHeaders;
3492 …@Deprecated public class BasicHeaderValueFormatter implements org.apache.http.message.HeaderValueF…
3494 …method @Deprecated protected void doFormatValue(org.apache.http.util.CharArrayBuffer, String, bool…
3495 method @Deprecated protected int estimateElementsLen(org.apache.http.HeaderElement[]);
3496 method @Deprecated protected int estimateHeaderElementLen(org.apache.http.HeaderElement);
3497 method @Deprecated protected int estimateNameValuePairLen(org.apache.http.NameValuePair);
3498 method @Deprecated protected int estimateParametersLen(org.apache.http.NameValuePair[]);
3499 …cated public static final String formatElements(org.apache.http.HeaderElement[], boolean, org.apac…
3500 …thod @Deprecated public org.apache.http.util.CharArrayBuffer formatElements(org.apache.http.util.C…
3501 …d public static final String formatHeaderElement(org.apache.http.HeaderElement, boolean, org.apach…
3502 …od @Deprecated public org.apache.http.util.CharArrayBuffer formatHeaderElement(org.apache.http.uti…
3503 …d public static final String formatNameValuePair(org.apache.http.NameValuePair, boolean, org.apach…
3504 …od @Deprecated public org.apache.http.util.CharArrayBuffer formatNameValuePair(org.apache.http.uti…
3505 …ted public static final String formatParameters(org.apache.http.NameValuePair[], boolean, org.apac…
3506 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatParameters(org.apache.http.util.…
3509 field @Deprecated public static final org.apache.http.message.BasicHeaderValueFormatter DEFAULT;
3514 …@Deprecated public class BasicHeaderValueParser implements org.apache.http.message.HeaderValuePars…
3516 …method @Deprecated protected org.apache.http.HeaderElement createHeaderElement(String, String, org…
3517 method @Deprecated protected org.apache.http.NameValuePair createNameValuePair(String, String);
3518 …lic static final org.apache.http.HeaderElement[] parseElements(String, org.apache.http.message.Hea…
3519 …method @Deprecated public org.apache.http.HeaderElement[] parseElements(org.apache.http.util.CharA…
3520 …ic static final org.apache.http.HeaderElement parseHeaderElement(String, org.apache.http.message.H…
3521 …method @Deprecated public org.apache.http.HeaderElement parseHeaderElement(org.apache.http.util.Ch…
3522 …ic static final org.apache.http.NameValuePair parseNameValuePair(String, org.apache.http.message.H…
3523 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3524 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3525 …ic static final org.apache.http.NameValuePair[] parseParameters(String, org.apache.http.message.He…
3526 …method @Deprecated public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.Cha…
3527 field @Deprecated public static final org.apache.http.message.BasicHeaderValueParser DEFAULT;
3530 …ss BasicHttpEntityEnclosingRequest extends org.apache.http.message.BasicHttpRequest implements org…
3532 …ctor @Deprecated public BasicHttpEntityEnclosingRequest(String, String, org.apache.http.ProtocolVe…
3533 ctor @Deprecated public BasicHttpEntityEnclosingRequest(org.apache.http.RequestLine);
3535 method @Deprecated public org.apache.http.HttpEntity getEntity();
3536 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
3539 …ted public class BasicHttpRequest extends org.apache.http.message.AbstractHttpMessage implements o…
3541 ctor @Deprecated public BasicHttpRequest(String, String, org.apache.http.ProtocolVersion);
3542 ctor @Deprecated public BasicHttpRequest(org.apache.http.RequestLine);
3543 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3544 method @Deprecated public org.apache.http.RequestLine getRequestLine();
3547 …ed public class BasicHttpResponse extends org.apache.http.message.AbstractHttpMessage implements o…
3548 …ctor @Deprecated public BasicHttpResponse(org.apache.http.StatusLine, org.apache.http.ReasonPhrase…
3549 ctor @Deprecated public BasicHttpResponse(org.apache.http.StatusLine);
3550 ctor @Deprecated public BasicHttpResponse(org.apache.http.ProtocolVersion, int, String);
3551 method @Deprecated public org.apache.http.HttpEntity getEntity();
3553 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3555 method @Deprecated public org.apache.http.StatusLine getStatusLine();
3556 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
3560 method @Deprecated public void setStatusLine(org.apache.http.StatusLine);
3561 method @Deprecated public void setStatusLine(org.apache.http.ProtocolVersion, int);
3562 method @Deprecated public void setStatusLine(org.apache.http.ProtocolVersion, int, String);
3565 @Deprecated public class BasicLineFormatter implements org.apache.http.message.LineFormatter {
3567 …d @Deprecated public org.apache.http.util.CharArrayBuffer appendProtocolVersion(org.apache.http.ut…
3568 …method @Deprecated protected void doFormatHeader(org.apache.http.util.CharArrayBuffer, org.apache.…
3569 …od @Deprecated protected void doFormatRequestLine(org.apache.http.util.CharArrayBuffer, org.apache
3570 …hod @Deprecated protected void doFormatStatusLine(org.apache.http.util.CharArrayBuffer, org.apache
3571 method @Deprecated protected int estimateProtocolVersionLen(org.apache.http.ProtocolVersion);
3572 …method @Deprecated public static final String formatHeader(org.apache.http.Header, org.apache.http…
3573 …ethod @Deprecated public org.apache.http.util.CharArrayBuffer formatHeader(org.apache.http.util.Ch…
3574 …ted public static final String formatProtocolVersion(org.apache.http.ProtocolVersion, org.apache.h…
3575 …eprecated public static final String formatRequestLine(org.apache.http.RequestLine, org.apache.htt…
3576 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatRequestLine(org.apache.http.util…
3577 …Deprecated public static final String formatStatusLine(org.apache.http.StatusLine, org.apache.http…
3578 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatStatusLine(org.apache.http.util.…
3579 …method @Deprecated protected org.apache.http.util.CharArrayBuffer initBuffer(org.apache.http.util.…
3580 field @Deprecated public static final org.apache.http.message.BasicLineFormatter DEFAULT;
3583 @Deprecated public class BasicLineParser implements org.apache.http.message.LineParser {
3584 ctor @Deprecated public BasicLineParser(org.apache.http.ProtocolVersion);
3586 method @Deprecated protected org.apache.http.ProtocolVersion createProtocolVersion(int, int);
3587 …method @Deprecated protected org.apache.http.RequestLine createRequestLine(String, String, org.apa…
3588 …method @Deprecated protected org.apache.http.StatusLine createStatusLine(org.apache.http.ProtocolV…
3589 …hod @Deprecated public boolean hasProtocolVersion(org.apache.http.util.CharArrayBuffer, org.apache
3590 …cated public static final org.apache.http.Header parseHeader(String, org.apache.http.message.LineP…
3591 …method @Deprecated public org.apache.http.Header parseHeader(org.apache.http.util.CharArrayBuffer)…
3592 …lic static final org.apache.http.ProtocolVersion parseProtocolVersion(String, org.apache.http.mess…
3593 … org.apache.http.ProtocolVersion parseProtocolVersion(org.apache.http.util.CharArrayBuffer, org.ap…
3594 … public static final org.apache.http.RequestLine parseRequestLine(String, org.apache.http.message.…
3595 …blic org.apache.http.RequestLine parseRequestLine(org.apache.http.util.CharArrayBuffer, org.apache
3596 …d public static final org.apache.http.StatusLine parseStatusLine(String, org.apache.http.message.L…
3597 …ublic org.apache.http.StatusLine parseStatusLine(org.apache.http.util.CharArrayBuffer, org.apache.…
3598 …method @Deprecated protected void skipWhitespace(org.apache.http.util.CharArrayBuffer, org.apache.…
3599 field @Deprecated public static final org.apache.http.message.BasicLineParser DEFAULT;
3600 field @Deprecated protected final org.apache.http.ProtocolVersion protocol;
3603 @Deprecated public class BasicListHeaderIterator implements org.apache.http.HeaderIterator {
3609 …method @Deprecated public org.apache.http.Header nextHeader() throws java.util.NoSuchElementExcept…
3617 …@Deprecated public class BasicNameValuePair implements java.lang.Cloneable org.apache.http.NameVal…
3624 …@Deprecated public class BasicRequestLine implements java.lang.Cloneable org.apache.http.RequestLi…
3625 ctor @Deprecated public BasicRequestLine(String, String, org.apache.http.ProtocolVersion);
3628 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3632 …@Deprecated public class BasicStatusLine implements java.lang.Cloneable org.apache.http.StatusLine…
3633 ctor @Deprecated public BasicStatusLine(org.apache.http.ProtocolVersion, int, String);
3635 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3640 @Deprecated public class BasicTokenIterator implements org.apache.http.TokenIterator {
3641 ctor @Deprecated public BasicTokenIterator(org.apache.http.HeaderIterator);
3643 method @Deprecated protected int findNext(int) throws org.apache.http.ParseException;
3652 … public final Object next() throws java.util.NoSuchElementException, org.apache.http.ParseExceptio…
3653 …d public String nextToken() throws java.util.NoSuchElementException, org.apache.http.ParseExceptio…
3658 field @Deprecated protected final org.apache.http.HeaderIterator headerIt;
3662 …@Deprecated public class BufferedHeader implements java.lang.Cloneable org.apache.http.FormattedHe…
3663 …ctor @Deprecated public BufferedHeader(org.apache.http.util.CharArrayBuffer) throws org.apache.htt…
3665 method @Deprecated public org.apache.http.util.CharArrayBuffer getBuffer();
3666 …method @Deprecated public org.apache.http.HeaderElement[] getElements() throws org.apache.http.Par…
3674 method @Deprecated public void addHeader(org.apache.http.Header);
3678 method @Deprecated public org.apache.http.message.HeaderGroup copy();
3679 method @Deprecated public org.apache.http.Header[] getAllHeaders();
3680 method @Deprecated public org.apache.http.Header getCondensedHeader(String);
3681 method @Deprecated public org.apache.http.Header getFirstHeader(String);
3682 method @Deprecated public org.apache.http.Header[] getHeaders(String);
3683 method @Deprecated public org.apache.http.Header getLastHeader(String);
3684 method @Deprecated public org.apache.http.HeaderIterator iterator();
3685 method @Deprecated public org.apache.http.HeaderIterator iterator(String);
3686 method @Deprecated public void removeHeader(org.apache.http.Header);
3687 method @Deprecated public void setHeaders(org.apache.http.Header[]);
3688 method @Deprecated public void updateHeader(org.apache.http.Header);
3692 …thod @Deprecated public org.apache.http.util.CharArrayBuffer formatElements(org.apache.http.util.C…
3693 …od @Deprecated public org.apache.http.util.CharArrayBuffer formatHeaderElement(org.apache.http.uti…
3694 …od @Deprecated public org.apache.http.util.CharArrayBuffer formatNameValuePair(org.apache.http.uti…
3695 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatParameters(org.apache.http.util.…
3699 …blic org.apache.http.HeaderElement[] parseElements(org.apache.http.util.CharArrayBuffer, org.apach…
3700 …ic org.apache.http.HeaderElement parseHeaderElement(org.apache.http.util.CharArrayBuffer, org.apac…
3701 …ic org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.CharArrayBuffer, org.apac…
3702 …lic org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.CharArrayBuffer, org.apac…
3706 …d @Deprecated public org.apache.http.util.CharArrayBuffer appendProtocolVersion(org.apache.http.ut…
3707 …ethod @Deprecated public org.apache.http.util.CharArrayBuffer formatHeader(org.apache.http.util.Ch…
3708 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatRequestLine(org.apache.http.util…
3709 …hod @Deprecated public org.apache.http.util.CharArrayBuffer formatStatusLine(org.apache.http.util.…
3713 …hod @Deprecated public boolean hasProtocolVersion(org.apache.http.util.CharArrayBuffer, org.apache
3714 …method @Deprecated public org.apache.http.Header parseHeader(org.apache.http.util.CharArrayBuffer)…
3715 … org.apache.http.ProtocolVersion parseProtocolVersion(org.apache.http.util.CharArrayBuffer, org.ap…
3716 …blic org.apache.http.RequestLine parseRequestLine(org.apache.http.util.CharArrayBuffer, org.apache
3717 …ublic org.apache.http.StatusLine parseStatusLine(org.apache.http.util.CharArrayBuffer, org.apache.…
3731 package org.apache.http.params {
3733 …@Deprecated public abstract class AbstractHttpParams implements org.apache.http.params.HttpParams {
3741 … method @Deprecated public org.apache.http.params.HttpParams setBooleanParameter(String, boolean);
3742 method @Deprecated public org.apache.http.params.HttpParams setDoubleParameter(String, double);
3743 method @Deprecated public org.apache.http.params.HttpParams setIntParameter(String, int);
3744 method @Deprecated public org.apache.http.params.HttpParams setLongParameter(String, long);
3747 …@Deprecated public final class BasicHttpParams extends org.apache.http.params.AbstractHttpParams i…
3751 method @Deprecated public org.apache.http.params.HttpParams copy();
3752 method @Deprecated protected void copyParams(org.apache.http.params.HttpParams);
3757 method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object);
3772 …@Deprecated public final class DefaultedHttpParams extends org.apache.http.params.AbstractHttpPara…
3773 …ctor @Deprecated public DefaultedHttpParams(org.apache.http.params.HttpParams, org.apache.http.par…
3774 method @Deprecated public org.apache.http.params.HttpParams copy();
3775 method @Deprecated public org.apache.http.params.HttpParams getDefaults();
3778 method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object);
3782 ctor @Deprecated public HttpAbstractParamBean(org.apache.http.params.HttpParams);
3783 field @Deprecated protected final org.apache.http.params.HttpParams params;
3786 …@Deprecated public class HttpConnectionParamBean extends org.apache.http.params.HttpAbstractParamB…
3787 ctor @Deprecated public HttpConnectionParamBean(org.apache.http.params.HttpParams);
3796 …@Deprecated public class HttpProtocolParamBean extends org.apache.http.params.HttpAbstractParamBea…
3797 ctor @Deprecated public HttpProtocolParamBean(org.apache.http.params.HttpParams);
3802 method @Deprecated public void setVersion(org.apache.http.HttpVersion);
3805 …@Deprecated public final class HttpProtocolParams implements org.apache.http.params.CoreProtocolPN…
3806 method @Deprecated public static String getContentCharset(org.apache.http.params.HttpParams);
3807 … method @Deprecated public static String getHttpElementCharset(org.apache.http.params.HttpParams);
3808 method @Deprecated public static String getUserAgent(org.apache.http.params.HttpParams);
3809 …method @Deprecated public static org.apache.http.ProtocolVersion getVersion(org.apache.http.params…
3810 …method @Deprecated public static void setContentCharset(org.apache.http.params.HttpParams, String);
3811 …method @Deprecated public static void setHttpElementCharset(org.apache.http.params.HttpParams, Str…
3812 …method @Deprecated public static void setUseExpectContinue(org.apache.http.params.HttpParams, bool…
3813 method @Deprecated public static void setUserAgent(org.apache.http.params.HttpParams, String);
3814 …method @Deprecated public static void setVersion(org.apache.http.params.HttpParams, org.apache.htt…
3815 method @Deprecated public static boolean useExpectContinue(org.apache.http.params.HttpParams);
3820 package org.apache.http.protocol {
3822 @Deprecated public class BasicHttpContext implements org.apache.http.protocol.HttpContext {
3824 ctor @Deprecated public BasicHttpContext(org.apache.http.protocol.HttpContext);
3830 …nts java.lang.Cloneable org.apache.http.protocol.HttpProcessor org.apache.http.protocol.HttpReques…
3832 method @Deprecated public void addInterceptor(org.apache.http.HttpRequestInterceptor);
3833 method @Deprecated public void addInterceptor(org.apache.http.HttpRequestInterceptor, int);
3834 method @Deprecated public void addInterceptor(org.apache.http.HttpResponseInterceptor);
3835 method @Deprecated public void addInterceptor(org.apache.http.HttpResponseInterceptor, int);
3836 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
3837 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
3838 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
3839 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
3844 method @Deprecated public org.apache.http.protocol.BasicHttpProcessor copy();
3845 method @Deprecated protected void copyInterceptors(org.apache.http.protocol.BasicHttpProcessor);
3846 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
3848 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
3850 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
3851 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
3859 …@Deprecated public final class DefaultedHttpContext implements org.apache.http.protocol.HttpContex…
3860 …ctor @Deprecated public DefaultedHttpContext(org.apache.http.protocol.HttpContext, org.apache.http…
3862 method @Deprecated public org.apache.http.protocol.HttpContext getDefaults();
3925 …blic void verify(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protoc…
3928 …Deprecated public interface HttpProcessor extends org.apache.http.HttpRequestInterceptor org.apach…
3933 …thod @Deprecated protected boolean canResponseHaveBody(org.apache.http.HttpRequest, org.apache.htt…
3934apache.http.HttpResponse doReceiveResponse(org.apache.http.HttpRequest, org.apache.http.HttpClient…
3935apache.http.HttpResponse doSendRequest(org.apache.http.HttpRequest, org.apache.http.HttpClientConn…
3936apache.http.HttpResponse execute(org.apache.http.HttpRequest, org.apache.http.HttpClientConnection…
3937 …postProcess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpProcessor, org.apache.http.…
3938 … preProcess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpProcessor, org.apache.http.p…
3942 …blic void handle(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protoc…
3945 …@Deprecated public class HttpRequestHandlerRegistry implements org.apache.http.protocol.HttpReques…
3947 method @Deprecated public org.apache.http.protocol.HttpRequestHandler lookup(String);
3949 method @Deprecated public void register(String, org.apache.http.protocol.HttpRequestHandler);
3955 method @Deprecated public org.apache.http.protocol.HttpRequestHandler lookup(String);
3959 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
3960 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
3962 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
3969 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
3970 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
3972 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
3979 …eprecated public HttpService(org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReu…
3980 …d void doService(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protoc…
3981 method @Deprecated public org.apache.http.params.HttpParams getParams();
3982 …method @Deprecated protected void handleException(org.apache.http.HttpException, org.apache.http.H…
3983 …d public void handleRequest(org.apache.http.HttpServerConnection, org.apache.http.protocol.HttpCon…
3984 method @Deprecated public void setConnReuseStrategy(org.apache.http.ConnectionReuseStrategy);
3985 …method @Deprecated public void setExpectationVerifier(org.apache.http.protocol.HttpExpectationVeri…
3986 …method @Deprecated public void setHandlerResolver(org.apache.http.protocol.HttpRequestHandlerResol…
3987 method @Deprecated public void setHttpProcessor(org.apache.http.protocol.HttpProcessor);
3988 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
3989 method @Deprecated public void setResponseFactory(org.apache.http.HttpResponseFactory);
3992 @Deprecated public class RequestConnControl implements org.apache.http.HttpRequestInterceptor {
3994 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
3997 @Deprecated public class RequestContent implements org.apache.http.HttpRequestInterceptor {
3999 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4002 @Deprecated public class RequestDate implements org.apache.http.HttpRequestInterceptor {
4004 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4007 @Deprecated public class RequestExpectContinue implements org.apache.http.HttpRequestInterceptor {
4009 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4012 @Deprecated public class RequestTargetHost implements org.apache.http.HttpRequestInterceptor {
4014 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4017 @Deprecated public class RequestUserAgent implements org.apache.http.HttpRequestInterceptor {
4019 …@Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)…
4022 @Deprecated public class ResponseConnControl implements org.apache.http.HttpResponseInterceptor {
4024 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
4027 @Deprecated public class ResponseContent implements org.apache.http.HttpResponseInterceptor {
4029 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
4032 @Deprecated public class ResponseDate implements org.apache.http.HttpResponseInterceptor {
4034 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
4037 @Deprecated public class ResponseServer implements org.apache.http.HttpResponseInterceptor {
4039 …@Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
4042 @Deprecated public class SyncBasicHttpContext extends org.apache.http.protocol.BasicHttpContext {
4043 ctor @Deprecated public SyncBasicHttpContext(org.apache.http.protocol.HttpContext);
4057 package org.apache.http.util {
4064 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer, int, int);
4080 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer, int, int);
4081 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer);
4084 method @Deprecated public void append(org.apache.http.util.ByteArrayBuffer, int, int);
4112 … @Deprecated public static String getContentCharSet(org.apache.http.HttpEntity) throws org.apache.…
4113 …method @Deprecated public static byte[] toByteArray(org.apache.http.HttpEntity) throws java.io.IOE…
4114 …ecated public static String toString(org.apache.http.HttpEntity, String) throws java.io.IOExceptio…
4115 …Deprecated public static String toString(org.apache.http.HttpEntity) throws java.io.IOException, o…
4134 …method @Deprecated protected static final org.apache.http.util.VersionInfo fromMap(String, java.ut…
4140 …method @Deprecated public static final org.apache.http.util.VersionInfo[] loadVersionInfo(String[]…
4141 …method @Deprecated public static final org.apache.http.util.VersionInfo loadVersionInfo(String, Cl…