Lines Matching full:method
6 method public String getAuthInfo();
7 method public String getHost();
8 method public String getPath();
9 method public int getPort();
10 method public String getScheme();
11 method public void setAuthInfo(String);
12 method public void setHost(String);
13 method public void setPath(String);
14 method public void setPort(int);
15 method public void setScheme(String);
23 method public void close();
24 method public void disableCurlLogging();
25 method public void enableCurlLogging(String, int);
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 …method public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.…
31 …method public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.…
32 …method public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http…
33 …method public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http…
34 …method public static org.apache.http.entity.AbstractHttpEntity getCompressedEntity(byte[], android…
35 method public org.apache.http.conn.ClientConnectionManager getConnectionManager();
36 method public static long getMinGzipSize(android.content.ContentResolver);
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);
40 …method public static android.net.http.AndroidHttpClient newInstance(String, android.content.Contex…
41 method public static android.net.http.AndroidHttpClient newInstance(String);
42 method public static long parseDate(String);
48 …method public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOExcep…
49 method public void close() throws java.io.IOException;
50 method protected void doFlush() throws java.io.IOException;
51 method public void flush() throws java.io.IOException;
52 method public java.net.InetAddress getLocalAddress();
53 method public int getLocalPort();
54 method public org.apache.http.HttpConnectionMetrics getMetrics();
55 method public java.net.InetAddress getRemoteAddress();
56 method public int getRemotePort();
57 method public int getSocketTimeout();
58 method public boolean isOpen();
59 method public boolean isStale();
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…
64 method public void setSocketTimeout(int);
65 method public void shutdown() throws java.io.IOException;
69 …method public android.net.http.SslError doHandshakeAndValidateServerCertificates(android.net.http.…
70 method public static android.net.http.CertificateChainValidator getInstance();
71 method public static void handleTrustStorageUpdate();
72 …method public static android.net.http.SslError verifyServerCertificates(byte[][], String, String) …
80 method public int getApplicationBufferSize();
81 method public String getCipherSuite();
82 method public long getCreationTime();
83 method public byte[] getId();
84 method public long getLastAccessedTime();
85 method public java.security.cert.Certificate[] getLocalCertificates();
86 method public java.security.Principal getLocalPrincipal();
87 method public int getPacketBufferSize();
88 …method public javax.security.cert.X509Certificate[] getPeerCertificateChain() throws javax.net.ssl…
89 …method public java.security.cert.Certificate[] getPeerCertificates() throws javax.net.ssl.SSLPeerU…
90 method public String getPeerHost();
91 method public int getPeerPort();
92 …method public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedExc…
93 method public String getProtocol();
94 method public javax.net.ssl.SSLSessionContext getSessionContext();
95 method public Object getValue(String);
96 method public String[] getValueNames();
97 method public void invalidate();
98 method public boolean isValid();
99 method public void putValue(String, Object);
100 method public void removeValue(String);
108 method public void certificate(android.net.http.SslCertificate);
109 method public void data(byte[], int);
110 method public void endData();
111 method public void error(int, String);
112 method public boolean handleSslErrorRequest(android.net.http.SslError);
113 method public void headers(android.net.http.Headers);
114 method public void status(int, int, int, String);
135 method public String getAcceptRanges();
136 method public String getCacheControl();
137 method public int getConnectionType();
138 method public String getContentDisposition();
139 method public String getContentEncoding();
140 method public long getContentLength();
141 method public String getContentType();
142 method public String getEtag();
143 method public String getExpires();
144 method public void getHeaders(android.net.http.Headers.HeaderCallback);
145 method public String getLastModified();
146 method public String getLocation();
147 method public String getPragma();
148 method public String getProxyAuthenticate();
149 method public String getRefresh();
150 method public java.util.ArrayList<java.lang.String> getSetCookie();
151 method public long getTransferEncoding();
152 method public String getWwwAuthenticate();
153 method public String getXPermittedCrossDomainPolicies();
154 method public void parseHeader(org.apache.http.util.CharArrayBuffer);
155 method public void setAcceptRanges(String);
156 method public void setCacheControl(String);
157 method public void setContentDisposition(String);
158 method public void setContentEncoding(String);
159 method public void setContentLength(long);
160 method public void setContentType(String);
161 method public void setEtag(String);
162 method public void setExpires(String);
163 method public void setLastModified(String);
164 method public void setLocation(String);
165 method public void setProxyAuthenticate(String);
166 method public void setWwwAuthenticate(String);
167 method public void setXPermittedCrossDomainPolicies(String);
195 method public void header(String, String);
200 method public String getAlgorithm();
201 method public String getNonce();
202 method public String getOpaque();
203 method public String getPassword();
204 method public String getQop();
205 method public String getRealm();
206 method public int getScheme();
207 method public boolean getStale();
208 method public String getUsername();
209 method public boolean isBasic();
210 method public boolean isDigest();
211 method public boolean isProxy();
212 method public boolean isSupportedScheme();
213 method public void setPassword(String);
214 method public void setProxy();
215 method public void setUsername(String);
224 method public static void initializeEngine(java.io.File);
229 method public void certificate(android.net.http.SslCertificate);
230 method public void data(byte[], int);
231 method public void endData();
232 method public void error(int, String);
233 method public boolean handleSslErrorRequest(android.net.http.SslError);
234 method public void headers(android.net.http.Headers);
235 method public void locationChanged(String, boolean);
236 method public void requestSent();
237 method public void status(int, int, int, String);
246 method public static String authorizationHeader(boolean);
247 method public void cancel();
248 method public static String computeBasicAuthResponse(String, String);
249 method public String getMethod();
250 method public int getRedirectCount();
251 method public void handleSslErrorResponse(boolean);
252 method public boolean isRedirectMax();
253 method public void pauseRequest(boolean);
254 method public void processRequest();
255 method public void setRedirectCount(int);
256 method public void setupBasicAuthResponse(boolean, String, String);
257 …method public void setupDigestAuthResponse(boolean, String, String, String, String, String, String…
258 …method public boolean setupRedirect(String, int, java.util.Map<java.lang.String,java.lang.String>);
259 method public void waitUntilComplete();
266 method public void disablePlatformNotifications();
267 method public void enablePlatformNotifications();
268 method public org.apache.http.HttpHost getProxyHost();
269 method public android.net.http.Request getRequest();
270 method public android.net.http.Request getRequest(org.apache.http.HttpHost);
271 method public boolean haveRequest(org.apache.http.HttpHost);
272 …method public android.net.http.RequestHandle queueRequest(String, String, java.util.Map<java.lang.…
273 …method public android.net.http.RequestHandle queueRequest(String, android.net.compatibility.WebAdd…
274 method protected void queueRequest(android.net.http.Request, boolean);
275 …method public android.net.http.RequestHandle queueSynchronousRequest(String, android.net.compatibi…
276 method public void requeueRequest(android.net.http.Request);
277 method public void shutdown();
278 method public void startTiming();
279 method public void stopTiming();
288 method public java.io.InputStream createInputStream();
289 method public String getFileName();
290 method public long getLength();
300 method protected com.android.internal.http.multipart.PartSource getSource();
301 method protected long lengthOfData();
302 method protected void sendData(java.io.OutputStream) throws java.io.IOException;
312 method public java.io.InputStream createInputStream() throws java.io.IOException;
313 method public String getFileName();
314 method public long getLength();
320 …method public java.io.InputStream getContent() throws java.io.IOException, java.lang.IllegalStateE…
321 method public long getContentLength();
322 method public org.apache.http.Header getContentType();
323 method protected byte[] getMultipartBoundary();
324 method public boolean isRepeatable();
325 method public boolean isStreaming();
326 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
327 field public static final String MULTIPART_BOUNDARY = "http.method.multipart.boundary";
333 method @Deprecated public static String getBoundary();
334 method public abstract String getCharSet();
335 method public abstract String getContentType();
336 …method public static long getLengthOfParts(com.android.internal.http.multipart.Part[]) throws java…
337 …method public static long getLengthOfParts(com.android.internal.http.multipart.Part[], byte[]) thr…
338 method public abstract String getName();
339 method protected byte[] getPartBoundary();
340 method public abstract String getTransferEncoding();
341 method public boolean isRepeatable();
342 method public long length() throws java.io.IOException;
343 method protected abstract long lengthOfData() throws java.io.IOException;
344 method public void send(java.io.OutputStream) throws java.io.IOException;
345 method protected void sendContentTypeHeader(java.io.OutputStream) throws java.io.IOException;
346 method protected abstract void sendData(java.io.OutputStream) throws java.io.IOException;
347 method protected void sendDispositionHeader(java.io.OutputStream) throws java.io.IOException;
348 method protected void sendEnd(java.io.OutputStream) throws java.io.IOException;
349 method protected void sendEndOfHeader(java.io.OutputStream) throws java.io.IOException;
350 …method public static void sendParts(java.io.OutputStream, com.android.internal.http.multipart.Part…
351 …method public static void sendParts(java.io.OutputStream, com.android.internal.http.multipart.Part…
352 method protected void sendStart(java.io.OutputStream) throws java.io.IOException;
353 … method protected void sendTransferEncodingHeader(java.io.OutputStream) throws java.io.IOException;
374 method public String getCharSet();
375 method public String getContentType();
376 method public String getName();
377 method public String getTransferEncoding();
378 method public void setCharSet(String);
379 method public void setContentType(String);
380 method public void setName(String);
381 method public void setTransferEncoding(String);
385 method public java.io.InputStream createInputStream() throws java.io.IOException;
386 method public String getFileName();
387 method public long getLength();
393 method protected long lengthOfData();
394 method protected void sendData(java.io.OutputStream) throws java.io.IOException;
405 … method @Deprecated public byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
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;
429 … method @Deprecated public String decode(String) throws org.apache.commons.codec.DecoderException;
433 … method @Deprecated public String encode(String) throws org.apache.commons.codec.EncoderException;
439 method @Deprecated public int compare(Object, Object);
448 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
449 method @Deprecated public byte[] decode(byte[]);
450 method @Deprecated public static byte[] decodeBase64(byte[]);
451 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
452 method @Deprecated public byte[] encode(byte[]);
453 method @Deprecated public static byte[] encodeBase64(byte[]);
454 method @Deprecated public static byte[] encodeBase64(byte[], boolean);
455 method @Deprecated public static byte[] encodeBase64Chunked(byte[]);
456 method @Deprecated public static boolean isArrayByteBase64(byte[]);
461 … method @Deprecated public Object decode(Object) throws org.apache.commons.codec.DecoderException;
462 method @Deprecated public byte[] decode(byte[]);
463 method @Deprecated public byte[] encode(byte[]);
464 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
465 method @Deprecated public static byte[] fromAscii(char[]);
466 method @Deprecated public static byte[] fromAscii(byte[]);
467 method @Deprecated public static byte[] toAsciiBytes(byte[]);
468 method @Deprecated public static char[] toAsciiChars(byte[]);
469 method @Deprecated public static String toAsciiString(byte[]);
470 method @Deprecated public byte[] toByteArray(String);
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…
478 method @Deprecated public byte[] encode(byte[]);
479 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
480 method @Deprecated public static char[] encodeHex(byte[]);
481 …method @Deprecated protected static int toDigit(char, int) throws org.apache.commons.codec.Decoder…
490 method @Deprecated protected char charAt(String, int);
491 method @Deprecated protected static boolean contains(String, int, int, String[]);
492 method @Deprecated public String doubleMetaphone(String);
493 method @Deprecated public String doubleMetaphone(String, boolean);
494 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
495 method @Deprecated public String encode(String);
496 method @Deprecated public int getMaxCodeLen();
497 method @Deprecated public boolean isDoubleMetaphoneEqual(String, String);
498 method @Deprecated public boolean isDoubleMetaphoneEqual(String, String, boolean);
499 method @Deprecated public void setMaxCodeLen(int);
505 method @Deprecated public void append(char);
506 method @Deprecated public void append(char, char);
507 method @Deprecated public void append(String);
508 method @Deprecated public void append(String, String);
509 method @Deprecated public void appendAlternate(char);
510 method @Deprecated public void appendAlternate(String);
511 method @Deprecated public void appendPrimary(char);
512 method @Deprecated public void appendPrimary(String);
513 method @Deprecated public String getAlternate();
514 method @Deprecated public String getPrimary();
515 method @Deprecated public boolean isComplete();
520 … method @Deprecated public Object encode(Object) throws org.apache.commons.codec.EncoderException;
521 method @Deprecated public String encode(String);
522 method @Deprecated public int getMaxCodeLen();
523 method @Deprecated public boolean isMetaphoneEqual(String, String);
524 method @Deprecated public String metaphone(String);
525 method @Deprecated public void setMaxCodeLen(int);
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;
533 method @Deprecated public String encode(String);
534 method @Deprecated public String soundex(String);
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;
544 method @Deprecated public String encode(String);
545 method @Deprecated public int getMaxLength();
546 method @Deprecated public void setMaxLength(int);
547 method @Deprecated public String soundex(String);
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;
567 method @Deprecated public String getDefaultCharset();
568 method @Deprecated protected String getEncoding();
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;
581 method @Deprecated public String getDefaultCharset();
582 method @Deprecated protected String getEncoding();
583 method @Deprecated public boolean isEncodeBlanks();
584 method @Deprecated public void setEncodeBlanks(boolean);
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…
595 method @Deprecated public byte[] encode(byte[]);
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;
598 …method @Deprecated public String encode(String, String) throws java.io.UnsupportedEncodingExceptio…
599 method @Deprecated public static final byte[] encodeQuotedPrintable(java.util.BitSet, byte[]);
600 method @Deprecated public String getDefaultCharset();
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…
611 method @Deprecated public byte[] encode(byte[]);
612 …method @Deprecated public String encode(String, String) throws java.io.UnsupportedEncodingExceptio…
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;
615 method @Deprecated public static final byte[] encodeUrl(java.util.BitSet, byte[]);
616 method @Deprecated public String getDefaultCharset();
617 method @Deprecated public String getEncoding();
628 method @Deprecated public void debug(Object);
629 method @Deprecated public void debug(Object, Throwable);
630 method @Deprecated public void error(Object);
631 method @Deprecated public void error(Object, Throwable);
632 method @Deprecated public void fatal(Object);
633 method @Deprecated public void fatal(Object, Throwable);
634 method @Deprecated public void info(Object);
635 method @Deprecated public void info(Object, Throwable);
636 method @Deprecated public boolean isDebugEnabled();
637 method @Deprecated public boolean isErrorEnabled();
638 method @Deprecated public boolean isFatalEnabled();
639 method @Deprecated public boolean isInfoEnabled();
640 method @Deprecated public boolean isTraceEnabled();
641 method @Deprecated public boolean isWarnEnabled();
642 method @Deprecated public void trace(Object);
643 method @Deprecated public void trace(Object, Throwable);
644 method @Deprecated public void warn(Object);
645 method @Deprecated public void warn(Object, Throwable);
658 method @Deprecated protected static Object createFactory(String, ClassLoader);
659 …method @Deprecated protected static ClassLoader directGetContextClassLoader() throws org.apache.co…
660 method @Deprecated public abstract Object getAttribute(String);
661 method @Deprecated public abstract String[] getAttributeNames();
662 method @Deprecated protected static ClassLoader getClassLoader(Class);
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…
669 method @Deprecated protected static boolean isDiagnosticsEnabled();
670 method @Deprecated protected static final void logRawDiagnostic(String);
671 …method @Deprecated protected static org.apache.commons.logging.LogFactory newFactory(String, Class…
672 …method @Deprecated protected static org.apache.commons.logging.LogFactory newFactory(String, Class…
673 method @Deprecated public static String objectId(Object);
674 method @Deprecated public abstract void release();
675 method @Deprecated public static void release(ClassLoader);
676 method @Deprecated public static void releaseAll();
677 method @Deprecated public abstract void removeAttribute(String);
678 method @Deprecated public abstract void setAttribute(String, Object);
692 method @Deprecated public static org.apache.commons.logging.Log getInstance(String);
693 method @Deprecated public static org.apache.commons.logging.Log getInstance(Class);
694 method @Deprecated public static String[] getLogNames();
695 method @Deprecated public static org.apache.commons.logging.Log makeNewLogInstance(String);
696 …method @Deprecated public static void setLogImplementation(String) throws java.lang.ClassNotFoundE…
697 …method @Deprecated public static void setLogImplementation(Class) throws java.lang.ExceptionInInit…
710 method @Deprecated public void debug(Object);
711 method @Deprecated public void debug(Object, Throwable);
712 method @Deprecated public void error(Object);
713 method @Deprecated public void error(Object, Throwable);
714 method @Deprecated public void fatal(Object);
715 method @Deprecated public void fatal(Object, Throwable);
716 method @Deprecated public java.util.logging.Logger getLogger();
717 method @Deprecated public void info(Object);
718 method @Deprecated public void info(Object, Throwable);
719 method @Deprecated public boolean isDebugEnabled();
720 method @Deprecated public boolean isErrorEnabled();
721 method @Deprecated public boolean isFatalEnabled();
722 method @Deprecated public boolean isInfoEnabled();
723 method @Deprecated public boolean isTraceEnabled();
724 method @Deprecated public boolean isWarnEnabled();
725 method @Deprecated public void trace(Object);
726 method @Deprecated public void trace(Object, Throwable);
727 method @Deprecated public void warn(Object);
728 method @Deprecated public void warn(Object, Throwable);
736 method @Deprecated public Object getAttribute(String);
737 method @Deprecated public String[] getAttributeNames();
738 method @Deprecated protected static ClassLoader getClassLoader(Class);
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…
742 method @Deprecated protected String getLogClassName();
743 …method @Deprecated protected java.lang.reflect.Constructor getLogConstructor() throws org.apache.c…
744 method @Deprecated protected static boolean isDiagnosticsEnabled();
745 method @Deprecated protected boolean isJdk13LumberjackAvailable();
746 method @Deprecated protected boolean isJdk14Available();
747 method @Deprecated protected boolean isLog4JAvailable();
748 method @Deprecated protected void logDiagnostic(String);
749 …method @Deprecated protected org.apache.commons.logging.Log newInstance(String) throws org.apache.…
750 method @Deprecated public void release();
751 method @Deprecated public void removeAttribute(String);
752 method @Deprecated public void setAttribute(String, Object);
762 field @Deprecated protected java.lang.reflect.Method logMethod;
769 method @Deprecated public void debug(Object);
770 method @Deprecated public void debug(Object, Throwable);
771 method @Deprecated public void error(Object);
772 method @Deprecated public void error(Object, Throwable);
773 method @Deprecated public void fatal(Object);
774 method @Deprecated public void fatal(Object, Throwable);
775 method @Deprecated public void info(Object);
776 method @Deprecated public void info(Object, Throwable);
777 method @Deprecated public final boolean isDebugEnabled();
778 method @Deprecated public final boolean isErrorEnabled();
779 method @Deprecated public final boolean isFatalEnabled();
780 method @Deprecated public final boolean isInfoEnabled();
781 method @Deprecated public final boolean isTraceEnabled();
782 method @Deprecated public final boolean isWarnEnabled();
783 method @Deprecated public void trace(Object);
784 method @Deprecated public void trace(Object, Throwable);
785 method @Deprecated public void warn(Object);
786 method @Deprecated public void warn(Object, Throwable);
791 method @Deprecated public final void debug(Object);
792 method @Deprecated public final void debug(Object, Throwable);
793 method @Deprecated public final void error(Object);
794 method @Deprecated public final void error(Object, Throwable);
795 method @Deprecated public final void fatal(Object);
796 method @Deprecated public final void fatal(Object, Throwable);
797 method @Deprecated public int getLevel();
798 method @Deprecated public final void info(Object);
799 method @Deprecated public final void info(Object, Throwable);
800 method @Deprecated public final boolean isDebugEnabled();
801 method @Deprecated public final boolean isErrorEnabled();
802 method @Deprecated public final boolean isFatalEnabled();
803 method @Deprecated public final boolean isInfoEnabled();
804 method @Deprecated protected boolean isLevelEnabled(int);
805 method @Deprecated public final boolean isTraceEnabled();
806 method @Deprecated public final boolean isWarnEnabled();
807 method @Deprecated protected void log(int, Object, Throwable);
808 method @Deprecated public void setLevel(int);
809 method @Deprecated public final void trace(Object);
810 method @Deprecated public final void trace(Object, Throwable);
811 method @Deprecated public final void warn(Object);
812 method @Deprecated public final void warn(Object, Throwable);
813 method @Deprecated protected void write(StringBuffer);
836 method @Deprecated public java.util.Enumeration elements();
837 method @Deprecated public java.util.Set entrySet();
838 method @Deprecated public Object get(Object);
839 method @Deprecated public java.util.Set keySet();
840 method @Deprecated public java.util.Enumeration keys();
841 method @Deprecated public Object put(Object, Object);
842 method @Deprecated public void putAll(java.util.Map);
843 method @Deprecated public Object remove(Object);
844 method @Deprecated public java.util.Collection values();
856 …method @Deprecated public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol…
860 method @Deprecated public org.apache.http.util.CharArrayBuffer getBuffer();
861 method @Deprecated public int getValuePos();
865 …method @Deprecated public org.apache.http.HeaderElement[] getElements() throws org.apache.http.Par…
866 method @Deprecated public String getName();
867 method @Deprecated public String getValue();
871 method @Deprecated public String getName();
872 method @Deprecated public org.apache.http.NameValuePair getParameter(int);
873 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
874 method @Deprecated public int getParameterCount();
875 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
876 method @Deprecated public String getValue();
880 method @Deprecated public org.apache.http.HeaderElement nextElement();
884 method @Deprecated public org.apache.http.Header nextHeader();
888 method @Deprecated public void flush() throws java.io.IOException;
889 method @Deprecated public boolean isResponseAvailable(int) throws java.io.IOException;
890 …method @Deprecated public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apac…
891 …method @Deprecated public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.h…
892 …method @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throw…
893 …method @Deprecated public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.ht…
897 method @Deprecated public void close() throws java.io.IOException;
898 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
899 method @Deprecated public int getSocketTimeout();
900 method @Deprecated public boolean isOpen();
901 method @Deprecated public boolean isStale();
902 method @Deprecated public void setSocketTimeout(int);
903 method @Deprecated public void shutdown() throws java.io.IOException;
907 method @Deprecated public Object getMetric(String);
908 method @Deprecated public long getReceivedBytesCount();
909 method @Deprecated public long getRequestCount();
910 method @Deprecated public long getResponseCount();
911 method @Deprecated public long getSentBytesCount();
912 method @Deprecated public void reset();
916 method @Deprecated public void consumeContent() throws java.io.IOException;
917 …method @Deprecated public java.io.InputStream getContent() throws java.io.IOException, java.lang.I…
918 method @Deprecated public org.apache.http.Header getContentEncoding();
919 method @Deprecated public long getContentLength();
920 method @Deprecated public org.apache.http.Header getContentType();
921 method @Deprecated public boolean isChunked();
922 method @Deprecated public boolean isRepeatable();
923 method @Deprecated public boolean isStreaming();
924 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
928 method @Deprecated public boolean expectContinue();
929 method @Deprecated public org.apache.http.HttpEntity getEntity();
930 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
944 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
945 method @Deprecated public String getHostName();
946 method @Deprecated public int getPort();
947 method @Deprecated public String getSchemeName();
948 method @Deprecated public String toHostString();
949 method @Deprecated public String toURI();
958 method @Deprecated public java.net.InetAddress getLocalAddress();
959 method @Deprecated public int getLocalPort();
960 method @Deprecated public java.net.InetAddress getRemoteAddress();
961 method @Deprecated public int getRemotePort();
965 method @Deprecated public void addHeader(org.apache.http.Header);
966 method @Deprecated public void addHeader(String, String);
967 method @Deprecated public boolean containsHeader(String);
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);
977 method @Deprecated public void removeHeaders(String);
978 method @Deprecated public void setHeader(org.apache.http.Header);
979 method @Deprecated public void setHeader(String, String);
980 method @Deprecated public void setHeaders(org.apache.http.Header[]);
981 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
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 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
998 method @Deprecated public org.apache.http.HttpEntity getEntity();
999 method @Deprecated public java.util.Locale getLocale();
1000 method @Deprecated public org.apache.http.StatusLine getStatusLine();
1001 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
1002 method @Deprecated public void setLocale(java.util.Locale);
1003 method @Deprecated public void setReasonPhrase(String) throws java.lang.IllegalStateException;
1004 method @Deprecated public void setStatusCode(int) throws java.lang.IllegalStateException;
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 …method @Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.Http…
1020 method @Deprecated public void flush() throws java.io.IOException;
1021 …method @Deprecated public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) th…
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.…
1097 method @Deprecated public String getName();
1098 method @Deprecated public String getValue();
1118 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
1119 method @Deprecated public int compareToVersion(org.apache.http.ProtocolVersion);
1120 method @Deprecated public final boolean equals(Object);
1121 method @Deprecated public org.apache.http.ProtocolVersion forVersion(int, int);
1122 method @Deprecated public final int getMajor();
1123 method @Deprecated public final int getMinor();
1124 method @Deprecated public final String getProtocol();
1125 method @Deprecated public final boolean greaterEquals(org.apache.http.ProtocolVersion);
1126 method @Deprecated public final int hashCode();
1127 method @Deprecated public boolean isComparable(org.apache.http.ProtocolVersion);
1128 method @Deprecated public final boolean lessEquals(org.apache.http.ProtocolVersion);
1135 method @Deprecated public String getReason(int, java.util.Locale);
1139 method @Deprecated public String getMethod();
1140 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
1141 method @Deprecated public String getUri();
1145 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
1146 method @Deprecated public String getReasonPhrase();
1147 method @Deprecated public int getStatusCode();
1151 method @Deprecated public String nextToken();
1171 …method @Deprecated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, or…
1172 method @Deprecated public String getParameter(String);
1173 method @Deprecated public String getRealm();
1174 method @Deprecated public String getSchemeName();
1175 method @Deprecated public boolean isComplete();
1176 method @Deprecated public boolean isConnectionBased();
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…
1187 method @Deprecated public java.util.List<java.lang.String> getSchemeNames();
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…
1190 method @Deprecated public void unregister(String);
1198 method @Deprecated public String getHost();
1199 method @Deprecated public int getPort();
1200 method @Deprecated public String getRealm();
1201 method @Deprecated public String getScheme();
1202 method @Deprecated public int match(org.apache.http.auth.AuthScope);
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();
1215 method @Deprecated public void invalidate();
1216 method @Deprecated public boolean isValid();
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);
1230 method @Deprecated public String getName();
1234 method @Deprecated public String getPassword();
1235 method @Deprecated public java.security.Principal getUserPrincipal();
1253 method @Deprecated public String getDomain();
1254 method @Deprecated public String getPassword();
1255 method @Deprecated public String getUserName();
1256 method @Deprecated public java.security.Principal getUserPrincipal();
1257 method @Deprecated public String getWorkstation();
1262 method @Deprecated public String getDomain();
1263 method @Deprecated public String getName();
1264 method @Deprecated public String getUsername();
1270 method @Deprecated public String getPassword();
1271 method @Deprecated public String getUserName();
1272 method @Deprecated public java.security.Principal getUserPrincipal();
1285 method @Deprecated public void setCredentialCharset(String);
1289 method @Deprecated public static String getCredentialCharset(org.apache.http.params.HttpParams);
1290 …method @Deprecated public static void setCredentialCharset(org.apache.http.params.HttpParams, Stri…
1298 …method @Deprecated public java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org…
1299 …method @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apac…
1300 …method @Deprecated public org.apache.http.auth.AuthScheme selectScheme(java.util.Map<java.lang.Str…
1317 method @Deprecated public void addCookie(org.apache.http.cookie.Cookie);
1318 method @Deprecated public void clear();
1319 method @Deprecated public boolean clearExpired(java.util.Date);
1320 method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> getCookies();
1324 method @Deprecated public void clear();
1325 …method @Deprecated public org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.Aut…
1326 …method @Deprecated public void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth…
1330 …method @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.client.methods.Http…
1331 …method @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.client.methods.Http…
1332 …method @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apach…
1333 …method @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apach…
1334 …method @Deprecated public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.…
1335 …method @Deprecated public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.…
1336 …method @Deprecated public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org…
1337 …method @Deprecated public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org…
1338 method @Deprecated public org.apache.http.conn.ClientConnectionManager getConnectionManager();
1339 method @Deprecated public org.apache.http.params.HttpParams getParams();
1343 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…
1348 method @Deprecated public int getStatusCode();
1363 …method @Deprecated public java.net.URI getLocationURI(org.apache.http.HttpResponse, org.apache.htt…
1364 …method @Deprecated public boolean isRedirectRequested(org.apache.http.HttpResponse, org.apache.htt…
1368 …method @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apach…
1372 …method @Deprecated public T handleResponse(org.apache.http.HttpResponse) throws org.apache.http.cl…
1376 method @Deprecated public Object getUserToken(org.apache.http.protocol.HttpContext);
1393 method @Deprecated public void abort();
1394 …method @Deprecated public void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest) …
1395 …method @Deprecated public void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger) th…
1402 method @Deprecated public String getMethod();
1408 method @Deprecated public boolean expectContinue();
1409 method @Deprecated public org.apache.http.HttpEntity getEntity();
1410 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
1417 method @Deprecated public String getMethod();
1425 method @Deprecated public String getMethod();
1433 …method @Deprecated public java.util.Set<java.lang.String> getAllowedMethods(org.apache.http.HttpRe…
1434 method @Deprecated public String getMethod();
1442 method @Deprecated public String getMethod();
1450 method @Deprecated public String getMethod();
1456 method @Deprecated public void abort();
1457 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
1458 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
1459 method @Deprecated public org.apache.http.RequestLine getRequestLine();
1460 method @Deprecated public java.net.URI getURI();
1461 method @Deprecated public boolean isAborted();
1462 …method @Deprecated public void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest) …
1463 …method @Deprecated public void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger) th…
1464 method @Deprecated public void setURI(java.net.URI);
1471 method @Deprecated public String getMethod();
1476 method @Deprecated public void abort() throws java.lang.UnsupportedOperationException;
1477 method @Deprecated public String getMethod();
1478 method @Deprecated public java.net.URI getURI();
1479 method @Deprecated public boolean isAborted();
1511 method @Deprecated public void setAllowCircularRedirects(boolean);
1512 …method @Deprecated public void setConnectionManagerFactory(org.apache.http.conn.ClientConnectionMa…
1513 method @Deprecated public void setConnectionManagerFactoryClassName(String);
1514 method @Deprecated public void setCookiePolicy(String);
1515 method @Deprecated public void setDefaultHeaders(java.util.Collection<org.apache.http.Header>);
1516 method @Deprecated public void setDefaultHost(org.apache.http.HttpHost);
1517 method @Deprecated public void setHandleAuthentication(boolean);
1518 method @Deprecated public void setHandleRedirects(boolean);
1519 method @Deprecated public void setMaxRedirects(int);
1520 method @Deprecated public void setRejectRelativeRedirect(boolean);
1521 method @Deprecated public void setVirtualHost(org.apache.http.HttpHost);
1533 method @Deprecated public static String getCookiePolicy(org.apache.http.params.HttpParams);
1534 method @Deprecated public static boolean isAuthenticating(org.apache.http.params.HttpParams);
1535 method @Deprecated public static boolean isRedirecting(org.apache.http.params.HttpParams);
1536 …method @Deprecated public static void setAuthenticating(org.apache.http.params.HttpParams, boolean…
1537 … method @Deprecated public static void setCookiePolicy(org.apache.http.params.HttpParams, String);
1538 … method @Deprecated public static void setRedirecting(org.apache.http.params.HttpParams, boolean);
1560 method @Deprecated public void setAuthSchemePref(java.util.List<java.lang.String>);
1561 method @Deprecated public void setAuthSchemeRegistry(org.apache.http.auth.AuthSchemeRegistry);
1562 method @Deprecated public void setCookieSpecRegistry(org.apache.http.cookie.CookieSpecRegistry);
1563 method @Deprecated public void setCookieStore(org.apache.http.client.CookieStore);
1564 … method @Deprecated public void setCredentialsProvider(org.apache.http.client.CredentialsProvider);
1569 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
1574 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
1579 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
1584 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
1589 …method @Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.Http…
1597 … method @Deprecated public static Object clone(Object) throws java.lang.CloneNotSupportedException;
1601 …method @Deprecated public static java.net.URI createURI(String, String, int, String, String, Strin…
1602 method @Deprecated public static java.net.URI resolve(java.net.URI, String);
1603 method @Deprecated public static java.net.URI resolve(java.net.URI, java.net.URI);
1604 …method @Deprecated public static java.net.URI rewriteURI(java.net.URI, org.apache.http.HttpHost, b…
1605 …method @Deprecated public static java.net.URI rewriteURI(java.net.URI, org.apache.http.HttpHost) t…
1610 …method @Deprecated public static String format(java.util.List<? extends org.apache.http.NameValueP…
1611 method @Deprecated public static boolean isEncoded(org.apache.http.HttpEntity);
1612 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(java.net.URI,…
1613 …method @Deprecated public static java.util.List<org.apache.http.NameValuePair> parse(org.apache.ht…
1614 …method @Deprecated public static void parse(java.util.List<org.apache.http.NameValuePair>, java.ut…
1624 method @Deprecated public boolean eofDetected(java.io.InputStream) throws java.io.IOException;
1625 method @Deprecated public boolean streamAbort(java.io.InputStream) throws java.io.IOException;
1626 method @Deprecated public boolean streamClosed(java.io.InputStream) throws java.io.IOException;
1633 method @Deprecated public void abortConnection() throws java.io.IOException;
1634 method @Deprecated public boolean eofDetected(java.io.InputStream) throws java.io.IOException;
1635 method @Deprecated public void releaseConnection() throws java.io.IOException;
1636 method @Deprecated protected void releaseManagedConnection() throws java.io.IOException;
1637 method @Deprecated public boolean streamAbort(java.io.InputStream) throws java.io.IOException;
1638 method @Deprecated public boolean streamClosed(java.io.InputStream) throws java.io.IOException;
1644 method @Deprecated public void closeExpiredConnections();
1645 method @Deprecated public void closeIdleConnections(long, java.util.concurrent.TimeUnit);
1646 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
1647 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
1648 …method @Deprecated public org.apache.http.conn.ClientConnectionRequest requestConnection(org.apach…
1649 method @Deprecated public void shutdown();
1653 …method @Deprecated public org.apache.http.conn.ClientConnectionManager newInstance(org.apache.http…
1657 method @Deprecated public org.apache.http.conn.OperatedClientConnection createConnection();
1658 …method @Deprecated public void openConnection(org.apache.http.conn.OperatedClientConnection, org.a…
1659 …method @Deprecated public void updateSecureConnection(org.apache.http.conn.OperatedClientConnectio…
1663 method @Deprecated public void abortRequest();
1664 …method @Deprecated public org.apache.http.conn.ManagedClientConnection getConnection(long, java.ut…
1668 …method @Deprecated public long getKeepAliveDuration(org.apache.http.HttpResponse, org.apache.http.…
1677 method @Deprecated public void abortConnection() throws java.io.IOException;
1678 method @Deprecated public void releaseConnection() throws java.io.IOException;
1683 method @Deprecated public void abortConnection() throws java.io.IOException;
1684 method @Deprecated protected void checkAbort() throws java.io.IOException;
1685 method @Deprecated protected void checkClose() throws java.io.IOException;
1686 method @Deprecated protected void checkEOF(int) throws java.io.IOException;
1687 method @Deprecated protected boolean isReadAllowed() throws java.io.IOException;
1688 method @Deprecated public int read() throws java.io.IOException;
1689 method @Deprecated public void releaseConnection() throws java.io.IOException;
1694 method @Deprecated public boolean eofDetected(java.io.InputStream) throws java.io.IOException;
1695 method @Deprecated public boolean streamAbort(java.io.InputStream) throws java.io.IOException;
1696 method @Deprecated public boolean streamClosed(java.io.InputStream) throws java.io.IOException;
1701 method @Deprecated public org.apache.http.HttpHost getHost();
1705 method @Deprecated public org.apache.http.conn.routing.HttpRoute getRoute();
1706 method @Deprecated public javax.net.ssl.SSLSession getSSLSession();
1707 method @Deprecated public Object getState();
1708 method @Deprecated public boolean isMarkedReusable();
1709 method @Deprecated public boolean isSecure();
1710 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
1711 method @Deprecated public void markReusable();
1712 …method @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protoc…
1713 method @Deprecated public void setIdleDuration(long, java.util.concurrent.TimeUnit);
1714 method @Deprecated public void setState(Object);
1715 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
1716 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
1717 method @Deprecated public void unmarkReusable();
1721 …method @Deprecated public java.net.Socket connectSocket(java.net.Socket, String, int, java.net.Ine…
1722 method @Deprecated public java.net.Socket createSocket();
1723 …method @Deprecated public static org.apache.http.conn.MultihomePlainSocketFactory getSocketFactory…
1724 …method @Deprecated public boolean isSecure(java.net.Socket) throws java.lang.IllegalArgumentExcept…
1728 method @Deprecated public java.net.Socket getSocket();
1729 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1730 method @Deprecated public boolean isSecure();
1731 …method @Deprecated public void openCompleted(boolean, org.apache.http.params.HttpParams) throws ja…
1732 …method @Deprecated public void opening(java.net.Socket, org.apache.http.HttpHost) throws java.io.I…
1733 …method @Deprecated public void update(java.net.Socket, org.apache.http.HttpHost, boolean, org.apac…
1746 method @Deprecated public void setMaxStatusLineGarbage(int);
1757 …method @Deprecated public void setConnectionsPerRoute(org.apache.http.conn.params.ConnPerRouteBean…
1758 method @Deprecated public void setMaxTotalConnections(int);
1759 method @Deprecated public void setTimeout(long);
1764 …method @Deprecated public static org.apache.http.conn.params.ConnPerRoute getMaxConnectionsPerRout…
1765 method @Deprecated public static int getMaxTotalConnections(org.apache.http.params.HttpParams);
1766 method @Deprecated public static long getTimeout(org.apache.http.params.HttpParams);
1767 …method @Deprecated public static void setMaxConnectionsPerRoute(org.apache.http.params.HttpParams,…
1768 …method @Deprecated public static void setMaxTotalConnections(org.apache.http.params.HttpParams, in…
1769 method @Deprecated public static void setTimeout(org.apache.http.params.HttpParams, long);
1774 method @Deprecated public int getMaxForRoute(org.apache.http.conn.routing.HttpRoute);
1780 method @Deprecated public int getDefaultMax();
1781 method @Deprecated public int getMaxForRoute(org.apache.http.conn.routing.HttpRoute);
1782 method @Deprecated public void setDefaultMaxPerRoute(int);
1783 method @Deprecated public void setMaxForRoute(org.apache.http.conn.routing.HttpRoute, int);
1784 …method @Deprecated public void setMaxForRoutes(java.util.Map<org.apache.http.conn.routing.HttpRout…
1796 method @Deprecated public void setDefaultProxy(org.apache.http.HttpHost);
1797 method @Deprecated public void setForcedRoute(org.apache.http.conn.routing.HttpRoute);
1798 method @Deprecated public void setLocalAddress(java.net.InetAddress);
1802 …method @Deprecated public static org.apache.http.HttpHost getDefaultProxy(org.apache.http.params.H…
1803 …method @Deprecated public static org.apache.http.conn.routing.HttpRoute getForcedRoute(org.apache.…
1804 …method @Deprecated public static java.net.InetAddress getLocalAddress(org.apache.http.params.HttpP…
1805 …method @Deprecated public static void setDefaultProxy(org.apache.http.params.HttpParams, org.apach…
1806 …method @Deprecated public static void setForcedRoute(org.apache.http.params.HttpParams, org.apache…
1807 …method @Deprecated public static void setLocalAddress(org.apache.http.params.HttpParams, java.net.…
1818 …method @Deprecated protected int directStep(org.apache.http.conn.routing.RouteInfo, org.apache.htt…
1819 method @Deprecated protected int firstStep(org.apache.http.conn.routing.RouteInfo);
1820 …method @Deprecated public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.con…
1821 …method @Deprecated protected int proxiedStep(org.apache.http.conn.routing.RouteInfo, org.apache.ht…
1830 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
1831 method @Deprecated public int getHopCount();
1832 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1833 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1834 method @Deprecated public java.net.InetAddress getLocalAddress();
1835 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1836 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1837 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1838 method @Deprecated public boolean isLayered();
1839 method @Deprecated public boolean isSecure();
1840 method @Deprecated public boolean isTunnelled();
1844 …method @Deprecated public int nextStep(org.apache.http.conn.routing.RouteInfo, org.apache.http.con…
1855 …method @Deprecated public org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.Ht…
1859 method @Deprecated public int getHopCount();
1860 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1861 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1862 method @Deprecated public java.net.InetAddress getLocalAddress();
1863 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1864 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1865 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1866 method @Deprecated public boolean isLayered();
1867 method @Deprecated public boolean isSecure();
1868 method @Deprecated public boolean isTunnelled();
1884 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
1885 method @Deprecated public void connectProxy(org.apache.http.HttpHost, boolean);
1886 method @Deprecated public void connectTarget(boolean);
1887 method @Deprecated public int getHopCount();
1888 method @Deprecated public org.apache.http.HttpHost getHopTarget(int);
1889 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1890 method @Deprecated public java.net.InetAddress getLocalAddress();
1891 method @Deprecated public org.apache.http.HttpHost getProxyHost();
1892 method @Deprecated public org.apache.http.HttpHost getTargetHost();
1893 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1894 method @Deprecated public boolean isConnected();
1895 method @Deprecated public boolean isLayered();
1896 method @Deprecated public boolean isSecure();
1897 method @Deprecated public boolean isTunnelled();
1898 method @Deprecated public void layerProtocol(boolean);
1899 method @Deprecated public org.apache.http.conn.routing.HttpRoute toRoute();
1900 method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean);
1901 method @Deprecated public void tunnelTarget(boolean);
1911 …method @Deprecated public java.net.Socket connectSocket(java.net.Socket, String, int, java.net.Ine…
1912 method @Deprecated public java.net.Socket createSocket();
1913 …method @Deprecated public static org.apache.http.conn.scheme.PlainSocketFactory getSocketFactory();
1914 …method @Deprecated public boolean isSecure(java.net.Socket) throws java.lang.IllegalArgumentExcept…
1919 method @Deprecated public int getDefaultPort();
1920 method @Deprecated public String getName();
1921 method @Deprecated public org.apache.http.conn.scheme.SocketFactory getSocketFactory();
1922 method @Deprecated public boolean isLayered();
1923 method @Deprecated public int resolvePort(int);
1928 method @Deprecated public org.apache.http.conn.scheme.Scheme get(String);
1929 method @Deprecated public org.apache.http.conn.scheme.Scheme getScheme(String);
1930 … method @Deprecated public org.apache.http.conn.scheme.Scheme getScheme(org.apache.http.HttpHost);
1931 method @Deprecated public java.util.List<java.lang.String> getSchemeNames();
1932 …method @Deprecated public org.apache.http.conn.scheme.Scheme register(org.apache.http.conn.scheme.…
1933 …method @Deprecated public void setItems(java.util.Map<java.lang.String,org.apache.http.conn.scheme…
1934 method @Deprecated public org.apache.http.conn.scheme.Scheme unregister(String);
1942 method @Deprecated public static boolean isIPv4Address(String);
1943 method @Deprecated public static boolean isIPv6Address(String);
1944 method @Deprecated public static boolean isIPv6HexCompressedAddress(String);
1945 method @Deprecated public static boolean isIPv6StdAddress(String);
1953 method @Deprecated public boolean containsAttribute(String);
1954 method @Deprecated public String getAttribute(String);
1968 method @Deprecated public String getComment();
1969 method @Deprecated public String getCommentURL();
1970 method @Deprecated public String getDomain();
1971 method @Deprecated public java.util.Date getExpiryDate();
1972 method @Deprecated public String getName();
1973 method @Deprecated public String getPath();
1974 method @Deprecated public int[] getPorts();
1975 method @Deprecated public String getValue();
1976 method @Deprecated public int getVersion();
1977 method @Deprecated public boolean isExpired(java.util.Date);
1978 method @Deprecated public boolean isPersistent();
1979 method @Deprecated public boolean isSecure();
1983 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
1984 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
1985 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
1990 …method @Deprecated public int compare(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cookie…
1995 method @Deprecated public String getHost();
1996 method @Deprecated public String getPath();
1997 method @Deprecated public int getPort();
1998 method @Deprecated public boolean isSecure();
2003 …method @Deprecated public int compare(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cookie…
2007 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
2008 method @Deprecated public int getVersion();
2009 method @Deprecated public org.apache.http.Header getVersionHeader();
2010 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
2011 …method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Head…
2012 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
2016 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
2021 …method @Deprecated public org.apache.http.cookie.CookieSpec getCookieSpec(String, org.apache.http.…
2022 …method @Deprecated public org.apache.http.cookie.CookieSpec getCookieSpec(String) throws java.lang…
2023 method @Deprecated public java.util.List<java.lang.String> getSpecNames();
2024 method @Deprecated public void register(String, org.apache.http.cookie.CookieSpecFactory);
2025 …method @Deprecated public void setItems(java.util.Map<java.lang.String,org.apache.http.cookie.Cook…
2026 method @Deprecated public void unregister(String);
2043 method @Deprecated public void setComment(String);
2044 method @Deprecated public void setDomain(String);
2045 method @Deprecated public void setExpiryDate(java.util.Date);
2046 method @Deprecated public void setPath(String);
2047 method @Deprecated public void setSecure(boolean);
2048 method @Deprecated public void setValue(String);
2049 method @Deprecated public void setVersion(int);
2053 method @Deprecated public void setCommentURL(String);
2054 method @Deprecated public void setDiscard(boolean);
2055 method @Deprecated public void setPorts(int[]);
2069 method @Deprecated public void setDatePatterns(java.util.Collection<java.lang.String>);
2070 method @Deprecated public void setSingleHeader(boolean);
2079 …method @Deprecated public void consumeContent() throws java.io.IOException, java.lang.UnsupportedO…
2080 method @Deprecated public org.apache.http.Header getContentEncoding();
2081 method @Deprecated public org.apache.http.Header getContentType();
2082 method @Deprecated public boolean isChunked();
2083 method @Deprecated public void setChunked(boolean);
2084 method @Deprecated public void setContentEncoding(org.apache.http.Header);
2085 method @Deprecated public void setContentEncoding(String);
2086 method @Deprecated public void setContentType(org.apache.http.Header);
2087 method @Deprecated public void setContentType(String);
2095 method @Deprecated public void consumeContent() throws java.io.IOException;
2096 … method @Deprecated public java.io.InputStream getContent() throws java.lang.IllegalStateException;
2097 method @Deprecated public long getContentLength();
2098 method @Deprecated public boolean isRepeatable();
2099 method @Deprecated public boolean isStreaming();
2100 method @Deprecated public void setContent(java.io.InputStream);
2101 method @Deprecated public void setContentLength(long);
2102 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2111 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
2112 method @Deprecated public java.io.InputStream getContent();
2113 method @Deprecated public long getContentLength();
2114 method @Deprecated public boolean isRepeatable();
2115 method @Deprecated public boolean isStreaming();
2116 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2121 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
2127 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2132 method @Deprecated public void consumeContent() throws java.io.IOException;
2133 method @Deprecated public java.io.InputStream getContent();
2134 method @Deprecated public long getContentLength();
2135 method @Deprecated public boolean isRepeatable();
2136 method @Deprecated public boolean isStreaming();
2137 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2142 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
2143 method @Deprecated public java.io.InputStream getContent() throws java.io.IOException;
2144 method @Deprecated public long getContentLength();
2145 method @Deprecated public boolean isRepeatable();
2146 method @Deprecated public boolean isStreaming();
2147 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2153 method @Deprecated public void consumeContent() throws java.io.IOException;
2154 method @Deprecated public java.io.InputStream getContent() throws java.io.IOException;
2155 method @Deprecated public org.apache.http.Header getContentEncoding();
2156 method @Deprecated public long getContentLength();
2157 method @Deprecated public org.apache.http.Header getContentType();
2158 method @Deprecated public boolean isChunked();
2159 method @Deprecated public boolean isRepeatable();
2160 method @Deprecated public boolean isStreaming();
2161 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2167 method @Deprecated public void consumeContent() throws java.io.IOException;
2168 method @Deprecated public java.io.InputStream getContent() throws java.io.IOException;
2169 method @Deprecated public long getContentLength();
2170 method @Deprecated public boolean isRepeatable();
2171 method @Deprecated public boolean isStreaming();
2172 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2177 …method @Deprecated public java.io.InputStream getContent() throws java.io.IOException, java.lang.I…
2178 method @Deprecated public long getContentLength();
2179 method @Deprecated public boolean isRepeatable();
2180 method @Deprecated public boolean isStreaming();
2181 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2187 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
2188 method @Deprecated public java.io.InputStream getContent() throws java.io.IOException;
2189 method @Deprecated public long getContentLength();
2190 method @Deprecated public boolean isRepeatable();
2191 method @Deprecated public boolean isStreaming();
2192 method @Deprecated public void writeTo(java.io.OutputStream) throws java.io.IOException;
2202 method @Deprecated protected abstract void assertOpen() throws java.lang.IllegalStateException;
2203 …method @Deprecated protected org.apache.http.impl.entity.EntityDeserializer createEntityDeserializ…
2204 …method @Deprecated protected org.apache.http.impl.entity.EntitySerializer createEntitySerializer();
2205 method @Deprecated protected org.apache.http.HttpResponseFactory createHttpResponseFactory();
2206 …method @Deprecated protected org.apache.http.io.HttpMessageWriter createRequestWriter(org.apache.h…
2207 …method @Deprecated protected org.apache.http.io.HttpMessageParser createResponseParser(org.apache.…
2208 method @Deprecated protected void doFlush() throws java.io.IOException;
2209 method @Deprecated public void flush() throws java.io.IOException;
2210 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2211 …method @Deprecated protected void init(org.apache.http.io.SessionInputBuffer, org.apache.http.io.S…
2212 method @Deprecated public boolean isResponseAvailable(int) throws java.io.IOException;
2213 method @Deprecated public boolean isStale();
2214 …method @Deprecated public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apac…
2215 …method @Deprecated public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.h…
2216 …method @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throw…
2217 …method @Deprecated public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.ht…
2222 method @Deprecated protected abstract void assertOpen() throws java.lang.IllegalStateException;
2223 …method @Deprecated protected org.apache.http.impl.entity.EntityDeserializer createEntityDeserializ…
2224 …method @Deprecated protected org.apache.http.impl.entity.EntitySerializer createEntitySerializer();
2225 method @Deprecated protected org.apache.http.HttpRequestFactory createHttpRequestFactory();
2226 …method @Deprecated protected org.apache.http.io.HttpMessageParser createRequestParser(org.apache.h…
2227 …method @Deprecated protected org.apache.http.io.HttpMessageWriter createResponseWriter(org.apache.…
2228 method @Deprecated protected void doFlush() throws java.io.IOException;
2229 method @Deprecated public void flush() throws java.io.IOException;
2230 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2231 …method @Deprecated protected void init(org.apache.http.io.SessionInputBuffer, org.apache.http.io.S…
2232 method @Deprecated public boolean isStale();
2233 …method @Deprecated public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) th…
2234 …method @Deprecated public org.apache.http.HttpRequest receiveRequestHeader() throws org.apache.htt…
2235 …method @Deprecated public void sendResponseEntity(org.apache.http.HttpResponse) throws org.apache.…
2236 …method @Deprecated public void sendResponseHeader(org.apache.http.HttpResponse) throws org.apache.…
2241 …method @Deprecated protected org.apache.http.TokenIterator createTokenIterator(org.apache.http.Hea…
2242 …method @Deprecated public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol…
2247 …method @Deprecated public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws jav…
2252 …method @Deprecated public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine) …
2253 …method @Deprecated public org.apache.http.HttpRequest newHttpRequest(String, String) throws org.ap…
2259 …method @Deprecated protected java.util.Locale determineLocale(org.apache.http.protocol.HttpContext…
2260 …method @Deprecated public org.apache.http.HttpResponse newHttpResponse(org.apache.http.ProtocolVer…
2261 …method @Deprecated public org.apache.http.HttpResponse newHttpResponse(org.apache.http.StatusLine,…
2267 …method @Deprecated public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws jav…
2272 method @Deprecated public String getReason(int, java.util.Locale);
2278 method @Deprecated public Object getMetric(String);
2279 method @Deprecated public long getReceivedBytesCount();
2280 method @Deprecated public long getRequestCount();
2281 method @Deprecated public long getResponseCount();
2282 method @Deprecated public long getSentBytesCount();
2283 method @Deprecated public void incrementRequestCount();
2284 method @Deprecated public void incrementResponseCount();
2285 method @Deprecated public void reset();
2286 method @Deprecated public void setMetric(String, Object);
2295 …method @Deprecated public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol…
2300 method @Deprecated protected void assertNotOpen();
2301 method @Deprecated protected void assertOpen();
2302 …method @Deprecated protected void bind(java.net.Socket, org.apache.http.params.HttpParams) throws …
2303 method @Deprecated public void close() throws java.io.IOException;
2304 …method @Deprecated protected org.apache.http.io.SessionInputBuffer createSessionInputBuffer(java.n…
2305 …method @Deprecated protected org.apache.http.io.SessionOutputBuffer createSessionOutputBuffer(java…
2306 method @Deprecated public java.net.InetAddress getLocalAddress();
2307 method @Deprecated public int getLocalPort();
2308 method @Deprecated public java.net.InetAddress getRemoteAddress();
2309 method @Deprecated public int getRemotePort();
2310 method @Deprecated protected java.net.Socket getSocket();
2311 method @Deprecated public int getSocketTimeout();
2312 method @Deprecated public boolean isOpen();
2313 method @Deprecated public void setSocketTimeout(int);
2314 method @Deprecated public void shutdown() throws java.io.IOException;
2319 method @Deprecated protected void assertNotOpen();
2320 method @Deprecated protected void assertOpen();
2321 …method @Deprecated protected void bind(java.net.Socket, org.apache.http.params.HttpParams) throws …
2322 method @Deprecated public void close() throws java.io.IOException;
2323 …method @Deprecated protected org.apache.http.io.SessionInputBuffer createHttpDataReceiver(java.net…
2324 …method @Deprecated protected org.apache.http.io.SessionOutputBuffer createHttpDataTransmitter(java…
2325 method @Deprecated public java.net.InetAddress getLocalAddress();
2326 method @Deprecated public int getLocalPort();
2327 method @Deprecated public java.net.InetAddress getRemoteAddress();
2328 method @Deprecated public int getRemotePort();
2329 method @Deprecated protected java.net.Socket getSocket();
2330 method @Deprecated public int getSocketTimeout();
2331 method @Deprecated public boolean isOpen();
2332 method @Deprecated public void setSocketTimeout(int);
2333 method @Deprecated public void shutdown() throws java.io.IOException;
2342 method @Deprecated public boolean isProxy();
2343 …method @Deprecated protected abstract void parseChallenge(org.apache.http.util.CharArrayBuffer, in…
2344 …method @Deprecated public void processChallenge(org.apache.http.Header) throws org.apache.http.aut…
2349 …method @Deprecated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, or…
2350 …method @Deprecated public static org.apache.http.Header authenticate(org.apache.http.auth.Credenti…
2351 method @Deprecated public String getSchemeName();
2352 method @Deprecated public boolean isComplete();
2353 method @Deprecated public boolean isConnectionBased();
2358 …method @Deprecated public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpP…
2363 …method @Deprecated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, or…
2364 method @Deprecated public static String createCnonce();
2365 method @Deprecated public String getSchemeName();
2366 method @Deprecated public boolean isComplete();
2367 method @Deprecated public boolean isConnectionBased();
2368 method @Deprecated public void overrideParamter(String, String);
2373 …method @Deprecated public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpP…
2377 …method @Deprecated public String generateType1Msg(String, String) throws org.apache.http.impl.auth…
2378 …method @Deprecated public String generateType3Msg(String, String, String, String, String) throws o…
2389 …method @Deprecated public org.apache.http.Header authenticate(org.apache.http.auth.Credentials, or…
2390 method @Deprecated public String getParameter(String);
2391 method @Deprecated public String getRealm();
2392 method @Deprecated public String getSchemeName();
2393 method @Deprecated public boolean isComplete();
2394 method @Deprecated public boolean isConnectionBased();
2395 …method @Deprecated protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) t…
2400 method @Deprecated public String getParameter(String);
2401 method @Deprecated protected java.util.Map<java.lang.String,java.lang.String> getParameters();
2402 method @Deprecated public String getRealm();
2403 …method @Deprecated protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) t…
2418 method @Deprecated protected java.util.List<java.lang.String> getAuthPreferences();
2419 …method @Deprecated protected java.util.Map<java.lang.String,org.apache.http.Header> parseChallenge…
2420 …method @Deprecated public org.apache.http.auth.AuthScheme selectScheme(java.util.Map<java.lang.Str…
2425 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
2426 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
2427 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
2428 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
2429 method @Deprecated public void clearRequestInterceptors();
2430 method @Deprecated public void clearResponseInterceptors();
2431 …method @Deprecated protected abstract org.apache.http.auth.AuthSchemeRegistry createAuthSchemeRegi…
2432 …method @Deprecated protected abstract org.apache.http.conn.ClientConnectionManager createClientCon…
2433 …method @Deprecated protected org.apache.http.client.RequestDirector createClientRequestDirector(or…
2434 …method @Deprecated protected abstract org.apache.http.conn.ConnectionKeepAliveStrategy createConne…
2435 …method @Deprecated protected abstract org.apache.http.ConnectionReuseStrategy createConnectionReus…
2436 …method @Deprecated protected abstract org.apache.http.cookie.CookieSpecRegistry createCookieSpecRe…
2437 method @Deprecated protected abstract org.apache.http.client.CookieStore createCookieStore();
2438 …method @Deprecated protected abstract org.apache.http.client.CredentialsProvider createCredentials…
2439 method @Deprecated protected abstract org.apache.http.protocol.HttpContext createHttpContext();
2440 method @Deprecated protected abstract org.apache.http.params.HttpParams createHttpParams();
2441 …method @Deprecated protected abstract org.apache.http.protocol.BasicHttpProcessor createHttpProces…
2442 …method @Deprecated protected abstract org.apache.http.client.HttpRequestRetryHandler createHttpReq…
2443 …method @Deprecated protected abstract org.apache.http.conn.routing.HttpRoutePlanner createHttpRout…
2444 …method @Deprecated protected abstract org.apache.http.client.AuthenticationHandler createProxyAuth…
2445 …method @Deprecated protected abstract org.apache.http.client.RedirectHandler createRedirectHandler…
2446 …method @Deprecated protected abstract org.apache.http.protocol.HttpRequestExecutor createRequestEx…
2447 …method @Deprecated protected abstract org.apache.http.client.AuthenticationHandler createTargetAut…
2448 …method @Deprecated protected abstract org.apache.http.client.UserTokenHandler createUserTokenHandl…
2449 …method @Deprecated protected org.apache.http.params.HttpParams determineParams(org.apache.http.Htt…
2450 …method @Deprecated public final org.apache.http.HttpResponse execute(org.apache.http.client.method…
2451 …method @Deprecated public final org.apache.http.HttpResponse execute(org.apache.http.client.method…
2452 …method @Deprecated public final org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org…
2453 …method @Deprecated public final org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org…
2454 …method @Deprecated public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.…
2455 …method @Deprecated public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.…
2456 …method @Deprecated public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org…
2457 …method @Deprecated public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org…
2458 method @Deprecated public final org.apache.http.auth.AuthSchemeRegistry getAuthSchemes();
2459 …method @Deprecated public final org.apache.http.conn.ConnectionKeepAliveStrategy getConnectionKeep…
2460 …method @Deprecated public final org.apache.http.conn.ClientConnectionManager getConnectionManager(…
2461 …method @Deprecated public final org.apache.http.ConnectionReuseStrategy getConnectionReuseStrategy…
2462 method @Deprecated public final org.apache.http.cookie.CookieSpecRegistry getCookieSpecs();
2463 method @Deprecated public final org.apache.http.client.CookieStore getCookieStore();
2464 …method @Deprecated public final org.apache.http.client.CredentialsProvider getCredentialsProvider(…
2465 … method @Deprecated protected final org.apache.http.protocol.BasicHttpProcessor getHttpProcessor();
2466 …method @Deprecated public final org.apache.http.client.HttpRequestRetryHandler getHttpRequestRetry…
2467 method @Deprecated public final org.apache.http.params.HttpParams getParams();
2468 …method @Deprecated public final org.apache.http.client.AuthenticationHandler getProxyAuthenticatio…
2469 method @Deprecated public final org.apache.http.client.RedirectHandler getRedirectHandler();
2470 … method @Deprecated public final org.apache.http.protocol.HttpRequestExecutor getRequestExecutor();
2471 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
2472 method @Deprecated public int getRequestInterceptorCount();
2473 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
2474 method @Deprecated public int getResponseInterceptorCount();
2475 method @Deprecated public final org.apache.http.conn.routing.HttpRoutePlanner getRoutePlanner();
2476 …method @Deprecated public final org.apache.http.client.AuthenticationHandler getTargetAuthenticati…
2477 method @Deprecated public final org.apache.http.client.UserTokenHandler getUserTokenHandler();
2478 …method @Deprecated public void removeRequestInterceptorByClass(Class<? extends org.apache.http.Htt…
2479 …method @Deprecated public void removeResponseInterceptorByClass(Class<? extends org.apache.http.Ht…
2480 method @Deprecated public void setAuthSchemes(org.apache.http.auth.AuthSchemeRegistry);
2481 method @Deprecated public void setCookieSpecs(org.apache.http.cookie.CookieSpecRegistry);
2482 method @Deprecated public void setCookieStore(org.apache.http.client.CookieStore);
2483 … method @Deprecated public void setCredentialsProvider(org.apache.http.client.CredentialsProvider);
2484 …method @Deprecated public void setHttpRequestRetryHandler(org.apache.http.client.HttpRequestRetryH…
2485 …method @Deprecated public void setKeepAliveStrategy(org.apache.http.conn.ConnectionKeepAliveStrate…
2486 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
2487 …method @Deprecated public void setProxyAuthenticationHandler(org.apache.http.client.Authentication…
2488 method @Deprecated public void setRedirectHandler(org.apache.http.client.RedirectHandler);
2489 method @Deprecated public void setReuseStrategy(org.apache.http.ConnectionReuseStrategy);
2490 method @Deprecated public void setRoutePlanner(org.apache.http.conn.routing.HttpRoutePlanner);
2491 …method @Deprecated public void setTargetAuthenticationHandler(org.apache.http.client.Authenticatio…
2492 method @Deprecated public void setUserTokenHandler(org.apache.http.client.UserTokenHandler);
2497 method @Deprecated public void addCookie(org.apache.http.cookie.Cookie);
2498 method @Deprecated public void addCookies(org.apache.http.cookie.Cookie[]);
2499 method @Deprecated public void clear();
2500 method @Deprecated public boolean clearExpired(java.util.Date);
2501 method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> getCookies();
2506 method @Deprecated public void clear();
2507 …method @Deprecated public org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.Aut…
2508 …method @Deprecated public void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth…
2513 …method @Deprecated public String handleResponse(org.apache.http.HttpResponse) throws org.apache.ht…
2520 method @Deprecated public org.apache.http.params.HttpParams copy();
2521 method @Deprecated public final org.apache.http.params.HttpParams getApplicationParams();
2522 method @Deprecated public final org.apache.http.params.HttpParams getClientParams();
2523 method @Deprecated public final org.apache.http.params.HttpParams getOverrideParams();
2524 method @Deprecated public Object getParameter(String);
2525 method @Deprecated public final org.apache.http.params.HttpParams getRequestParams();
2526 method @Deprecated public boolean removeParameter(String);
2527 …method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object) throws ja…
2536 …method @Deprecated public long getKeepAliveDuration(org.apache.http.HttpResponse, org.apache.http.…
2543 method @Deprecated protected org.apache.http.auth.AuthSchemeRegistry createAuthSchemeRegistry();
2544 …method @Deprecated protected org.apache.http.conn.ClientConnectionManager createClientConnectionMa…
2545 …method @Deprecated protected org.apache.http.conn.ConnectionKeepAliveStrategy createConnectionKeep…
2546 …method @Deprecated protected org.apache.http.ConnectionReuseStrategy createConnectionReuseStrategy…
2547 … method @Deprecated protected org.apache.http.cookie.CookieSpecRegistry createCookieSpecRegistry();
2548 method @Deprecated protected org.apache.http.client.CookieStore createCookieStore();
2549 …method @Deprecated protected org.apache.http.client.CredentialsProvider createCredentialsProvider(…
2550 method @Deprecated protected org.apache.http.protocol.HttpContext createHttpContext();
2551 method @Deprecated protected org.apache.http.params.HttpParams createHttpParams();
2552 method @Deprecated protected org.apache.http.protocol.BasicHttpProcessor createHttpProcessor();
2553 …method @Deprecated protected org.apache.http.client.HttpRequestRetryHandler createHttpRequestRetry…
2554 …method @Deprecated protected org.apache.http.conn.routing.HttpRoutePlanner createHttpRoutePlanner(…
2555 …method @Deprecated protected org.apache.http.client.AuthenticationHandler createProxyAuthenticatio…
2556 method @Deprecated protected org.apache.http.client.RedirectHandler createRedirectHandler();
2557 … method @Deprecated protected org.apache.http.protocol.HttpRequestExecutor createRequestExecutor();
2558 …method @Deprecated protected org.apache.http.client.AuthenticationHandler createTargetAuthenticati…
2559 method @Deprecated protected org.apache.http.client.UserTokenHandler createUserTokenHandler();
2565 method @Deprecated public int getRetryCount();
2566 method @Deprecated public boolean isRequestSentRetryEnabled();
2567 …method @Deprecated public boolean retryRequest(java.io.IOException, int, org.apache.http.protocol.…
2572 …method @Deprecated public java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org…
2573 …method @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apac…
2578 …method @Deprecated public java.net.URI getLocationURI(org.apache.http.HttpResponse, org.apache.htt…
2579 …method @Deprecated public boolean isRedirectRequested(org.apache.http.HttpResponse, org.apache.htt…
2584 …method @Deprecated protected org.apache.http.HttpRequest createConnectRequest(org.apache.http.conn…
2585 …method @Deprecated protected boolean createTunnelToProxy(org.apache.http.conn.routing.HttpRoute, i…
2586 …method @Deprecated protected boolean createTunnelToTarget(org.apache.http.conn.routing.HttpRoute, …
2587 …method @Deprecated protected org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http…
2588 …method @Deprecated protected void establishRoute(org.apache.http.conn.routing.HttpRoute, org.apach…
2589 …method @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apach…
2590 …method @Deprecated protected org.apache.http.impl.client.RoutedRequest handleResponse(org.apache.h…
2591 method @Deprecated protected void releaseConnection();
2592 …method @Deprecated protected void rewriteRequestURI(org.apache.http.impl.client.RequestWrapper, or…
2607 …method @Deprecated public java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org…
2608 …method @Deprecated public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apac…
2613 method @Deprecated public Object getUserToken(org.apache.http.protocol.HttpContext);
2618 method @Deprecated public boolean expectContinue();
2619 method @Deprecated public org.apache.http.HttpEntity getEntity();
2620 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
2625 method @Deprecated public void add(java.net.URI);
2626 method @Deprecated public boolean contains(java.net.URI);
2627 method @Deprecated public boolean remove(java.net.URI);
2632 method @Deprecated public void abort() throws java.lang.UnsupportedOperationException;
2633 method @Deprecated public int getExecCount();
2634 method @Deprecated public String getMethod();
2635 method @Deprecated public org.apache.http.HttpRequest getOriginal();
2636 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
2637 method @Deprecated public org.apache.http.RequestLine getRequestLine();
2638 method @Deprecated public java.net.URI getURI();
2639 method @Deprecated public void incrementExecCount();
2640 method @Deprecated public boolean isAborted();
2641 method @Deprecated public boolean isRepeatable();
2642 method @Deprecated public void resetHeaders();
2643 method @Deprecated public void setMethod(String);
2644 method @Deprecated public void setProtocolVersion(org.apache.http.ProtocolVersion);
2645 method @Deprecated public void setURI(java.net.URI);
2650 method @Deprecated public final org.apache.http.impl.client.RequestWrapper getRequest();
2651 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2658 method @Deprecated public org.apache.http.HttpResponse getResponse();
2667 method @Deprecated public void abortConnection();
2668 … method @Deprecated protected final void assertNotAborted() throws java.io.InterruptedIOException;
2669 …method @Deprecated protected final void assertValid(org.apache.http.conn.OperatedClientConnection);
2670 method @Deprecated protected void detach();
2671 method @Deprecated public void flush() throws java.io.IOException;
2672 method @Deprecated public java.net.InetAddress getLocalAddress();
2673 method @Deprecated public int getLocalPort();
2674 method @Deprecated protected org.apache.http.conn.ClientConnectionManager getManager();
2675 method @Deprecated public org.apache.http.HttpConnectionMetrics getMetrics();
2676 method @Deprecated public java.net.InetAddress getRemoteAddress();
2677 method @Deprecated public int getRemotePort();
2678 method @Deprecated public javax.net.ssl.SSLSession getSSLSession();
2679 method @Deprecated public int getSocketTimeout();
2680 … method @Deprecated protected org.apache.http.conn.OperatedClientConnection getWrappedConnection();
2681 method @Deprecated public boolean isMarkedReusable();
2682 method @Deprecated public boolean isOpen();
2683 method @Deprecated public boolean isResponseAvailable(int) throws java.io.IOException;
2684 method @Deprecated public boolean isSecure();
2685 method @Deprecated public boolean isStale();
2686 method @Deprecated public void markReusable();
2687 …method @Deprecated public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apac…
2688 …method @Deprecated public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.h…
2689 method @Deprecated public void releaseConnection();
2690 …method @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throw…
2691 …method @Deprecated public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.ht…
2692 method @Deprecated public void setIdleDuration(long, java.util.concurrent.TimeUnit);
2693 method @Deprecated public void setSocketTimeout(int);
2694 method @Deprecated public void unmarkReusable();
2699 method @Deprecated public Object getState();
2700 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
2701 …method @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protoc…
2702 method @Deprecated public void setState(Object);
2703 method @Deprecated protected void shutdownEntry();
2704 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
2705 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
2715 method @Deprecated protected final void assertAttached();
2716 method @Deprecated public void close() throws java.io.IOException;
2717 method @Deprecated public org.apache.http.conn.routing.HttpRoute getRoute();
2718 method @Deprecated public Object getState();
2719 …method @Deprecated public void layerProtocol(org.apache.http.protocol.HttpContext, org.apache.http…
2720 …method @Deprecated public void open(org.apache.http.conn.routing.HttpRoute, org.apache.http.protoc…
2721 method @Deprecated public void setState(Object);
2722 method @Deprecated public void shutdown() throws java.io.IOException;
2723 …method @Deprecated public void tunnelProxy(org.apache.http.HttpHost, boolean, org.apache.http.para…
2724 …method @Deprecated public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws jav…
2730 method @Deprecated public final java.net.Socket getSocket();
2731 method @Deprecated public final org.apache.http.HttpHost getTargetHost();
2732 method @Deprecated public final boolean isSecure();
2733 …method @Deprecated public void openCompleted(boolean, org.apache.http.params.HttpParams) throws ja…
2734 …method @Deprecated public void opening(java.net.Socket, org.apache.http.HttpHost) throws java.io.I…
2735 …method @Deprecated public void update(java.net.Socket, org.apache.http.HttpHost, boolean, org.apac…
2740 method @Deprecated public org.apache.http.conn.OperatedClientConnection createConnection();
2741 …method @Deprecated public void openConnection(org.apache.http.conn.OperatedClientConnection, org.a…
2742 …method @Deprecated protected void prepareSocket(java.net.Socket, org.apache.http.protocol.HttpCont…
2743 …method @Deprecated public void updateSecureConnection(org.apache.http.conn.OperatedClientConnectio…
2749 …method @Deprecated public org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.Ht…
2755 …method @Deprecated protected org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInput…
2760 …method @Deprecated public void add(org.apache.http.HttpConnection, long, java.util.concurrent.Time…
2761 method @Deprecated public void closeExpiredConnections();
2762 method @Deprecated public void closeIdleConnections(long);
2763 method @Deprecated public boolean remove(org.apache.http.HttpConnection);
2764 method @Deprecated public void removeAll();
2769 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
2770 method @Deprecated public boolean isDataAvailable(int) throws java.io.IOException;
2771 method @Deprecated public int read(byte[], int, int) throws java.io.IOException;
2772 method @Deprecated public int read() throws java.io.IOException;
2773 method @Deprecated public int read(byte[]) throws java.io.IOException;
2774 method @Deprecated public String readLine() throws java.io.IOException;
2775 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
2780 method @Deprecated public void flush() throws java.io.IOException;
2781 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
2782 method @Deprecated public void write(byte[], int, int) throws java.io.IOException;
2783 method @Deprecated public void write(int) throws java.io.IOException;
2784 method @Deprecated public void write(byte[]) throws java.io.IOException;
2785 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
2786 method @Deprecated public void writeLine(String) throws java.io.IOException;
2791 …method @Deprecated protected java.net.Proxy chooseProxy(java.util.List<java.net.Proxy>, org.apache…
2792 …method @Deprecated protected org.apache.http.HttpHost determineProxy(org.apache.http.HttpHost, org…
2793 …method @Deprecated public org.apache.http.conn.routing.HttpRoute determineRoute(org.apache.http.Ht…
2794 method @Deprecated protected String getHost(java.net.InetSocketAddress);
2795 method @Deprecated public java.net.ProxySelector getProxySelector();
2796 method @Deprecated public void setProxySelector(java.net.ProxySelector);
2803 method @Deprecated protected final void assertStillUp() throws java.lang.IllegalStateException;
2804 method @Deprecated public void closeExpiredConnections();
2805 method @Deprecated public void closeIdleConnections(long, java.util.concurrent.TimeUnit);
2806 …method @Deprecated protected org.apache.http.conn.ClientConnectionOperator createConnectionOperato…
2807 …method @Deprecated public org.apache.http.conn.ManagedClientConnection getConnection(org.apache.ht…
2808 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
2809 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
2810 …method @Deprecated public final org.apache.http.conn.ClientConnectionRequest requestConnection(org…
2811 method @Deprecated protected void revokeConnection();
2812 method @Deprecated public void shutdown();
2830 method @Deprecated protected void close() throws java.io.IOException;
2831 method @Deprecated protected void shutdown() throws java.io.IOException;
2836 method @Deprecated public boolean enabled();
2837 method @Deprecated public void input(java.io.InputStream) throws java.io.IOException;
2838 method @Deprecated public void input(byte[], int, int) throws java.io.IOException;
2839 method @Deprecated public void input(byte[]) throws java.io.IOException;
2840 method @Deprecated public void input(int) throws java.io.IOException;
2841 method @Deprecated public void input(String) throws java.io.IOException;
2842 method @Deprecated public void output(java.io.InputStream) throws java.io.IOException;
2843 method @Deprecated public void output(byte[], int, int) throws java.io.IOException;
2844 method @Deprecated public void output(byte[]) throws java.io.IOException;
2845 method @Deprecated public void output(int) throws java.io.IOException;
2846 method @Deprecated public void output(String) throws java.io.IOException;
2855 … method @Deprecated protected void closeConnection(org.apache.http.conn.OperatedClientConnection);
2856 method @Deprecated public void closeExpiredConnections();
2857 method @Deprecated public void closeIdleConnections(long, java.util.concurrent.TimeUnit);
2858 method @Deprecated public abstract void deleteClosedConnections();
2859 method @Deprecated public void enableConnectionGC() throws java.lang.IllegalStateException;
2860 …method @Deprecated public abstract void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry, …
2861 …method @Deprecated public final org.apache.http.impl.conn.tsccm.BasicPoolEntry getEntry(org.apache…
2862 …method @Deprecated protected abstract void handleLostEntry(org.apache.http.conn.routing.HttpRoute);
2863 method @Deprecated public void handleReference(java.lang.ref.Reference);
2864 …method @Deprecated public abstract org.apache.http.impl.conn.tsccm.PoolEntryRequest requestPoolEnt…
2865 method @Deprecated public void shutdown();
2876 … method @Deprecated protected final org.apache.http.conn.OperatedClientConnection getConnection();
2877 method @Deprecated protected final org.apache.http.conn.routing.HttpRoute getPlannedRoute();
2878 … method @Deprecated protected final org.apache.http.impl.conn.tsccm.BasicPoolEntryRef getWeakRef();
2883 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2888 method @Deprecated protected org.apache.http.impl.conn.AbstractPoolEntry getPoolEntry();
2893 …method @Deprecated protected org.apache.http.impl.conn.tsccm.BasicPoolEntry createEntry(org.apache…
2894 …method @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.BasicPoolEntry> creat…
2895 …method @Deprecated protected java.util.Map<org.apache.http.conn.routing.HttpRoute,org.apache.http.…
2896 …method @Deprecated protected java.util.Queue<org.apache.http.impl.conn.tsccm.WaitingThread> create…
2897 method @Deprecated public void deleteClosedConnections();
2898 method @Deprecated protected void deleteEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2899 method @Deprecated protected void deleteLeastUsedEntry();
2900 …method @Deprecated public void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry, boolean, …
2901 method @Deprecated public int getConnectionsInPool(org.apache.http.conn.routing.HttpRoute);
2902 …method @Deprecated protected org.apache.http.impl.conn.tsccm.BasicPoolEntry getEntryBlocking(org.a…
2903 …method @Deprecated protected org.apache.http.impl.conn.tsccm.BasicPoolEntry getFreeEntry(org.apach…
2904 …method @Deprecated protected org.apache.http.impl.conn.tsccm.RouteSpecificPool getRoutePool(org.ap…
2905 method @Deprecated protected void handleLostEntry(org.apache.http.conn.routing.HttpRoute);
2906 …method @Deprecated protected org.apache.http.impl.conn.tsccm.RouteSpecificPool newRouteSpecificPoo…
2907 …method @Deprecated protected org.apache.http.impl.conn.tsccm.WaitingThread newWaitingThread(java.u…
2908 …method @Deprecated protected void notifyWaitingThread(org.apache.http.impl.conn.tsccm.RouteSpecifi…
2909 …method @Deprecated public org.apache.http.impl.conn.tsccm.PoolEntryRequest requestPoolEntry(org.ap…
2918 method @Deprecated public void abortRequest();
2919 …method @Deprecated public org.apache.http.impl.conn.tsccm.BasicPoolEntry getPoolEntry(long, java.u…
2923 method @Deprecated public void handleReference(java.lang.ref.Reference<?>);
2928 method @Deprecated public void run();
2929 method @Deprecated public void shutdown();
2937 method @Deprecated public org.apache.http.impl.conn.tsccm.BasicPoolEntry allocEntry(Object);
2938 method @Deprecated public void createdEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2939 method @Deprecated public boolean deleteEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2940 method @Deprecated public void dropEntry();
2941 method @Deprecated public void freeEntry(org.apache.http.impl.conn.tsccm.BasicPoolEntry);
2942 method @Deprecated public int getCapacity();
2943 method @Deprecated public final int getEntryCount();
2944 method @Deprecated public final int getMaxEntries();
2945 method @Deprecated public final org.apache.http.conn.routing.HttpRoute getRoute();
2946 method @Deprecated public boolean hasThread();
2947 method @Deprecated public boolean isUnused();
2948 method @Deprecated public org.apache.http.impl.conn.tsccm.WaitingThread nextThread();
2949 method @Deprecated public void queueThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2950 method @Deprecated public void removeThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2960 method @Deprecated public void closeExpiredConnections();
2961 method @Deprecated public void closeIdleConnections(long, java.util.concurrent.TimeUnit);
2962 …method @Deprecated protected org.apache.http.conn.ClientConnectionOperator createConnectionOperato…
2963 …method @Deprecated protected org.apache.http.impl.conn.tsccm.AbstractConnPool createConnectionPool…
2964 method @Deprecated public int getConnectionsInPool(org.apache.http.conn.routing.HttpRoute);
2965 method @Deprecated public int getConnectionsInPool();
2966 method @Deprecated public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry();
2967 …method @Deprecated public void releaseConnection(org.apache.http.conn.ManagedClientConnection, lon…
2968 …method @Deprecated public org.apache.http.conn.ClientConnectionRequest requestConnection(org.apach…
2969 method @Deprecated public void shutdown();
2977 method @Deprecated public boolean await(java.util.Date) throws java.lang.InterruptedException;
2978 method @Deprecated public final java.util.concurrent.locks.Condition getCondition();
2979 method @Deprecated public final org.apache.http.impl.conn.tsccm.RouteSpecificPool getPool();
2980 method @Deprecated public final Thread getThread();
2981 method @Deprecated public void interrupt();
2982 method @Deprecated public void wakeup();
2987 method @Deprecated public void abort();
2988 method @Deprecated public void setWaitingThread(org.apache.http.impl.conn.tsccm.WaitingThread);
2997 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
2998 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3003 …method @Deprecated protected org.apache.http.cookie.CookieAttributeHandler findAttribHandler(Strin…
3004 …method @Deprecated protected org.apache.http.cookie.CookieAttributeHandler getAttribHandler(String…
3005 …method @Deprecated protected java.util.Collection<org.apache.http.cookie.CookieAttributeHandler> g…
3006 …method @Deprecated public void registerAttribHandler(String, org.apache.http.cookie.CookieAttribut…
3011 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3012 method @Deprecated public boolean containsAttribute(String);
3013 method @Deprecated public String getAttribute(String);
3014 method @Deprecated public String getComment();
3015 method @Deprecated public String getCommentURL();
3016 method @Deprecated public String getDomain();
3017 method @Deprecated public java.util.Date getExpiryDate();
3018 method @Deprecated public String getName();
3019 method @Deprecated public String getPath();
3020 method @Deprecated public int[] getPorts();
3021 method @Deprecated public String getValue();
3022 method @Deprecated public int getVersion();
3023 method @Deprecated public boolean isExpired(java.util.Date);
3024 method @Deprecated public boolean isPersistent();
3025 method @Deprecated public boolean isSecure();
3026 method @Deprecated public void setAttribute(String, String);
3027 method @Deprecated public void setComment(String);
3028 method @Deprecated public void setDomain(String);
3029 method @Deprecated public void setExpiryDate(java.util.Date);
3030 method @Deprecated public void setPath(String);
3031 method @Deprecated public void setSecure(boolean);
3032 method @Deprecated public void setValue(String);
3033 method @Deprecated public void setVersion(int);
3038 method @Deprecated public void setCommentURL(String);
3039 method @Deprecated public void setDiscard(boolean);
3040 method @Deprecated public void setPorts(int[]);
3045 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3050 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3051 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3052 …method @Deprecated public void validate(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…
3062 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3067 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3068 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3069 …method @Deprecated public void validate(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…
3080 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
3081 method @Deprecated public int getVersion();
3082 method @Deprecated public org.apache.http.Header getVersionHeader();
3083 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3084 …method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Head…
3085 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3090 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3096 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
3097 method @Deprecated public int getVersion();
3098 method @Deprecated public org.apache.http.Header getVersionHeader();
3099 …method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Head…
3105 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3110 … method @Deprecated protected static String getDefaultDomain(org.apache.http.cookie.CookieOrigin);
3111 method @Deprecated protected static String getDefaultPath(org.apache.http.cookie.CookieOrigin);
3112 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3113 …method @Deprecated protected java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.H…
3114 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3123 method @Deprecated public static String formatDate(java.util.Date);
3124 method @Deprecated public static String formatDate(java.util.Date, String);
3125 …method @Deprecated public static java.util.Date parseDate(String) throws org.apache.http.impl.cook…
3126 …method @Deprecated public static java.util.Date parseDate(String, String[]) throws org.apache.http…
3127 …method @Deprecated public static java.util.Date parseDate(String, String[], java.util.Date) throws…
3140 …method @Deprecated public org.apache.http.HeaderElement parseHeader(org.apache.http.util.CharArray…
3147 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
3148 method @Deprecated public int getVersion();
3149 method @Deprecated public org.apache.http.Header getVersionHeader();
3150 …method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Head…
3156 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3161 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3162 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3163 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3169 …method @Deprecated protected void formatCookieAsVer(org.apache.http.util.CharArrayBuffer, org.apac…
3170 …method @Deprecated public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.…
3171 …method @Deprecated protected void formatParamAsVer(org.apache.http.util.CharArrayBuffer, String, S…
3172 method @Deprecated public int getVersion();
3173 method @Deprecated public org.apache.http.Header getVersionHeader();
3174 …method @Deprecated public java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Head…
3179 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3184 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3189 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3190 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3191 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3196 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3197 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3198 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3203 method @Deprecated public boolean domainMatch(String, String);
3204 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3205 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3206 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3211 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3212 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3213 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3223 …method @Deprecated public org.apache.http.cookie.CookieSpec newInstance(org.apache.http.params.Htt…
3228 …method @Deprecated public boolean match(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3229 …method @Deprecated public void parse(org.apache.http.cookie.SetCookie, String) throws org.apache.h…
3230 …method @Deprecated public void validate(org.apache.http.cookie.Cookie, org.apache.http.cookie.Cook…
3239 …method @Deprecated public org.apache.http.HttpEntity deserialize(org.apache.http.io.SessionInputBu…
3240 …method @Deprecated protected org.apache.http.entity.BasicHttpEntity doDeserialize(org.apache.http.…
3245 …method @Deprecated protected java.io.OutputStream doSerialize(org.apache.http.io.SessionOutputBuff…
3246 …method @Deprecated public void serialize(org.apache.http.io.SessionOutputBuffer, org.apache.http.H…
3251 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
3256 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…
3265 …method @Deprecated public org.apache.http.HttpMessage parse() throws org.apache.http.HttpException…
3266 …method @Deprecated protected abstract org.apache.http.HttpMessage parseHead(org.apache.http.io.Ses…
3267 …method @Deprecated public static org.apache.http.Header[] parseHeaders(org.apache.http.io.SessionI…
3273 …method @Deprecated public void write(org.apache.http.HttpMessage) throws org.apache.http.HttpExcep…
3274 …method @Deprecated protected abstract void writeHeadLine(org.apache.http.HttpMessage) throws java.…
3282 method @Deprecated protected int fillBuffer() throws java.io.IOException;
3283 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3284 method @Deprecated protected boolean hasBufferedData();
3285 …method @Deprecated protected void init(java.io.InputStream, int, org.apache.http.params.HttpParams…
3286 method @Deprecated public int read() throws java.io.IOException;
3287 method @Deprecated public int read(byte[], int, int) throws java.io.IOException;
3288 method @Deprecated public int read(byte[]) throws java.io.IOException;
3289 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
3290 method @Deprecated public String readLine() throws java.io.IOException;
3295 method @Deprecated public void flush() throws java.io.IOException;
3296 method @Deprecated protected void flushBuffer() throws java.io.IOException;
3297 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3298 …method @Deprecated protected void init(java.io.OutputStream, int, org.apache.http.params.HttpParam…
3299 method @Deprecated public void write(byte[], int, int) throws java.io.IOException;
3300 method @Deprecated public void write(byte[]) throws java.io.IOException;
3301 method @Deprecated public void write(int) throws java.io.IOException;
3302 method @Deprecated public void writeLine(String) throws java.io.IOException;
3303 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
3308 method @Deprecated public org.apache.http.Header[] getFooters();
3309 method @Deprecated public int read() throws java.io.IOException;
3315 method @Deprecated public void finish() throws java.io.IOException;
3316 method @Deprecated protected void flushCache() throws java.io.IOException;
3317 …method @Deprecated protected void flushCacheWithAppend(byte[], int, int) throws java.io.IOExceptio…
3318 method @Deprecated public void write(int) throws java.io.IOException;
3319 method @Deprecated protected void writeClosingChunk() throws java.io.IOException;
3324 method @Deprecated public int read() throws java.io.IOException;
3329 method @Deprecated public void write(int) throws java.io.IOException;
3334 …method @Deprecated protected org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInput…
3339 …method @Deprecated protected void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOExce…
3344 …method @Deprecated protected org.apache.http.HttpMessage parseHead(org.apache.http.io.SessionInput…
3349 …method @Deprecated protected void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOExce…
3354 method @Deprecated public long getBytesTransferred();
3355 method @Deprecated public void incrementBytesTransferred(long);
3356 method @Deprecated public void reset();
3357 method @Deprecated public void setBytesTransferred(long);
3362 method @Deprecated public int read() throws java.io.IOException;
3367 method @Deprecated public void write(int) throws java.io.IOException;
3372 method @Deprecated public boolean isDataAvailable(int) throws java.io.IOException;
3373 method @Deprecated public boolean isStale() throws java.io.IOException;
3385 …method @Deprecated public org.apache.http.HttpMessage parse() throws org.apache.http.HttpException…
3389 …method @Deprecated public void write(org.apache.http.HttpMessage) throws org.apache.http.HttpExcep…
3393 method @Deprecated public long getBytesTransferred();
3394 method @Deprecated public void reset();
3398 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3399 method @Deprecated public boolean isDataAvailable(int) throws java.io.IOException;
3400 method @Deprecated public int read(byte[], int, int) throws java.io.IOException;
3401 method @Deprecated public int read(byte[]) throws java.io.IOException;
3402 method @Deprecated public int read() throws java.io.IOException;
3403 …method @Deprecated public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExce…
3404 method @Deprecated public String readLine() throws java.io.IOException;
3408 method @Deprecated public void flush() throws java.io.IOException;
3409 method @Deprecated public org.apache.http.io.HttpTransportMetrics getMetrics();
3410 method @Deprecated public void write(byte[], int, int) throws java.io.IOException;
3411 method @Deprecated public void write(byte[]) throws java.io.IOException;
3412 method @Deprecated public void write(int) throws java.io.IOException;
3413 method @Deprecated public void writeLine(String) throws java.io.IOException;
3414 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
3424 method @Deprecated public void addHeader(org.apache.http.Header);
3425 method @Deprecated public void addHeader(String, String);
3426 method @Deprecated public boolean containsHeader(String);
3427 method @Deprecated public org.apache.http.Header[] getAllHeaders();
3428 method @Deprecated public org.apache.http.Header getFirstHeader(String);
3429 method @Deprecated public org.apache.http.Header[] getHeaders(String);
3430 method @Deprecated public org.apache.http.Header getLastHeader(String);
3431 method @Deprecated public org.apache.http.params.HttpParams getParams();
3432 method @Deprecated public org.apache.http.HeaderIterator headerIterator();
3433 method @Deprecated public org.apache.http.HeaderIterator headerIterator(String);
3434 method @Deprecated public void removeHeader(org.apache.http.Header);
3435 method @Deprecated public void removeHeaders(String);
3436 method @Deprecated public void setHeader(org.apache.http.Header);
3437 method @Deprecated public void setHeader(String, String);
3438 method @Deprecated public void setHeaders(org.apache.http.Header[]);
3439 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
3446 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3447 …method @Deprecated public org.apache.http.HeaderElement[] getElements() throws org.apache.http.Par…
3448 method @Deprecated public String getName();
3449 method @Deprecated public String getValue();
3455 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3456 method @Deprecated public String getName();
3457 method @Deprecated public org.apache.http.NameValuePair getParameter(int);
3458 method @Deprecated public org.apache.http.NameValuePair getParameterByName(String);
3459 method @Deprecated public int getParameterCount();
3460 method @Deprecated public org.apache.http.NameValuePair[] getParameters();
3461 method @Deprecated public String getValue();
3467 method @Deprecated public boolean hasNext();
3468 method @Deprecated public final Object next() throws java.util.NoSuchElementException;
3469 …method @Deprecated public org.apache.http.HeaderElement nextElement() throws java.util.NoSuchEleme…
3470 method @Deprecated public void remove() throws java.lang.UnsupportedOperationException;
3475 method @Deprecated protected boolean filterHeader(int);
3476 method @Deprecated protected int findNext(int);
3477 method @Deprecated public boolean hasNext();
3478 method @Deprecated public final Object next() throws java.util.NoSuchElementException;
3479 …method @Deprecated public org.apache.http.Header nextHeader() throws java.util.NoSuchElementExcept…
3480 method @Deprecated public void remove() throws java.lang.UnsupportedOperationException;
3488 …method @Deprecated protected void doFormatValue(org.apache.http.util.CharArrayBuffer, String, bool…
3489 method @Deprecated protected int estimateElementsLen(org.apache.http.HeaderElement[]);
3490 method @Deprecated protected int estimateHeaderElementLen(org.apache.http.HeaderElement);
3491 method @Deprecated protected int estimateNameValuePairLen(org.apache.http.NameValuePair);
3492 method @Deprecated protected int estimateParametersLen(org.apache.http.NameValuePair[]);
3493 …method @Deprecated public static final String formatElements(org.apache.http.HeaderElement[], bool…
3494 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatElements(org.apache.http.util…
3495 …method @Deprecated public static final String formatHeaderElement(org.apache.http.HeaderElement, b…
3496 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatHeaderElement(org.apache.http…
3497 …method @Deprecated public static final String formatNameValuePair(org.apache.http.NameValuePair, b…
3498 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatNameValuePair(org.apache.http…
3499 …method @Deprecated public static final String formatParameters(org.apache.http.NameValuePair[], bo…
3500 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatParameters(org.apache.http.ut…
3501 method @Deprecated protected boolean isSeparator(char);
3502 method @Deprecated protected boolean isUnsafe(char);
3510 …method @Deprecated protected org.apache.http.HeaderElement createHeaderElement(String, String, org…
3511 method @Deprecated protected org.apache.http.NameValuePair createNameValuePair(String, String);
3512 …method @Deprecated public static final org.apache.http.HeaderElement[] parseElements(String, org.a…
3513 …method @Deprecated public org.apache.http.HeaderElement[] parseElements(org.apache.http.util.CharA…
3514 …method @Deprecated public static final org.apache.http.HeaderElement parseHeaderElement(String, or…
3515 …method @Deprecated public org.apache.http.HeaderElement parseHeaderElement(org.apache.http.util.Ch…
3516 …method @Deprecated public static final org.apache.http.NameValuePair parseNameValuePair(String, or…
3517 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3518 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3519 …method @Deprecated public static final org.apache.http.NameValuePair[] parseParameters(String, org…
3520 …method @Deprecated public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.Cha…
3528 method @Deprecated public boolean expectContinue();
3529 method @Deprecated public org.apache.http.HttpEntity getEntity();
3530 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
3537 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3538 method @Deprecated public org.apache.http.RequestLine getRequestLine();
3545 method @Deprecated public org.apache.http.HttpEntity getEntity();
3546 method @Deprecated public java.util.Locale getLocale();
3547 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3548 method @Deprecated protected String getReason(int);
3549 method @Deprecated public org.apache.http.StatusLine getStatusLine();
3550 method @Deprecated public void setEntity(org.apache.http.HttpEntity);
3551 method @Deprecated public void setLocale(java.util.Locale);
3552 method @Deprecated public void setReasonPhrase(String);
3553 method @Deprecated public void setStatusCode(int);
3554 method @Deprecated public void setStatusLine(org.apache.http.StatusLine);
3555 method @Deprecated public void setStatusLine(org.apache.http.ProtocolVersion, int);
3556 method @Deprecated public void setStatusLine(org.apache.http.ProtocolVersion, int, String);
3561 …method @Deprecated public org.apache.http.util.CharArrayBuffer appendProtocolVersion(org.apache.ht…
3562 …method @Deprecated protected void doFormatHeader(org.apache.http.util.CharArrayBuffer, org.apache.…
3563 …method @Deprecated protected void doFormatRequestLine(org.apache.http.util.CharArrayBuffer, org.ap…
3564 …method @Deprecated protected void doFormatStatusLine(org.apache.http.util.CharArrayBuffer, org.apa…
3565 method @Deprecated protected int estimateProtocolVersionLen(org.apache.http.ProtocolVersion);
3566 …method @Deprecated public static final String formatHeader(org.apache.http.Header, org.apache.http…
3567 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatHeader(org.apache.http.util.C…
3568 …method @Deprecated public static final String formatProtocolVersion(org.apache.http.ProtocolVersio…
3569 …method @Deprecated public static final String formatRequestLine(org.apache.http.RequestLine, org.a…
3570 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatRequestLine(org.apache.http.u…
3571 …method @Deprecated public static final String formatStatusLine(org.apache.http.StatusLine, org.apa…
3572 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatStatusLine(org.apache.http.ut…
3573 …method @Deprecated protected org.apache.http.util.CharArrayBuffer initBuffer(org.apache.http.util.…
3580 method @Deprecated protected org.apache.http.ProtocolVersion createProtocolVersion(int, int);
3581 …method @Deprecated protected org.apache.http.RequestLine createRequestLine(String, String, org.apa…
3582 …method @Deprecated protected org.apache.http.StatusLine createStatusLine(org.apache.http.ProtocolV…
3583 …method @Deprecated public boolean hasProtocolVersion(org.apache.http.util.CharArrayBuffer, org.apa…
3584 …method @Deprecated public static final org.apache.http.Header parseHeader(String, org.apache.http.…
3585 …method @Deprecated public org.apache.http.Header parseHeader(org.apache.http.util.CharArrayBuffer)…
3586 …method @Deprecated public static final org.apache.http.ProtocolVersion parseProtocolVersion(String…
3587 …method @Deprecated public org.apache.http.ProtocolVersion parseProtocolVersion(org.apache.http.uti…
3588 …method @Deprecated public static final org.apache.http.RequestLine parseRequestLine(String, org.ap…
3589 …method @Deprecated public org.apache.http.RequestLine parseRequestLine(org.apache.http.util.CharAr…
3590 …method @Deprecated public static final org.apache.http.StatusLine parseStatusLine(String, org.apac…
3591 …method @Deprecated public org.apache.http.StatusLine parseStatusLine(org.apache.http.util.CharArra…
3592 …method @Deprecated protected void skipWhitespace(org.apache.http.util.CharArrayBuffer, org.apache.…
3599 method @Deprecated protected boolean filterHeader(int);
3600 method @Deprecated protected int findNext(int);
3601 method @Deprecated public boolean hasNext();
3602 method @Deprecated public final Object next() throws java.util.NoSuchElementException;
3603 …method @Deprecated public org.apache.http.Header nextHeader() throws java.util.NoSuchElementExcept…
3604 method @Deprecated public void remove() throws java.lang.UnsupportedOperationException;
3613 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3614 method @Deprecated public String getName();
3615 method @Deprecated public String getValue();
3620 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3621 method @Deprecated public String getMethod();
3622 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3623 method @Deprecated public String getUri();
3628 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3629 method @Deprecated public org.apache.http.ProtocolVersion getProtocolVersion();
3630 method @Deprecated public String getReasonPhrase();
3631 method @Deprecated public int getStatusCode();
3636 method @Deprecated protected String createToken(String, int, int);
3637 method @Deprecated protected int findNext(int) throws org.apache.http.ParseException;
3638 method @Deprecated protected int findTokenEnd(int);
3639 method @Deprecated protected int findTokenSeparator(int);
3640 method @Deprecated protected int findTokenStart(int);
3641 method @Deprecated public boolean hasNext();
3642 method @Deprecated protected boolean isHttpSeparator(char);
3643 method @Deprecated protected boolean isTokenChar(char);
3644 method @Deprecated protected boolean isTokenSeparator(char);
3645 method @Deprecated protected boolean isWhitespace(char);
3646 …method @Deprecated public final Object next() throws java.util.NoSuchElementException, org.apache.…
3647 …method @Deprecated public String nextToken() throws java.util.NoSuchElementException, org.apache.h…
3648 method @Deprecated public final void remove() throws java.lang.UnsupportedOperationException;
3658 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3659 method @Deprecated public org.apache.http.util.CharArrayBuffer getBuffer();
3660 …method @Deprecated public org.apache.http.HeaderElement[] getElements() throws org.apache.http.Par…
3661 method @Deprecated public String getName();
3662 method @Deprecated public String getValue();
3663 method @Deprecated public int getValuePos();
3668 method @Deprecated public void addHeader(org.apache.http.Header);
3669 method @Deprecated public void clear();
3670 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3671 method @Deprecated public boolean containsHeader(String);
3672 method @Deprecated public org.apache.http.message.HeaderGroup copy();
3673 method @Deprecated public org.apache.http.Header[] getAllHeaders();
3674 method @Deprecated public org.apache.http.Header getCondensedHeader(String);
3675 method @Deprecated public org.apache.http.Header getFirstHeader(String);
3676 method @Deprecated public org.apache.http.Header[] getHeaders(String);
3677 method @Deprecated public org.apache.http.Header getLastHeader(String);
3678 method @Deprecated public org.apache.http.HeaderIterator iterator();
3679 method @Deprecated public org.apache.http.HeaderIterator iterator(String);
3680 method @Deprecated public void removeHeader(org.apache.http.Header);
3681 method @Deprecated public void setHeaders(org.apache.http.Header[]);
3682 method @Deprecated public void updateHeader(org.apache.http.Header);
3686 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatElements(org.apache.http.util…
3687 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatHeaderElement(org.apache.http…
3688 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatNameValuePair(org.apache.http…
3689 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatParameters(org.apache.http.ut…
3693 …method @Deprecated public org.apache.http.HeaderElement[] parseElements(org.apache.http.util.CharA…
3694 …method @Deprecated public org.apache.http.HeaderElement parseHeaderElement(org.apache.http.util.Ch…
3695 …method @Deprecated public org.apache.http.NameValuePair parseNameValuePair(org.apache.http.util.Ch…
3696 …method @Deprecated public org.apache.http.NameValuePair[] parseParameters(org.apache.http.util.Cha…
3700 …method @Deprecated public org.apache.http.util.CharArrayBuffer appendProtocolVersion(org.apache.ht…
3701 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatHeader(org.apache.http.util.C…
3702 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatRequestLine(org.apache.http.u…
3703 …method @Deprecated public org.apache.http.util.CharArrayBuffer formatStatusLine(org.apache.http.ut…
3707 …method @Deprecated public boolean hasProtocolVersion(org.apache.http.util.CharArrayBuffer, org.apa…
3708 …method @Deprecated public org.apache.http.Header parseHeader(org.apache.http.util.CharArrayBuffer)…
3709 …method @Deprecated public org.apache.http.ProtocolVersion parseProtocolVersion(org.apache.http.uti…
3710 …method @Deprecated public org.apache.http.RequestLine parseRequestLine(org.apache.http.util.CharAr…
3711 …method @Deprecated public org.apache.http.StatusLine parseStatusLine(org.apache.http.util.CharArra…
3716 method @Deprecated public boolean atEnd();
3717 method @Deprecated public int getLowerBound();
3718 method @Deprecated public int getPos();
3719 method @Deprecated public int getUpperBound();
3720 method @Deprecated public void updatePos(int);
3729 method @Deprecated public boolean getBooleanParameter(String, boolean);
3730 method @Deprecated public double getDoubleParameter(String, double);
3731 method @Deprecated public int getIntParameter(String, int);
3732 method @Deprecated public long getLongParameter(String, long);
3733 method @Deprecated public boolean isParameterFalse(String);
3734 method @Deprecated public boolean isParameterTrue(String);
3735 … method @Deprecated public org.apache.http.params.HttpParams setBooleanParameter(String, boolean);
3736 method @Deprecated public org.apache.http.params.HttpParams setDoubleParameter(String, double);
3737 method @Deprecated public org.apache.http.params.HttpParams setIntParameter(String, int);
3738 method @Deprecated public org.apache.http.params.HttpParams setLongParameter(String, long);
3743 method @Deprecated public void clear();
3744 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3745 method @Deprecated public org.apache.http.params.HttpParams copy();
3746 method @Deprecated protected void copyParams(org.apache.http.params.HttpParams);
3747 method @Deprecated public Object getParameter(String);
3748 method @Deprecated public boolean isParameterSet(String);
3749 method @Deprecated public boolean isParameterSetLocally(String);
3750 method @Deprecated public boolean removeParameter(String);
3751 method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object);
3752 method @Deprecated public void setParameters(String[], Object);
3768 method @Deprecated public org.apache.http.params.HttpParams copy();
3769 method @Deprecated public org.apache.http.params.HttpParams getDefaults();
3770 method @Deprecated public Object getParameter(String);
3771 method @Deprecated public boolean removeParameter(String);
3772 method @Deprecated public org.apache.http.params.HttpParams setParameter(String, Object);
3782 method @Deprecated public void setConnectionTimeout(int);
3783 method @Deprecated public void setLinger(int);
3784 method @Deprecated public void setSoTimeout(int);
3785 method @Deprecated public void setSocketBufferSize(int);
3786 method @Deprecated public void setStaleCheckingEnabled(boolean);
3787 method @Deprecated public void setTcpNoDelay(boolean);
3792 method @Deprecated public void setContentCharset(String);
3793 method @Deprecated public void setHttpElementCharset(String);
3794 method @Deprecated public void setUseExpectContinue(boolean);
3795 method @Deprecated public void setUserAgent(String);
3796 method @Deprecated public void setVersion(org.apache.http.HttpVersion);
3800 method @Deprecated public static String getContentCharset(org.apache.http.params.HttpParams);
3801 … method @Deprecated public static String getHttpElementCharset(org.apache.http.params.HttpParams);
3802 method @Deprecated public static String getUserAgent(org.apache.http.params.HttpParams);
3803 …method @Deprecated public static org.apache.http.ProtocolVersion getVersion(org.apache.http.params…
3804 …method @Deprecated public static void setContentCharset(org.apache.http.params.HttpParams, String);
3805 …method @Deprecated public static void setHttpElementCharset(org.apache.http.params.HttpParams, Str…
3806 …method @Deprecated public static void setUseExpectContinue(org.apache.http.params.HttpParams, bool…
3807 method @Deprecated public static void setUserAgent(org.apache.http.params.HttpParams, String);
3808 …method @Deprecated public static void setVersion(org.apache.http.params.HttpParams, org.apache.htt…
3809 method @Deprecated public static boolean useExpectContinue(org.apache.http.params.HttpParams);
3819 method @Deprecated public Object getAttribute(String);
3820 method @Deprecated public Object removeAttribute(String);
3821 method @Deprecated public void setAttribute(String, Object);
3826 method @Deprecated public void addInterceptor(org.apache.http.HttpRequestInterceptor);
3827 method @Deprecated public void addInterceptor(org.apache.http.HttpRequestInterceptor, int);
3828 method @Deprecated public void addInterceptor(org.apache.http.HttpResponseInterceptor);
3829 method @Deprecated public void addInterceptor(org.apache.http.HttpResponseInterceptor, int);
3830 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
3831 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
3832 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
3833 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
3834 method @Deprecated public void clearInterceptors();
3835 method @Deprecated public void clearRequestInterceptors();
3836 method @Deprecated public void clearResponseInterceptors();
3837 method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
3838 method @Deprecated public org.apache.http.protocol.BasicHttpProcessor copy();
3839 method @Deprecated protected void copyInterceptors(org.apache.http.protocol.BasicHttpProcessor);
3840 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
3841 method @Deprecated public int getRequestInterceptorCount();
3842 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
3843 method @Deprecated public int getResponseInterceptorCount();
3844 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
3845 …method @Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.Http…
3846 method @Deprecated public void removeRequestInterceptorByClass(Class);
3847 method @Deprecated public void removeResponseInterceptorByClass(Class);
3848 method @Deprecated public void setInterceptors(java.util.List);
3855 method @Deprecated public Object getAttribute(String);
3856 method @Deprecated public org.apache.http.protocol.HttpContext getDefaults();
3857 method @Deprecated public Object removeAttribute(String);
3858 method @Deprecated public void setAttribute(String, Object);
3871 method @Deprecated public static boolean isWhitespace(char);
3905 method @Deprecated public Object getAttribute(String);
3906 method @Deprecated public Object removeAttribute(String);
3907 method @Deprecated public void setAttribute(String, Object);
3913 method @Deprecated public String getCurrentDate();
3919 …method @Deprecated public void verify(org.apache.http.HttpRequest, org.apache.http.HttpResponse, o…
3927 …method @Deprecated protected boolean canResponseHaveBody(org.apache.http.HttpRequest, org.apache.h…
3928 …method @Deprecated protected org.apache.http.HttpResponse doReceiveResponse(org.apache.http.HttpRe…
3929 …method @Deprecated protected org.apache.http.HttpResponse doSendRequest(org.apache.http.HttpReques…
3930 …method @Deprecated public org.apache.http.HttpResponse execute(org.apache.http.HttpRequest, org.ap…
3931 …method @Deprecated public void postProcess(org.apache.http.HttpResponse, org.apache.http.protocol.…
3932 …method @Deprecated public void preProcess(org.apache.http.HttpRequest, org.apache.http.protocol.Ht…
3936 …method @Deprecated public void handle(org.apache.http.HttpRequest, org.apache.http.HttpResponse, o…
3941 method @Deprecated public org.apache.http.protocol.HttpRequestHandler lookup(String);
3942 method @Deprecated protected boolean matchUriRequestPattern(String, String);
3943 method @Deprecated public void register(String, org.apache.http.protocol.HttpRequestHandler);
3944 method @Deprecated public void setHandlers(java.util.Map);
3945 method @Deprecated public void unregister(String);
3949 method @Deprecated public org.apache.http.protocol.HttpRequestHandler lookup(String);
3953 method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor);
3954 … method @Deprecated public void addRequestInterceptor(org.apache.http.HttpRequestInterceptor, int);
3955 method @Deprecated public void clearRequestInterceptors();
3956 method @Deprecated public org.apache.http.HttpRequestInterceptor getRequestInterceptor(int);
3957 method @Deprecated public int getRequestInterceptorCount();
3958 method @Deprecated public void removeRequestInterceptorByClass(Class);
3959 method @Deprecated public void setInterceptors(java.util.List);
3963 method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor);
3964 …method @Deprecated public void addResponseInterceptor(org.apache.http.HttpResponseInterceptor, int…
3965 method @Deprecated public void clearResponseInterceptors();
3966 method @Deprecated public org.apache.http.HttpResponseInterceptor getResponseInterceptor(int);
3967 method @Deprecated public int getResponseInterceptorCount();
3968 method @Deprecated public void removeResponseInterceptorByClass(Class);
3969 method @Deprecated public void setInterceptors(java.util.List);
3974 …method @Deprecated protected void doService(org.apache.http.HttpRequest, org.apache.http.HttpRespo…
3975 method @Deprecated public org.apache.http.params.HttpParams getParams();
3976 …method @Deprecated protected void handleException(org.apache.http.HttpException, org.apache.http.H…
3977 …method @Deprecated public void handleRequest(org.apache.http.HttpServerConnection, org.apache.http…
3978 method @Deprecated public void setConnReuseStrategy(org.apache.http.ConnectionReuseStrategy);
3979 …method @Deprecated public void setExpectationVerifier(org.apache.http.protocol.HttpExpectationVeri…
3980 …method @Deprecated public void setHandlerResolver(org.apache.http.protocol.HttpRequestHandlerResol…
3981 method @Deprecated public void setHttpProcessor(org.apache.http.protocol.HttpProcessor);
3982 method @Deprecated public void setParams(org.apache.http.params.HttpParams);
3983 method @Deprecated public void setResponseFactory(org.apache.http.HttpResponseFactory);
3988 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
3993 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
3998 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
4003 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
4008 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
4013 …method @Deprecated public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpC…
4018 …method @Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.Http…
4023 …method @Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.Http…
4028 …method @Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.Http…
4033 …method @Deprecated public void process(org.apache.http.HttpResponse, org.apache.http.protocol.Http…
4042 method @Deprecated public Object lookup(String);
4043 method @Deprecated protected boolean matchUriRequestPattern(String, String);
4044 method @Deprecated public void register(String, Object);
4045 method @Deprecated public void setHandlers(java.util.Map);
4046 method @Deprecated public void unregister(String);
4055 method @Deprecated public void append(byte[], int, int);
4056 method @Deprecated public void append(int);
4057 method @Deprecated public void append(char[], int, int);
4058 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer, int, int);
4059 method @Deprecated public byte[] buffer();
4060 method @Deprecated public int byteAt(int);
4061 method @Deprecated public int capacity();
4062 method @Deprecated public void clear();
4063 method @Deprecated public boolean isEmpty();
4064 method @Deprecated public boolean isFull();
4065 method @Deprecated public int length();
4066 method @Deprecated public void setLength(int);
4067 method @Deprecated public byte[] toByteArray();
4072 method @Deprecated public void append(char[], int, int);
4073 method @Deprecated public void append(String);
4074 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer, int, int);
4075 method @Deprecated public void append(org.apache.http.util.CharArrayBuffer);
4076 method @Deprecated public void append(char);
4077 method @Deprecated public void append(byte[], int, int);
4078 method @Deprecated public void append(org.apache.http.util.ByteArrayBuffer, int, int);
4079 method @Deprecated public void append(Object);
4080 method @Deprecated public char[] buffer();
4081 method @Deprecated public int capacity();
4082 method @Deprecated public char charAt(int);
4083 method @Deprecated public void clear();
4084 method @Deprecated public void ensureCapacity(int);
4085 method @Deprecated public int indexOf(int, int, int);
4086 method @Deprecated public int indexOf(int);
4087 method @Deprecated public boolean isEmpty();
4088 method @Deprecated public boolean isFull();
4089 method @Deprecated public int length();
4090 method @Deprecated public void setLength(int);
4091 method @Deprecated public String substring(int, int);
4092 method @Deprecated public String substringTrimmed(int, int);
4093 method @Deprecated public char[] toCharArray();
4097 method @Deprecated public static byte[] getAsciiBytes(String);
4098 method @Deprecated public static String getAsciiString(byte[], int, int);
4099 method @Deprecated public static String getAsciiString(byte[]);
4100 method @Deprecated public static byte[] getBytes(String, String);
4101 method @Deprecated public static String getString(byte[], int, int, String);
4102 method @Deprecated public static String getString(byte[], String);
4106 …method @Deprecated public static String getContentCharSet(org.apache.http.HttpEntity) throws org.a…
4107 …method @Deprecated public static byte[] toByteArray(org.apache.http.HttpEntity) throws java.io.IOE…
4108 …method @Deprecated public static String toString(org.apache.http.HttpEntity, String) throws java.i…
4109 …method @Deprecated public static String toString(org.apache.http.HttpEntity) throws java.io.IOExce…
4113 method @Deprecated public static void initCause(Throwable, Throwable);
4117 method @Deprecated public static boolean equals(Object, Object);
4118 method @Deprecated public static boolean equals(Object[], Object[]);
4119 method @Deprecated public static int hashCode(int, int);
4120 method @Deprecated public static int hashCode(int, boolean);
4121 method @Deprecated public static int hashCode(int, Object);
4128 …method @Deprecated protected static final org.apache.http.util.VersionInfo fromMap(String, java.ut…
4129 method @Deprecated public final String getClassloader();
4130 method @Deprecated public final String getModule();
4131 method @Deprecated public final String getPackage();
4132 method @Deprecated public final String getRelease();
4133 method @Deprecated public final String getTimestamp();
4134 …method @Deprecated public static final org.apache.http.util.VersionInfo[] loadVersionInfo(String[]…
4135 …method @Deprecated public static final org.apache.http.util.VersionInfo loadVersionInfo(String, Cl…