• Home
  • Raw
  • Download

Lines Matching refs:throws

4     ctor public WebAddress(java.lang.String) throws java.lang.IllegalArgumentException;
25 …http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest) throws java.io.IOExceptio…
26 …ttp.client.methods.HttpUriRequest, org.apache.http.protocol.HttpContext) throws java.io.IOExceptio…
27 …pResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest) throws java.io.IOExceptio…
28 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws java.io.IOExceptio…
29 …ods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
30 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
31 …e.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
32 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
33 …tHttpEntity getCompressedEntity(byte[], android.content.ContentResolver) throws java.io.IOExceptio…
37 …method public static java.io.InputStream getUngzippedContent(org.apache.http.HttpEntity) throws ja…
47 …method public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOExcep…
48 method public void close() throws java.io.IOException;
49 method protected void doFlush() throws java.io.IOException;
50 method public void flush() throws java.io.IOException;
59 …method public org.apache.http.StatusLine parseResponseHeader(android.net.http.Headers) throws java…
61 …method public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org.apache…
62 …method public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.http.HttpExcep…
64 method public void shutdown() throws java.io.IOException;
68 …oid.net.http.HttpsConnection, javax.net.ssl.SSLSocket, java.lang.String) throws java.io.IOExceptio…
71 …r verifyServerCertificates(byte[][], java.lang.String, java.lang.String) throws java.io.IOExceptio…
91 …method public javax.security.cert.X509Certificate[] getPeerCertificateChain() throws javax.net.ssl…
92 …method public java.security.cert.Certificate[] getPeerCertificates() throws javax.net.ssl.SSLPeerU…
95 …method public java.security.Principal getPeerPrincipal() throws javax.net.ssl.SSLPeerUnverifiedExc…
227 method public void close() throws java.io.IOException;
228 method public void delete() throws java.io.IOException;
230 …ring, java.util.Map<java.lang.String, java.util.List<java.lang.String>>) throws java.io.IOExceptio…
235 …chronized android.net.http.HttpResponseCache install(java.io.File, long) throws java.io.IOExceptio…
237 …method public java.net.CacheRequest put(java.net.URI, java.net.URLConnection) throws java.io.IOExc…
365 ctor public FilePart(java.lang.String, java.io.File) throws java.io.FileNotFoundException;
366 …ctor public FilePart(java.lang.String, java.io.File, java.lang.String, java.lang.String) throws ja…
367 …ctor public FilePart(java.lang.String, java.lang.String, java.io.File) throws java.io.FileNotFound…
368 …ing, java.lang.String, java.io.File, java.lang.String, java.lang.String) throws java.io.FileNotFou…
371 method protected void sendData(java.io.OutputStream) throws java.io.IOException;
379 ctor public FilePartSource(java.io.File) throws java.io.FileNotFoundException;
380 ctor public FilePartSource(java.lang.String, java.io.File) throws java.io.FileNotFoundException;
381 method public java.io.InputStream createInputStream() throws java.io.IOException;
389 …method public java.io.InputStream getContent() throws java.io.IOException, java.lang.IllegalStateE…
394 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
404 …method public static long getLengthOfParts(com.android.internal.http.multipart.Part[]) throws java…
405 …ong getLengthOfParts(com.android.internal.http.multipart.Part[], byte[]) throws java.io.IOExceptio…
410 method public long length() throws java.io.IOException;
411 method protected abstract long lengthOfData() throws java.io.IOException;
412 method public void send(java.io.OutputStream) throws java.io.IOException;
413 method protected void sendContentTypeHeader(java.io.OutputStream) throws java.io.IOException;
414 method protected abstract void sendData(java.io.OutputStream) throws java.io.IOException;
415 method protected void sendDispositionHeader(java.io.OutputStream) throws java.io.IOException;
416 method protected void sendEnd(java.io.OutputStream) throws java.io.IOException;
417 method protected void sendEndOfHeader(java.io.OutputStream) throws java.io.IOException;
418 …dParts(java.io.OutputStream, com.android.internal.http.multipart.Part[]) throws java.io.IOExceptio…
419 …ava.io.OutputStream, com.android.internal.http.multipart.Part[], byte[]) throws java.io.IOExceptio…
420 method protected void sendStart(java.io.OutputStream) throws java.io.IOException;
421 … method protected void sendTransferEncodingHeader(java.io.OutputStream) throws java.io.IOException;
453 method public abstract java.io.InputStream createInputStream() throws java.io.IOException;
462 method protected void sendData(java.io.OutputStream) throws java.io.IOException;
473 method public abstract byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
477 method public abstract byte[] encode(byte[]) throws org.apache.commons.codec.EncoderException;
481 …method public abstract java.lang.Object decode(java.lang.Object) throws org.apache.commons.codec.D…
489 …method public abstract java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.E…
497 …method public abstract java.lang.String decode(java.lang.String) throws org.apache.commons.codec.D…
501 …method public abstract java.lang.String encode(java.lang.String) throws org.apache.commons.codec.E…
516 …method public java.lang.Object decode(java.lang.Object) throws org.apache.commons.codec.DecoderExc…
519 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
529 …method public java.lang.Object decode(java.lang.Object) throws org.apache.commons.codec.DecoderExc…
532 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
543 method public byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
544 …method public java.lang.Object decode(java.lang.Object) throws org.apache.commons.codec.DecoderExc…
545 method public static byte[] decodeHex(char[]) throws org.apache.commons.codec.DecoderException;
547 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
549 method protected static int toDigit(char, int) throws org.apache.commons.codec.DecoderException;
562 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
588 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
599 …method public int difference(java.lang.String, java.lang.String) throws org.apache.commons.codec.E…
600 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
610 …method public int difference(java.lang.String, java.lang.String) throws org.apache.commons.codec.E…
611 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
628 …method public java.lang.String decode(java.lang.String) throws org.apache.commons.codec.DecoderExc…
629 …method public java.lang.Object decode(java.lang.Object) throws org.apache.commons.codec.DecoderExc…
630 method protected byte[] doDecoding(byte[]) throws org.apache.commons.codec.DecoderException;
631 method protected byte[] doEncoding(byte[]) throws org.apache.commons.codec.EncoderException;
632 …method public java.lang.String encode(java.lang.String, java.lang.String) throws org.apache.common…
633 …method public java.lang.String encode(java.lang.String) throws org.apache.commons.codec.EncoderExc…
634 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
642 …method public java.lang.String decode(java.lang.String) throws org.apache.commons.codec.DecoderExc…
643 …method public java.lang.Object decode(java.lang.Object) throws org.apache.commons.codec.DecoderExc…
644 method protected byte[] doDecoding(byte[]) throws org.apache.commons.codec.DecoderException;
645 method protected byte[] doEncoding(byte[]) throws org.apache.commons.codec.EncoderException;
646 …method public java.lang.String encode(java.lang.String, java.lang.String) throws org.apache.common…
647 …method public java.lang.String encode(java.lang.String) throws org.apache.commons.codec.EncoderExc…
648 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
658 method public byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
659 …method public java.lang.String decode(java.lang.String, java.lang.String) throws org.apache.common…
660 …method public java.lang.String decode(java.lang.String) throws org.apache.commons.codec.DecoderExc…
661 …method public java.lang.Object decode(java.lang.Object) throws org.apache.commons.codec.DecoderExc…
662 …method public static final byte[] decodeQuotedPrintable(byte[]) throws org.apache.commons.codec.De…
664 …method public java.lang.String encode(java.lang.String) throws org.apache.commons.codec.EncoderExc…
665 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
666 …method public java.lang.String encode(java.lang.String, java.lang.String) throws java.io.Unsupport…
672 …method protected java.lang.String decodeText(java.lang.String) throws org.apache.commons.codec.Dec…
673 …method protected abstract byte[] doDecoding(byte[]) throws org.apache.commons.codec.DecoderExcepti…
674 …method protected abstract byte[] doEncoding(byte[]) throws org.apache.commons.codec.EncoderExcepti…
675 …method protected java.lang.String encodeText(java.lang.String, java.lang.String) throws org.apache…
682 method public byte[] decode(byte[]) throws org.apache.commons.codec.DecoderException;
683 …method public java.lang.String decode(java.lang.String, java.lang.String) throws org.apache.common…
684 …method public java.lang.String decode(java.lang.String) throws org.apache.commons.codec.DecoderExc…
685 …method public java.lang.Object decode(java.lang.Object) throws org.apache.commons.codec.DecoderExc…
686 …method public static final byte[] decodeUrl(byte[]) throws org.apache.commons.codec.DecoderExcepti…
688 …method public java.lang.String encode(java.lang.String, java.lang.String) throws java.io.Unsupport…
689 …method public java.lang.String encode(java.lang.String) throws org.apache.commons.codec.EncoderExc…
690 …method public java.lang.Object encode(java.lang.Object) throws org.apache.commons.codec.EncoderExc…
735 …method protected static java.lang.ClassLoader directGetContextClassLoader() throws org.apache.comm…
739 …method protected static java.lang.ClassLoader getContextClassLoader() throws org.apache.commons.lo…
740 …method public static org.apache.commons.logging.LogFactory getFactory() throws org.apache.commons.…
741 …method public abstract org.apache.commons.logging.Log getInstance(java.lang.Class) throws org.apac…
742 …method public abstract org.apache.commons.logging.Log getInstance(java.lang.String) throws org.apa…
743 …method public static org.apache.commons.logging.Log getLog(java.lang.Class) throws org.apache.comm…
744 …method public static org.apache.commons.logging.Log getLog(java.lang.String) throws org.apache.com…
747 …wFactory(java.lang.String, java.lang.ClassLoader, java.lang.ClassLoader) throws org.apache.commons…
772 …method public static void setLogImplementation(java.lang.String) throws java.lang.ClassNotFoundExc…
773 …method public static void setLogImplementation(java.lang.Class) throws java.lang.ExceptionInInitia…
815 …method protected static java.lang.ClassLoader getContextClassLoader() throws org.apache.commons.lo…
816 …method public org.apache.commons.logging.Log getInstance(java.lang.Class) throws org.apache.common…
817 …method public org.apache.commons.logging.Log getInstance(java.lang.String) throws org.apache.commo…
819 …method protected deprecated java.lang.reflect.Constructor getLogConstructor() throws org.apache.co…
825 …method protected org.apache.commons.logging.Log newInstance(java.lang.String) throws org.apache.co…
945 …method public abstract org.apache.http.HeaderElement[] getElements() throws org.apache.http.ParseE…
970 method public abstract void flush() throws java.io.IOException;
971 method public abstract boolean isResponseAvailable(int) throws java.io.IOException;
972 …method public abstract void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apache.…
973 …method public abstract org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.http…
974 …tract void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org.apache.http.Ht…
975 …method public abstract void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.http.…
979 method public abstract void close() throws java.io.IOException;
985 method public abstract void shutdown() throws java.io.IOException;
998 method public abstract void consumeContent() throws java.io.IOException;
999 …method public abstract java.io.InputStream getContent() throws java.io.IOException, java.lang.Ille…
1006 method public abstract void writeTo(java.io.OutputStream) throws java.io.IOException;
1026 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
1071 … org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine) throws org.apache.http.Me…
1072 …ache.http.HttpRequest newHttpRequest(java.lang.String, java.lang.String) throws org.apache.http.Me…
1076 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1085 …method public abstract void setReasonPhrase(java.lang.String) throws java.lang.IllegalStateExcepti…
1086 method public abstract void setStatusCode(int) throws java.lang.IllegalStateException;
1098 …cess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1102 method public abstract void flush() throws java.io.IOException;
1103 …ct void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org.apache.http.Ht…
1104 …method public abstract org.apache.http.HttpRequest receiveRequestHeader() throws org.apache.http.H…
1105 …method public abstract void sendResponseEntity(org.apache.http.HttpResponse) throws org.apache.htt…
1106 …method public abstract void sendResponseHeader(org.apache.http.HttpResponse) throws org.apache.htt…
1200 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
1254 …henticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest) throws org.apache.http.au…
1260 …method public abstract void processChallenge(org.apache.http.Header) throws org.apache.http.auth.M…
1269 …cheme getAuthScheme(java.lang.String, org.apache.http.params.HttpParams) throws java.lang.IllegalS…
1381 …nges(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.au…
1383 …er>, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.au…
1413 …http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest) throws org.apache.http.cl…
1414 …ttp.client.methods.HttpUriRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
1415 …pResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest) throws org.apache.http.cl…
1416 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
1417 …ods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
1418 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
1419 …e.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
1420 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
1446 …nURI(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Pr…
1451 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1455 …method public abstract T handleResponse(org.apache.http.HttpResponse) throws org.apache.http.clien…
1467 …va.util.List<? extends org.apache.http.NameValuePair>, java.lang.String) throws java.io.Unsupporte…
1468 …codedFormEntity(java.util.List<? extends org.apache.http.NameValuePair>) throws java.io.Unsupporte…
1477 … void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest) throws java.io.IOExceptio…
1478 …ct void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger) throws java.io.IOExceptio…
1540 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
1546 …method public void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest) throws java.…
1547 …method public void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger) throws java.io…
1560 method public abstract void abort() throws java.lang.UnsupportedOperationException;
1653 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1658 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1663 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1668 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1673 …cess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1681 …method public static java.lang.Object clone(java.lang.Object) throws java.lang.CloneNotSupportedEx…
1685 ….lang.String, int, java.lang.String, java.lang.String, java.lang.String) throws java.net.URISyntax…
1688 …java.net.URI rewriteURI(java.net.URI, org.apache.http.HttpHost, boolean) throws java.net.URISyntax…
1689 …method public static java.net.URI rewriteURI(java.net.URI, org.apache.http.HttpHost) throws java.n…
1697 …il.List<org.apache.http.NameValuePair> parse(org.apache.http.HttpEntity) throws java.io.IOExceptio…
1708 method public boolean eofDetected(java.io.InputStream) throws java.io.IOException;
1709 method public boolean streamAbort(java.io.InputStream) throws java.io.IOException;
1710 method public boolean streamClosed(java.io.InputStream) throws java.io.IOException;
1717 method public void abortConnection() throws java.io.IOException;
1718 method public boolean eofDetected(java.io.InputStream) throws java.io.IOException;
1719 method public void releaseConnection() throws java.io.IOException;
1720 method protected void releaseManagedConnection() throws java.io.IOException;
1721 method public boolean streamAbort(java.io.InputStream) throws java.io.IOException;
1722 method public boolean streamClosed(java.io.InputStream) throws java.io.IOException;
1742 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
1743 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
1748 …nagedClientConnection getConnection(long, java.util.concurrent.TimeUnit) throws org.apache.http.co…
1766 method public abstract void abortConnection() throws java.io.IOException;
1767 method public abstract void releaseConnection() throws java.io.IOException;
1772 method public void abortConnection() throws java.io.IOException;
1773 method protected void checkAbort() throws java.io.IOException;
1774 method protected void checkClose() throws java.io.IOException;
1775 method protected void checkEOF(int) throws java.io.IOException;
1776 method protected boolean isReadAllowed() throws java.io.IOException;
1777 method public int read() throws java.io.IOException;
1778 method public void releaseConnection() throws java.io.IOException;
1783 method public abstract boolean eofDetected(java.io.InputStream) throws java.io.IOException;
1784 method public abstract boolean streamAbort(java.io.InputStream) throws java.io.IOException;
1785 method public abstract boolean streamClosed(java.io.InputStream) throws java.io.IOException;
1799 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
1801 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
1804 …xy(org.apache.http.HttpHost, boolean, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
1805 …method public abstract void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws java.i…
1810 …ring, int, java.net.InetAddress, int, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
1813 method public final boolean isSecure(java.net.Socket) throws java.lang.IllegalArgumentException;
1820 …method public abstract void openCompleted(boolean, org.apache.http.params.HttpParams) throws java.…
1821 …method public abstract void opening(java.net.Socket, org.apache.http.HttpHost) throws java.io.IOEx…
1822 …t, org.apache.http.HttpHost, boolean, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
1919 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
1947 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
1980 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
2008 … method public abstract java.net.InetAddress resolve(java.lang.String) throws java.io.IOException;
2012 …net.Socket createSocket(java.net.Socket, java.lang.String, int, boolean) throws java.io.IOExceptio…
2018 …ring, int, java.net.InetAddress, int, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2021 method public final boolean isSecure(java.net.Socket) throws java.lang.IllegalArgumentException;
2047 …ring, int, java.net.InetAddress, int, org.apache.http.params.HttpParams) throws org.apache.http.co…
2048 method public abstract java.net.Socket createSocket() throws java.io.IOException;
2049 …method public abstract boolean isSecure(java.net.Socket) throws java.lang.IllegalArgumentException;
2099 …method public abstract void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.a…
2100 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
2126 …okie> parse(org.apache.http.Header, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
2127 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
2136 …eSpec getCookieSpec(java.lang.String, org.apache.http.params.HttpParams) throws java.lang.IllegalS…
2137 …onized org.apache.http.cookie.CookieSpec getCookieSpec(java.lang.String) throws java.lang.IllegalS…
2194 …method public void consumeContent() throws java.io.IOException, java.lang.UnsupportedOperationExce…
2210 method public void consumeContent() throws java.io.IOException;
2211 method public java.io.InputStream getContent() throws java.lang.IllegalStateException;
2217 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
2221 ctor public BufferedHttpEntity(org.apache.http.HttpEntity) throws java.io.IOException;
2226 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
2231 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
2236 …method public abstract long determineLength(org.apache.http.HttpMessage) throws org.apache.http.Ht…
2242 method public abstract void writeTo(java.io.OutputStream) throws java.io.IOException;
2247 method public void consumeContent() throws java.io.IOException;
2252 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
2257 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
2258 method public java.io.InputStream getContent() throws java.io.IOException;
2262 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
2268 method public void consumeContent() throws java.io.IOException;
2269 method public java.io.InputStream getContent() throws java.io.IOException;
2276 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
2282 method public void consumeContent() throws java.io.IOException;
2283 method public java.io.InputStream getContent() throws java.io.IOException;
2287 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
2291 ctor public SerializableEntity(java.io.Serializable, boolean) throws java.io.IOException;
2292 …method public java.io.InputStream getContent() throws java.io.IOException, java.lang.IllegalStateE…
2296 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
2300 …ctor public StringEntity(java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingExc…
2301 ctor public StringEntity(java.lang.String) throws java.io.UnsupportedEncodingException;
2302 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
2303 method public java.io.InputStream getContent() throws java.io.IOException;
2307 method public void writeTo(java.io.OutputStream) throws java.io.IOException;
2317 method protected abstract void assertOpen() throws java.lang.IllegalStateException;
2323 method protected void doFlush() throws java.io.IOException;
2324 method public void flush() throws java.io.IOException;
2327 method public boolean isResponseAvailable(int) throws java.io.IOException;
2329 …method public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apache.http.Http…
2330 …method public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.http.HttpExce…
2331 …method public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org.apache…
2332 …method public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.http.HttpExcep…
2337 method protected abstract void assertOpen() throws java.lang.IllegalStateException;
2343 method protected void doFlush() throws java.io.IOException;
2344 method public void flush() throws java.io.IOException;
2348 …method public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org.apa…
2349 …method public org.apache.http.HttpRequest receiveRequestHeader() throws org.apache.http.HttpExcept…
2350 …method public void sendResponseEntity(org.apache.http.HttpResponse) throws org.apache.http.HttpExc…
2351 …method public void sendResponseHeader(org.apache.http.HttpResponse) throws org.apache.http.HttpExc…
2362 …method public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOExcep…
2367 …method public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine) throws org.a…
2368 …ache.http.HttpRequest newHttpRequest(java.lang.String, java.lang.String) throws org.apache.http.Me…
2382 …method public void bind(java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOExcep…
2417 …method protected void bind(java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOEx…
2418 method public void close() throws java.io.IOException;
2419 …sionInputBuffer(java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2420 …ionOutputBuffer(java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2429 method public void shutdown() throws java.io.IOException;
2436 …method protected void bind(java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOEx…
2437 method public void close() throws java.io.IOException;
2438 …ttpDataReceiver(java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2439 …DataTransmitter(java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2448 method public void shutdown() throws java.io.IOException;
2458 …ract void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws org.apache.http.au…
2459 …method public void processChallenge(org.apache.http.Header) throws org.apache.http.auth.MalformedC…
2464 …henticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest) throws org.apache.http.au…
2478 …henticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest) throws org.apache.http.au…
2492 …ct java.lang.String generateType1Msg(java.lang.String, java.lang.String) throws org.apache.http.im…
2493 … java.lang.String, java.lang.String, java.lang.String, java.lang.String) throws org.apache.http.im…
2504 …henticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest) throws org.apache.http.au…
2510 …method protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws org.ap…
2518 …method protected void parseChallenge(org.apache.http.util.CharArrayBuffer, int, int) throws org.ap…
2534 …tring, org.apache.http.Header> parseChallenges(org.apache.http.Header[]) throws org.apache.http.au…
2535 …er>, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.au…
2565 …http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest) throws org.apache.http.cl…
2566 …ttp.client.methods.HttpUriRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
2567 …pResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest) throws org.apache.http.cl…
2568 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
2569 …ods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
2570 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
2571 …e.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
2572 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
2628 …method public java.lang.String handleResponse(org.apache.http.HttpResponse) throws org.apache.http…
2642 ….http.params.HttpParams setParameter(java.lang.String, java.lang.Object) throws java.lang.Unsuppor…
2687 …nges(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.au…
2693 …nURI(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Pr…
2700 ….http.conn.routing.HttpRoute, int, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2701 …pache.http.conn.routing.HttpRoute, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2702 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2703 …pache.http.conn.routing.HttpRoute, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2704 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2705 …est, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2707 …http.impl.client.RequestWrapper, org.apache.http.conn.routing.HttpRoute) throws org.apache.http.Pr…
2722 …nges(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.au…
2732 …ctor public EntityEnclosingRequestWrapper(org.apache.http.HttpEntityEnclosingRequest) throws org.a…
2746 … ctor public RequestWrapper(org.apache.http.HttpRequest) throws org.apache.http.ProtocolException;
2747 method public void abort() throws java.lang.UnsupportedOperationException;
2783 method protected final void assertNotAborted() throws java.io.InterruptedIOException;
2786 method public void flush() throws java.io.IOException;
2798 method public boolean isResponseAvailable(int) throws java.io.IOException;
2802 …method public void receiveResponseEntity(org.apache.http.HttpResponse) throws org.apache.http.Http…
2803 …method public org.apache.http.HttpResponse receiveResponseHeader() throws org.apache.http.HttpExce…
2805 …method public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org.apache…
2806 …method public void sendRequestHeader(org.apache.http.HttpRequest) throws org.apache.http.HttpExcep…
2815 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2816 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2819 …xy(org.apache.http.HttpHost, boolean, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2820 …method public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws java.io.IOExcep…
2831 method public void close() throws java.io.IOException;
2834 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2835 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2837 method public void shutdown() throws java.io.IOException;
2838 …xy(org.apache.http.HttpHost, boolean, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2839 …method public void tunnelTarget(boolean, org.apache.http.params.HttpParams) throws java.io.IOExcep…
2848 …method public void openCompleted(boolean, org.apache.http.params.HttpParams) throws java.io.IOExce…
2849 … method public void opening(java.net.Socket, org.apache.http.HttpHost) throws java.io.IOException;
2850 …t, org.apache.http.HttpHost, boolean, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2856 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2857 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2858 …org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) throws java.io.IOExceptio…
2864 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2870 …apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.http.Ht…
2885 method public boolean isDataAvailable(int) throws java.io.IOException;
2886 method public int read(byte[], int, int) throws java.io.IOException;
2887 method public int read() throws java.io.IOException;
2888 method public int read(byte[]) throws java.io.IOException;
2889 method public java.lang.String readLine() throws java.io.IOException;
2890 method public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOException;
2895 method public void flush() throws java.io.IOException;
2897 method public void write(byte[], int, int) throws java.io.IOException;
2898 method public void write(int) throws java.io.IOException;
2899 method public void write(byte[]) throws java.io.IOException;
2900 method public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOException;
2901 method public void writeLine(java.lang.String) throws java.io.IOException;
2907 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2908 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
2918 method protected final void assertStillUp() throws java.lang.IllegalStateException;
2945 method protected void close() throws java.io.IOException;
2946 method protected void shutdown() throws java.io.IOException;
2952 method public void input(java.io.InputStream) throws java.io.IOException;
2953 method public void input(byte[], int, int) throws java.io.IOException;
2954 method public void input(byte[]) throws java.io.IOException;
2955 method public void input(int) throws java.io.IOException;
2956 method public void input(java.lang.String) throws java.io.IOException;
2957 method public void output(java.io.InputStream) throws java.io.IOException;
2958 method public void output(byte[], int, int) throws java.io.IOException;
2959 method public void output(byte[]) throws java.io.IOException;
2960 method public void output(int) throws java.io.IOException;
2961 method public void output(java.lang.String) throws java.io.IOException;
2974 method public void enableConnectionGC() throws java.lang.IllegalStateException;
2976 …outing.HttpRoute, java.lang.Object, long, java.util.concurrent.TimeUnit) throws org.apache.http.co…
3017 …ncurrent.TimeUnit, org.apache.http.impl.conn.tsccm.WaitingThreadAborter) throws org.apache.http.co…
3034 …n.tsccm.BasicPoolEntry getPoolEntry(long, java.util.concurrent.TimeUnit) throws org.apache.http.co…
3092 method public boolean await(java.util.Date) throws java.lang.InterruptedException;
3113 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3126 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3160 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3166 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3167 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3172 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3177 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3183 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3184 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3189 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3199 …okie> parse(org.apache.http.Header, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3200 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3214 …okie> parse(org.apache.http.Header, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3228 …se(org.apache.http.HeaderElement[], org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3229 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3240 …method public static java.util.Date parseDate(java.lang.String) throws org.apache.http.impl.cookie…
3241 …method public static java.util.Date parseDate(java.lang.String, java.lang.String[]) throws org.apa…
3242 …til.Date parseDate(java.lang.String, java.lang.String[], java.util.Date) throws org.apache.http.im…
3255 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3265 …okie> parse(org.apache.http.Header, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3277 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3278 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3289 …okie> parse(org.apache.http.Header, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3299 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3305 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3306 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3312 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3313 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3320 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3321 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3327 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3328 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3344 …method public void parse(org.apache.http.cookie.SetCookie, java.lang.String) throws org.apache.htt…
3345 …date(org.apache.http.cookie.Cookie, org.apache.http.cookie.CookieOrigin) throws org.apache.http.co…
3354 …lize(org.apache.http.io.SessionInputBuffer, org.apache.http.HttpMessage) throws org.apache.http.Ht…
3355 …lize(org.apache.http.io.SessionInputBuffer, org.apache.http.HttpMessage) throws org.apache.http.Ht…
3360 …ize(org.apache.http.io.SessionOutputBuffer, org.apache.http.HttpMessage) throws org.apache.http.Ht…
3361 …onOutputBuffer, org.apache.http.HttpMessage, org.apache.http.HttpEntity) throws org.apache.http.Ht…
3366 …method public long determineLength(org.apache.http.HttpMessage) throws org.apache.http.HttpExcepti…
3371 …method public long determineLength(org.apache.http.HttpMessage) throws org.apache.http.HttpExcepti…
3380 …method public org.apache.http.HttpMessage parse() throws org.apache.http.HttpException, java.io.IO…
3381 …apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.http.Ht…
3382 …ttp.io.SessionInputBuffer, int, int, org.apache.http.message.LineParser) throws org.apache.http.Ht…
3388 …method public void write(org.apache.http.HttpMessage) throws org.apache.http.HttpException, java.i…
3389 …method protected abstract void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOExcepti…
3397 method protected int fillBuffer() throws java.io.IOException;
3401 method public int read() throws java.io.IOException;
3402 method public int read(byte[], int, int) throws java.io.IOException;
3403 method public int read(byte[]) throws java.io.IOException;
3404 method public int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOException;
3405 method public java.lang.String readLine() throws java.io.IOException;
3410 method public void flush() throws java.io.IOException;
3411 method protected void flushBuffer() throws java.io.IOException;
3414 method public void write(byte[], int, int) throws java.io.IOException;
3415 method public void write(byte[]) throws java.io.IOException;
3416 method public void write(int) throws java.io.IOException;
3417 method public void writeLine(java.lang.String) throws java.io.IOException;
3418 method public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOException;
3424 method public int read() throws java.io.IOException;
3428 …ctor public ChunkedOutputStream(org.apache.http.io.SessionOutputBuffer, int) throws java.io.IOExce…
3429 …ctor public ChunkedOutputStream(org.apache.http.io.SessionOutputBuffer) throws java.io.IOException;
3430 method public void finish() throws java.io.IOException;
3431 method protected void flushCache() throws java.io.IOException;
3432 method protected void flushCacheWithAppend(byte[], int, int) throws java.io.IOException;
3433 method public void write(int) throws java.io.IOException;
3434 method protected void writeClosingChunk() throws java.io.IOException;
3439 method public int read() throws java.io.IOException;
3444 method public void write(int) throws java.io.IOException;
3449 …apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.http.Ht…
3454 method protected void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOException;
3459 …apache.http.HttpMessage parseHead(org.apache.http.io.SessionInputBuffer) throws org.apache.http.Ht…
3464 method protected void writeHeadLine(org.apache.http.HttpMessage) throws java.io.IOException;
3477 method public int read() throws java.io.IOException;
3482 method public void write(int) throws java.io.IOException;
3486 …ctor public SocketInputBuffer(java.net.Socket, int, org.apache.http.params.HttpParams) throws java…
3487 method public boolean isDataAvailable(int) throws java.io.IOException;
3488 method public boolean isStale() throws java.io.IOException;
3492 …ctor public SocketOutputBuffer(java.net.Socket, int, org.apache.http.params.HttpParams) throws jav…
3500 …method public abstract org.apache.http.HttpMessage parse() throws org.apache.http.HttpException, j…
3504 …method public abstract void write(org.apache.http.HttpMessage) throws org.apache.http.HttpExceptio…
3514 method public abstract boolean isDataAvailable(int) throws java.io.IOException;
3515 method public abstract int read(byte[], int, int) throws java.io.IOException;
3516 method public abstract int read(byte[]) throws java.io.IOException;
3517 method public abstract int read() throws java.io.IOException;
3518 …method public abstract int readLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExcepti…
3519 method public abstract java.lang.String readLine() throws java.io.IOException;
3523 method public abstract void flush() throws java.io.IOException;
3525 method public abstract void write(byte[], int, int) throws java.io.IOException;
3526 method public abstract void write(byte[]) throws java.io.IOException;
3527 method public abstract void write(int) throws java.io.IOException;
3528 method public abstract void writeLine(java.lang.String) throws java.io.IOException;
3529 …method public abstract void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOExcep…
3561 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3562 … method public org.apache.http.HeaderElement[] getElements() throws org.apache.http.ParseException;
3570 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3583 method public final java.lang.Object next() throws java.util.NoSuchElementException;
3584 … method public org.apache.http.HeaderElement nextElement() throws java.util.NoSuchElementException;
3585 method public void remove() throws java.lang.UnsupportedOperationException;
3593 method public final java.lang.Object next() throws java.util.NoSuchElementException;
3594 method public org.apache.http.Header nextHeader() throws java.util.NoSuchElementException;
3595 method public void remove() throws java.lang.UnsupportedOperationException;
3627 …rseElements(java.lang.String, org.apache.http.message.HeaderValueParser) throws org.apache.http.Pa…
3629 …aderElement(java.lang.String, org.apache.http.message.HeaderValueParser) throws org.apache.http.Pa…
3631 …meValuePair(java.lang.String, org.apache.http.message.HeaderValueParser) throws org.apache.http.Pa…
3634 …eParameters(java.lang.String, org.apache.http.message.HeaderValueParser) throws org.apache.http.Pa…
3699 …Header parseHeader(java.lang.String, org.apache.http.message.LineParser) throws org.apache.http.Pa…
3700 …method public org.apache.http.Header parseHeader(org.apache.http.util.CharArrayBuffer) throws org.…
3701 …rseProtocolVersion(java.lang.String, org.apache.http.message.LineParser) throws org.apache.http.Pa…
3702 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3703 …e parseRequestLine(java.lang.String, org.apache.http.message.LineParser) throws org.apache.http.Pa…
3704 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3705 …ne parseStatusLine(java.lang.String, org.apache.http.message.LineParser) throws org.apache.http.Pa…
3706 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3717 method public final java.lang.Object next() throws java.util.NoSuchElementException;
3718 method public org.apache.http.Header nextHeader() throws java.util.NoSuchElementException;
3719 method public void remove() throws java.lang.UnsupportedOperationException;
3728 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3735 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3743 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3752 method protected int findNext(int) throws org.apache.http.ParseException;
3761 …method public final java.lang.Object next() throws java.util.NoSuchElementException, org.apache.ht…
3762 …method public java.lang.String nextToken() throws java.util.NoSuchElementException, org.apache.htt…
3763 method public final void remove() throws java.lang.UnsupportedOperationException;
3772 …ctor public BufferedHeader(org.apache.http.util.CharArrayBuffer) throws org.apache.http.ParseExcep…
3773 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3775 … method public org.apache.http.HeaderElement[] getElements() throws org.apache.http.ParseException;
3785 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3808 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3809 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3810 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3811 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3823 …org.apache.http.Header parseHeader(org.apache.http.util.CharArrayBuffer) throws org.apache.http.Pa…
3824 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3825 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3826 ….apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.Pa…
3859 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
3995 method public java.lang.Object clone() throws java.lang.CloneNotSupportedException;
4002 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4003 …cess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4077 …est, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4086 ….apache.http.HttpClientConnection, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4087 ….apache.http.HttpClientConnection, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4088 ….apache.http.HttpClientConnection, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4089 …pache.http.protocol.HttpProcessor, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4090 …pache.http.protocol.HttpProcessor, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4094 …est, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4132 …est, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4135 ….apache.http.HttpServerConnection, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4146 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4151 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4156 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4161 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4166 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4171 …ocess(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4176 …cess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4181 …cess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4186 …cess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4191 …cess(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.Ht…
4267 …method public static java.lang.String getContentCharSet(org.apache.http.HttpEntity) throws org.apa…
4268 method public static byte[] toByteArray(org.apache.http.HttpEntity) throws java.io.IOException;
4269 … java.lang.String toString(org.apache.http.HttpEntity, java.lang.String) throws java.io.IOExceptio…
4270 …method public static java.lang.String toString(org.apache.http.HttpEntity) throws java.io.IOExcept…