META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/apache/http/
org/apache/http/util/
org/apache/http/ssl/
org/apache/http/entity/
org/apache/http/params/
org/apache/http/config/
org/apache/http/impl/
org/apache/http/impl/entity/
org/apache/http/impl/bootstrap/
org/apache/http/impl/pool/
org/apache/http/impl/io/
org/apache/http/concurrent/
org/apache/http/annotation/
org/apache/http/protocol/
org/apache/http/pool/
org/apache/http/io/
org/apache/http/message/
META-INF/maven/
META-INF/maven/org.apache.httpcomponents/
META-INF/maven/org.apache.httpcomponents/httpcore/
org/apache/http/Consts.class
Consts.java
package org.apache.http
public final org.apache.http.Consts extends java.lang.Object {
public static final int CR
public static final int LF
public static final int SP
public static final int HT
public static final java.nio.charset.Charset UTF_8
public static final java.nio.charset.Charset ASCII
public static final java.nio.charset.Charset ISO_8859_1
private void <init> ()
static void <clinit> ()
}
org/apache/http/util/EncodingUtils.class
EncodingUtils.java
package org.apache.http.util
public final org.apache.http.util.EncodingUtils extends java.lang.Object {
public static java.lang.String getString (byte[], int, int, java.lang.String)
java.io.UnsupportedEncodingException e
byte[] data
int offset
int length
String charset
public static java.lang.String getString (byte[], java.lang.String)
byte[] data
String charset
public static byte[] getBytes (java.lang.String, java.lang.String)
java.io.UnsupportedEncodingException e
String data
String charset
public static byte[] getAsciiBytes (java.lang.String)
String data
public static java.lang.String getAsciiString (byte[], int, int)
byte[] data
int offset
int length
public static java.lang.String getAsciiString (byte[])
byte[] data
private void <init> ()
}
org/apache/http/util/Args.class
Args.java
package org.apache.http.util
public org.apache.http.util.Args extends java.lang.Object {
public void <init> ()
public static void check (boolean, java.lang.String)
boolean expression
String message
public static transient void check (boolean, java.lang.String, java.lang.Object[])
boolean expression
String message
Object[] args
public static void check (boolean, java.lang.String, java.lang.Object)
boolean expression
String message
Object arg
public static java.lang.Object notNull (java.lang.Object, java.lang.String)
Object argument
String name
public static java.lang.CharSequence notEmpty (java.lang.CharSequence, java.lang.String)
CharSequence argument
String name
public static java.lang.CharSequence notBlank (java.lang.CharSequence, java.lang.String)
CharSequence argument
String name
public static java.lang.CharSequence containsNoBlanks (java.lang.CharSequence, java.lang.String)
CharSequence argument
String name
public static java.util.Collection notEmpty (java.util.Collection, java.lang.String)
java.util.Collection argument
String name
public static int positive (int, java.lang.String)
int n
String name
public static long positive (long, java.lang.String)
long n
String name
public static int notNegative (int, java.lang.String)
int n
String name
public static long notNegative (long, java.lang.String)
long n
String name
}
org/apache/http/ExceptionLogger.class
ExceptionLogger.java
package org.apache.http
public abstract org.apache.http.ExceptionLogger extends java.lang.Object {
public static final org.apache.http.ExceptionLogger NO_OP
public static final org.apache.http.ExceptionLogger STD_ERR
public abstract void log (java.lang.Exception)
static void <clinit> ()
}
org/apache/http/HttpStatus.class
HttpStatus.java
package org.apache.http
public abstract org.apache.http.HttpStatus extends java.lang.Object {
public static final int SC_CONTINUE
public static final int SC_SWITCHING_PROTOCOLS
public static final int SC_PROCESSING
public static final int SC_OK
public static final int SC_CREATED
public static final int SC_ACCEPTED
public static final int SC_NON_AUTHORITATIVE_INFORMATION
public static final int SC_NO_CONTENT
public static final int SC_RESET_CONTENT
public static final int SC_PARTIAL_CONTENT
public static final int SC_MULTI_STATUS
public static final int SC_MULTIPLE_CHOICES
public static final int SC_MOVED_PERMANENTLY
public static final int SC_MOVED_TEMPORARILY
public static final int SC_SEE_OTHER
public static final int SC_NOT_MODIFIED
public static final int SC_USE_PROXY
public static final int SC_TEMPORARY_REDIRECT
public static final int SC_BAD_REQUEST
public static final int SC_UNAUTHORIZED
public static final int SC_PAYMENT_REQUIRED
public static final int SC_FORBIDDEN
public static final int SC_NOT_FOUND
public static final int SC_METHOD_NOT_ALLOWED
public static final int SC_NOT_ACCEPTABLE
public static final int SC_PROXY_AUTHENTICATION_REQUIRED
public static final int SC_REQUEST_TIMEOUT
public static final int SC_CONFLICT
public static final int SC_GONE
public static final int SC_LENGTH_REQUIRED
public static final int SC_PRECONDITION_FAILED
public static final int SC_REQUEST_TOO_LONG
public static final int SC_REQUEST_URI_TOO_LONG
public static final int SC_UNSUPPORTED_MEDIA_TYPE
public static final int SC_REQUESTED_RANGE_NOT_SATISFIABLE
public static final int SC_EXPECTATION_FAILED
public static final int SC_INSUFFICIENT_SPACE_ON_RESOURCE
public static final int SC_METHOD_FAILURE
public static final int SC_UNPROCESSABLE_ENTITY
public static final int SC_LOCKED
public static final int SC_FAILED_DEPENDENCY
public static final int SC_INTERNAL_SERVER_ERROR
public static final int SC_NOT_IMPLEMENTED
public static final int SC_BAD_GATEWAY
public static final int SC_SERVICE_UNAVAILABLE
public static final int SC_GATEWAY_TIMEOUT
public static final int SC_HTTP_VERSION_NOT_SUPPORTED
public static final int SC_INSUFFICIENT_STORAGE
}
org/apache/http/impl/ConnSupport.class
ConnSupport.java
package org.apache.http.impl
public final org.apache.http.impl.ConnSupport extends java.lang.Object {
public void <init> ()
public static java.nio.charset.CharsetDecoder createDecoder (org.apache.http.config.ConnectionConfig)
org.apache.http.config.ConnectionConfig cconfig
java.nio.charset.Charset charset
java.nio.charset.CodingErrorAction malformed
java.nio.charset.CodingErrorAction unmappable
public static java.nio.charset.CharsetEncoder createEncoder (org.apache.http.config.ConnectionConfig)
java.nio.charset.CodingErrorAction malformed
java.nio.charset.CodingErrorAction unmappable
org.apache.http.config.ConnectionConfig cconfig
java.nio.charset.Charset charset
}
org/apache/http/impl/entity/EntitySerializer.class
EntitySerializer.java
package org.apache.http.impl.entity
public org.apache.http.impl.entity.EntitySerializer extends java.lang.Object {
private final org.apache.http.entity.ContentLengthStrategy lenStrategy
public void <init> (org.apache.http.entity.ContentLengthStrategy)
org.apache.http.entity.ContentLengthStrategy lenStrategy
protected java.io.OutputStream doSerialize (org.apache.http.io.SessionOutputBuffer, org.apache.http.HttpMessage) throws org.apache.http.HttpException java.io.IOException
org.apache.http.io.SessionOutputBuffer outbuffer
org.apache.http.HttpMessage message
long len
public void serialize (org.apache.http.io.SessionOutputBuffer, org.apache.http.HttpMessage, org.apache.http.HttpEntity) throws org.apache.http.HttpException java.io.IOException
org.apache.http.io.SessionOutputBuffer outbuffer
org.apache.http.HttpMessage message
org.apache.http.HttpEntity entity
java.io.OutputStream outStream
}
org/apache/http/impl/entity/EntityDeserializer.class
EntityDeserializer.java
package org.apache.http.impl.entity
public org.apache.http.impl.entity.EntityDeserializer extends java.lang.Object {
private final org.apache.http.entity.ContentLengthStrategy lenStrategy
public void <init> (org.apache.http.entity.ContentLengthStrategy)
org.apache.http.entity.ContentLengthStrategy lenStrategy
protected org.apache.http.entity.BasicHttpEntity doDeserialize (org.apache.http.io.SessionInputBuffer, org.apache.http.HttpMessage) throws org.apache.http.HttpException java.io.IOException
org.apache.http.io.SessionInputBuffer inBuffer
org.apache.http.HttpMessage message
org.apache.http.entity.BasicHttpEntity entity
long len
org.apache.http.Header contentTypeHeader
org.apache.http.Header contentEncodingHeader
public org.apache.http.HttpEntity deserialize (org.apache.http.io.SessionInputBuffer, org.apache.http.HttpMessage) throws org.apache.http.HttpException java.io.IOException
org.apache.http.io.SessionInputBuffer inBuffer
org.apache.http.HttpMessage message
}
org/apache/http/impl/DefaultBHttpServerConnectionFactory.class
DefaultBHttpServerConnectionFactory.java
package org.apache.http.impl
public org.apache.http.impl.DefaultBHttpServerConnectionFactory extends java.lang.Object implements org.apache.http.HttpConnectionFactory {
public static final org.apache.http.impl.DefaultBHttpServerConnectionFactory INSTANCE
private final org.apache.http.config.ConnectionConfig cconfig
private final org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
private final org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
private final org.apache.http.io.HttpMessageParserFactory requestParserFactory
private final org.apache.http.io.HttpMessageWriterFactory responseWriterFactory
public void <init> (org.apache.http.config.ConnectionConfig, org.apache.http.entity.ContentLengthStrategy, org.apache.http.entity.ContentLengthStrategy, org.apache.http.io.HttpMessageParserFactory, org.apache.http.io.HttpMessageWriterFactory)
org.apache.http.config.ConnectionConfig cconfig
org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
org.apache.http.io.HttpMessageParserFactory requestParserFactory
org.apache.http.io.HttpMessageWriterFactory responseWriterFactory
public void <init> (org.apache.http.config.ConnectionConfig, org.apache.http.io.HttpMessageParserFactory, org.apache.http.io.HttpMessageWriterFactory)
org.apache.http.config.ConnectionConfig cconfig
org.apache.http.io.HttpMessageParserFactory requestParserFactory
org.apache.http.io.HttpMessageWriterFactory responseWriterFactory
public void <init> (org.apache.http.config.ConnectionConfig)
org.apache.http.config.ConnectionConfig cconfig
public void <init> ()
public org.apache.http.impl.DefaultBHttpServerConnection createConnection (java.net.Socket) throws java.io.IOException
java.net.Socket socket
org.apache.http.impl.DefaultBHttpServerConnection conn
public volatile synthetic org.apache.http.HttpConnection createConnection (java.net.Socket) throws java.io.IOException
java.net.Socket x0
static void <clinit> ()
}
org/apache/http/impl/DefaultBHttpServerConnection.class
DefaultBHttpServerConnection.java
package org.apache.http.impl
public org.apache.http.impl.DefaultBHttpServerConnection extends org.apache.http.impl.BHttpConnectionBase implements org.apache.http.HttpServerConnection {
private final org.apache.http.io.HttpMessageParser requestParser
private final org.apache.http.io.HttpMessageWriter responseWriter
public void <init> (int, int, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.http.config.MessageConstraints, org.apache.http.entity.ContentLengthStrategy, org.apache.http.entity.ContentLengthStrategy, org.apache.http.io.HttpMessageParserFactory, org.apache.http.io.HttpMessageWriterFactory)
int bufferSize
int fragmentSizeHint
java.nio.charset.CharsetDecoder charDecoder
java.nio.charset.CharsetEncoder charEncoder
org.apache.http.config.MessageConstraints constraints
org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
org.apache.http.io.HttpMessageParserFactory requestParserFactory
org.apache.http.io.HttpMessageWriterFactory responseWriterFactory
public void <init> (int, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.http.config.MessageConstraints)
int bufferSize
java.nio.charset.CharsetDecoder charDecoder
java.nio.charset.CharsetEncoder charEncoder
org.apache.http.config.MessageConstraints constraints
public void <init> (int)
int bufferSize
protected void onRequestReceived (org.apache.http.HttpRequest)
org.apache.http.HttpRequest request
protected void onResponseSubmitted (org.apache.http.HttpResponse)
org.apache.http.HttpResponse response
public void bind (java.net.Socket) throws java.io.IOException
java.net.Socket socket
public org.apache.http.HttpRequest receiveRequestHeader () throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpRequest request
public void receiveRequestEntity (org.apache.http.HttpEntityEnclosingRequest) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpEntityEnclosingRequest request
org.apache.http.HttpEntity entity
public void sendResponseHeader (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
public void sendResponseEntity (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
org.apache.http.HttpEntity entity
java.io.OutputStream outStream
public void flush () throws java.io.IOException
}
org/apache/http/impl/AbstractHttpClientConnection.class
AbstractHttpClientConnection.java
package org.apache.http.impl
public abstract org.apache.http.impl.AbstractHttpClientConnection extends java.lang.Object implements org.apache.http.HttpClientConnection {
private final org.apache.http.impl.entity.EntitySerializer entityserializer
private final org.apache.http.impl.entity.EntityDeserializer entitydeserializer
private org.apache.http.io.SessionInputBuffer inBuffer
private org.apache.http.io.SessionOutputBuffer outbuffer
private org.apache.http.io.EofSensor eofSensor
private org.apache.http.io.HttpMessageParser responseParser
private org.apache.http.io.HttpMessageWriter requestWriter
private org.apache.http.impl.HttpConnectionMetricsImpl metrics
public void <init> ()
protected abstract void assertOpen () throws java.lang.IllegalStateException
protected org.apache.http.impl.entity.EntityDeserializer createEntityDeserializer ()
protected org.apache.http.impl.entity.EntitySerializer createEntitySerializer ()
protected org.apache.http.HttpResponseFactory createHttpResponseFactory ()
protected org.apache.http.io.HttpMessageParser createResponseParser (org.apache.http.io.SessionInputBuffer, org.apache.http.HttpResponseFactory, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.HttpResponseFactory responseFactory
org.apache.http.params.HttpParams params
protected org.apache.http.io.HttpMessageWriter createRequestWriter (org.apache.http.io.SessionOutputBuffer, org.apache.http.params.HttpParams)
org.apache.http.io.SessionOutputBuffer buffer
org.apache.http.params.HttpParams params
protected org.apache.http.impl.HttpConnectionMetricsImpl createConnectionMetrics (org.apache.http.io.HttpTransportMetrics, org.apache.http.io.HttpTransportMetrics)
org.apache.http.io.HttpTransportMetrics inTransportMetric
org.apache.http.io.HttpTransportMetrics outTransportMetric
protected void init (org.apache.http.io.SessionInputBuffer, org.apache.http.io.SessionOutputBuffer, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer sessionInputBuffer
org.apache.http.io.SessionOutputBuffer sessionOutputBuffer
org.apache.http.params.HttpParams params
public boolean isResponseAvailable (int) throws java.io.IOException
java.net.SocketTimeoutException ex
int timeout
public void sendRequestHeader (org.apache.http.HttpRequest) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpRequest request
public void sendRequestEntity (org.apache.http.HttpEntityEnclosingRequest) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpEntityEnclosingRequest request
protected void doFlush () throws java.io.IOException
public void flush () throws java.io.IOException
public org.apache.http.HttpResponse receiveResponseHeader () throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
public void receiveResponseEntity (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
org.apache.http.HttpEntity entity
protected boolean isEof ()
public boolean isStale ()
java.net.SocketTimeoutException ex
java.io.IOException ex
public org.apache.http.HttpConnectionMetrics getMetrics ()
}
org/apache/http/impl/bootstrap/RequestListener.class
RequestListener.java
package org.apache.http.impl.bootstrap
org.apache.http.impl.bootstrap.RequestListener extends java.lang.Object implements java.lang.Runnable {
private final org.apache.http.config.SocketConfig socketConfig
private final java.net.ServerSocket serversocket
private final org.apache.http.protocol.HttpService httpService
private final org.apache.http.HttpConnectionFactory connectionFactory
private final org.apache.http.ExceptionLogger exceptionLogger
private final java.util.concurrent.ExecutorService executorService
private final java.util.concurrent.atomic.AtomicBoolean terminated
public void <init> (org.apache.http.config.SocketConfig, java.net.ServerSocket, org.apache.http.protocol.HttpService, org.apache.http.HttpConnectionFactory, org.apache.http.ExceptionLogger, java.util.concurrent.ExecutorService)
org.apache.http.config.SocketConfig socketConfig
java.net.ServerSocket serversocket
org.apache.http.protocol.HttpService httpService
org.apache.http.HttpConnectionFactory connectionFactory
org.apache.http.ExceptionLogger exceptionLogger
java.util.concurrent.ExecutorService executorService
public void run ()
java.net.Socket socket
org.apache.http.HttpServerConnection conn
org.apache.http.impl.bootstrap.Worker worker
Exception ex
public boolean isTerminated ()
public void terminate () throws java.io.IOException
}
org/apache/http/impl/bootstrap/HttpServer$Status.class
HttpServer.java
package org.apache.http.impl.bootstrap
final enum org.apache.http.impl.bootstrap.HttpServer$Status extends java.lang.Enum {
public static final enum org.apache.http.impl.bootstrap.HttpServer$Status READY
public static final enum org.apache.http.impl.bootstrap.HttpServer$Status ACTIVE
public static final enum org.apache.http.impl.bootstrap.HttpServer$Status STOPPING
private static final synthetic org.apache.http.impl.bootstrap.HttpServer$Status[] $VALUES
public static org.apache.http.impl.bootstrap.HttpServer$Status[] values ()
public static org.apache.http.impl.bootstrap.HttpServer$Status valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int)
static void <clinit> ()
}
org/apache/http/impl/BHttpConnectionBase.class
BHttpConnectionBase.java
package org.apache.http.impl
public org.apache.http.impl.BHttpConnectionBase extends java.lang.Object implements org.apache.http.HttpInetConnection {
private final org.apache.http.impl.io.SessionInputBufferImpl inBuffer
private final org.apache.http.impl.io.SessionOutputBufferImpl outbuffer
private final org.apache.http.config.MessageConstraints messageConstraints
private final org.apache.http.impl.HttpConnectionMetricsImpl connMetrics
private final org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
private final org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
private final java.util.concurrent.atomic.AtomicReference socketHolder
protected void <init> (int, int, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.http.config.MessageConstraints, org.apache.http.entity.ContentLengthStrategy, org.apache.http.entity.ContentLengthStrategy)
int bufferSize
int fragmentSizeHint
java.nio.charset.CharsetDecoder charDecoder
java.nio.charset.CharsetEncoder charEncoder
org.apache.http.config.MessageConstraints messageConstraints
org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
org.apache.http.impl.io.HttpTransportMetricsImpl inTransportMetrics
org.apache.http.impl.io.HttpTransportMetricsImpl outTransportMetrics
protected void ensureOpen () throws java.io.IOException
java.net.Socket socket
protected java.io.InputStream getSocketInputStream (java.net.Socket) throws java.io.IOException
java.net.Socket socket
protected java.io.OutputStream getSocketOutputStream (java.net.Socket) throws java.io.IOException
java.net.Socket socket
protected void bind (java.net.Socket) throws java.io.IOException
java.net.Socket socket
protected org.apache.http.io.SessionInputBuffer getSessionInputBuffer ()
protected org.apache.http.io.SessionOutputBuffer getSessionOutputBuffer ()
protected void doFlush () throws java.io.IOException
public boolean isOpen ()
protected java.net.Socket getSocket ()
protected java.io.OutputStream createOutputStream (long, org.apache.http.io.SessionOutputBuffer)
long len
org.apache.http.io.SessionOutputBuffer outbuffer
protected java.io.OutputStream prepareOutput (org.apache.http.HttpMessage) throws org.apache.http.HttpException
org.apache.http.HttpMessage message
long len
protected java.io.InputStream createInputStream (long, org.apache.http.io.SessionInputBuffer)
long len
org.apache.http.io.SessionInputBuffer inBuffer
protected org.apache.http.HttpEntity prepareInput (org.apache.http.HttpMessage) throws org.apache.http.HttpException
org.apache.http.HttpMessage message
org.apache.http.entity.BasicHttpEntity entity
long len
java.io.InputStream inStream
org.apache.http.Header contentTypeHeader
org.apache.http.Header contentEncodingHeader
public java.net.InetAddress getLocalAddress ()
java.net.Socket socket
public int getLocalPort ()
java.net.Socket socket
public java.net.InetAddress getRemoteAddress ()
java.net.Socket socket
public int getRemotePort ()
java.net.Socket socket
public void setSocketTimeout (int)
java.net.SocketException ignore
int timeout
java.net.Socket socket
public int getSocketTimeout ()
java.net.SocketException ignore
java.net.Socket socket
public void shutdown () throws java.io.IOException
java.io.IOException ex
java.net.Socket socket
public void close () throws java.io.IOException
java.io.IOException ignore
java.io.IOException ignore
UnsupportedOperationException ignore
java.net.Socket socket
private int fillInputBuffer (int) throws java.io.IOException
int timeout
java.net.Socket socket
int oldtimeout
protected boolean awaitInput (int) throws java.io.IOException
int timeout
public boolean isStale ()
int bytesRead
java.net.SocketTimeoutException ex
java.io.IOException ex
protected void incrementRequestCount ()
protected void incrementResponseCount ()
public org.apache.http.HttpConnectionMetrics getMetrics ()
public java.lang.String toString ()
StringBuilder buffer
java.net.SocketAddress remoteAddress
java.net.SocketAddress localAddress
java.net.Socket socket
}
org/apache/http/impl/io/IdentityInputStream.class
IdentityInputStream.java
package org.apache.http.impl.io
public org.apache.http.impl.io.IdentityInputStream extends java.io.InputStream {
private final org.apache.http.io.SessionInputBuffer in
private boolean closed
public void <init> (org.apache.http.io.SessionInputBuffer)
org.apache.http.io.SessionInputBuffer in
public int available () throws java.io.IOException
public void close () throws java.io.IOException
public int read () throws java.io.IOException
public int read (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
}
org/apache/http/impl/io/HttpTransportMetricsImpl.class
HttpTransportMetricsImpl.java
package org.apache.http.impl.io
public org.apache.http.impl.io.HttpTransportMetricsImpl extends java.lang.Object implements org.apache.http.io.HttpTransportMetrics {
private long bytesTransferred
public void <init> ()
public long getBytesTransferred ()
public void setBytesTransferred (long)
long count
public void incrementBytesTransferred (long)
long count
public void reset ()
}
org/apache/http/impl/io/SessionInputBufferImpl.class
SessionInputBufferImpl.java
package org.apache.http.impl.io
public org.apache.http.impl.io.SessionInputBufferImpl extends java.lang.Object implements org.apache.http.io.SessionInputBuffer org.apache.http.io.BufferInfo {
private final org.apache.http.impl.io.HttpTransportMetricsImpl metrics
private final byte[] buffer
private final org.apache.http.util.ByteArrayBuffer lineBuffer
private final int minChunkLimit
private final org.apache.http.config.MessageConstraints constraints
private final java.nio.charset.CharsetDecoder decoder
private java.io.InputStream inStream
private int bufferPos
private int bufferLen
private java.nio.CharBuffer cbuf
public void <init> (org.apache.http.impl.io.HttpTransportMetricsImpl, int, int, org.apache.http.config.MessageConstraints, java.nio.charset.CharsetDecoder)
org.apache.http.impl.io.HttpTransportMetricsImpl metrics
int bufferSize
int minChunkLimit
org.apache.http.config.MessageConstraints constraints
java.nio.charset.CharsetDecoder charDecoder
public void <init> (org.apache.http.impl.io.HttpTransportMetricsImpl, int)
org.apache.http.impl.io.HttpTransportMetricsImpl metrics
int bufferSize
public void bind (java.io.InputStream)
java.io.InputStream inputStream
public boolean isBound ()
public int capacity ()
public int length ()
public int available ()
private int streamRead (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
public int fillBuffer () throws java.io.IOException
int len
int readLen
int off
int len
public boolean hasBufferedData ()
public void clear ()
public int read () throws java.io.IOException
int noRead
public int read (byte[], int, int) throws java.io.IOException
int chunk
int readLen
int noRead
byte[] b
int off
int len
int chunk
public int read (byte[]) throws java.io.IOException
byte[] b
public int readLine (org.apache.http.util.CharArrayBuffer) throws java.io.IOException
int i
int currentLen
int len
int len
int pos
org.apache.http.util.CharArrayBuffer charbuffer
int maxLineLen
int noRead
boolean retry
private int lineFromLineBuffer (org.apache.http.util.CharArrayBuffer) throws java.io.IOException
java.nio.ByteBuffer bbuf
org.apache.http.util.CharArrayBuffer charbuffer
int len
private int lineFromReadBuffer (org.apache.http.util.CharArrayBuffer, int) throws java.io.IOException
java.nio.ByteBuffer bbuf
org.apache.http.util.CharArrayBuffer charbuffer
int position
int pos
int off
int len
private int appendDecoded (org.apache.http.util.CharArrayBuffer, java.nio.ByteBuffer) throws java.io.IOException
java.nio.charset.CoderResult result
org.apache.http.util.CharArrayBuffer charbuffer
java.nio.ByteBuffer bbuf
int len
java.nio.charset.CoderResult result
private int handleDecodingResult (java.nio.charset.CoderResult, org.apache.http.util.CharArrayBuffer, java.nio.ByteBuffer) throws java.io.IOException
java.nio.charset.CoderResult result
org.apache.http.util.CharArrayBuffer charbuffer
java.nio.ByteBuffer bbuf
int len
public java.lang.String readLine () throws java.io.IOException
org.apache.http.util.CharArrayBuffer charbuffer
int readLen
public boolean isDataAvailable (int) throws java.io.IOException
int timeout
public org.apache.http.io.HttpTransportMetrics getMetrics ()
}
org/apache/http/impl/io/HttpResponseWriter.class
HttpResponseWriter.java
package org.apache.http.impl.io
public org.apache.http.impl.io.HttpResponseWriter extends org.apache.http.impl.io.AbstractMessageWriter {
public void <init> (org.apache.http.io.SessionOutputBuffer, org.apache.http.message.LineFormatter, org.apache.http.params.HttpParams)
org.apache.http.io.SessionOutputBuffer buffer
org.apache.http.message.LineFormatter formatter
org.apache.http.params.HttpParams params
protected void writeHeadLine (org.apache.http.HttpResponse) throws java.io.IOException
org.apache.http.HttpResponse message
protected volatile synthetic void writeHeadLine (org.apache.http.HttpMessage) throws java.io.IOException
org.apache.http.HttpMessage x0
}
org/apache/http/impl/io/DefaultHttpResponseParser.class
DefaultHttpResponseParser.java
package org.apache.http.impl.io
public org.apache.http.impl.io.DefaultHttpResponseParser extends org.apache.http.impl.io.AbstractMessageParser {
private final org.apache.http.HttpResponseFactory responseFactory
private final org.apache.http.util.CharArrayBuffer lineBuf
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.HttpResponseFactory, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.message.LineParser lineParser
org.apache.http.HttpResponseFactory responseFactory
org.apache.http.params.HttpParams params
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.HttpResponseFactory, org.apache.http.config.MessageConstraints)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.message.LineParser lineParser
org.apache.http.HttpResponseFactory responseFactory
org.apache.http.config.MessageConstraints constraints
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.config.MessageConstraints)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.config.MessageConstraints constraints
public void <init> (org.apache.http.io.SessionInputBuffer)
org.apache.http.io.SessionInputBuffer buffer
protected org.apache.http.HttpResponse parseHead (org.apache.http.io.SessionInputBuffer) throws java.io.IOException org.apache.http.HttpException org.apache.http.ParseException
org.apache.http.io.SessionInputBuffer sessionBuffer
int readLen
org.apache.http.message.ParserCursor cursor
org.apache.http.StatusLine statusline
protected volatile synthetic org.apache.http.HttpMessage parseHead (org.apache.http.io.SessionInputBuffer) throws java.io.IOException org.apache.http.HttpException org.apache.http.ParseException
org.apache.http.io.SessionInputBuffer x0
}
org/apache/http/impl/io/SessionOutputBufferImpl.class
SessionOutputBufferImpl.java
package org.apache.http.impl.io
public org.apache.http.impl.io.SessionOutputBufferImpl extends java.lang.Object implements org.apache.http.io.SessionOutputBuffer org.apache.http.io.BufferInfo {
private static final byte[] CRLF
private final org.apache.http.impl.io.HttpTransportMetricsImpl metrics
private final org.apache.http.util.ByteArrayBuffer buffer
private final int fragementSizeHint
private final java.nio.charset.CharsetEncoder encoder
private java.io.OutputStream outStream
private java.nio.ByteBuffer bbuf
public void <init> (org.apache.http.impl.io.HttpTransportMetricsImpl, int, int, java.nio.charset.CharsetEncoder)
org.apache.http.impl.io.HttpTransportMetricsImpl metrics
int bufferSize
int fragementSizeHint
java.nio.charset.CharsetEncoder charEncoder
public void <init> (org.apache.http.impl.io.HttpTransportMetricsImpl, int)
org.apache.http.impl.io.HttpTransportMetricsImpl metrics
int bufferSize
public void bind (java.io.OutputStream)
java.io.OutputStream outStream
public boolean isBound ()
public int capacity ()
public int length ()
public int available ()
private void streamWrite (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
private void flushStream () throws java.io.IOException
private void flushBuffer () throws java.io.IOException
int len
public void flush () throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
int freecapacity
byte[] b
int off
int len
public void write (byte[]) throws java.io.IOException
byte[] b
public void write (int) throws java.io.IOException
int b
public void writeLine (java.lang.String) throws java.io.IOException
int i
java.nio.CharBuffer cbuf
String s
public void writeLine (org.apache.http.util.CharArrayBuffer) throws java.io.IOException
int chunk
int off
int remaining
java.nio.CharBuffer cbuf
org.apache.http.util.CharArrayBuffer charbuffer
private void writeEncoded (java.nio.CharBuffer) throws java.io.IOException
java.nio.charset.CoderResult result
java.nio.CharBuffer cbuf
java.nio.charset.CoderResult result
private void handleEncodingResult (java.nio.charset.CoderResult) throws java.io.IOException
java.nio.charset.CoderResult result
public org.apache.http.io.HttpTransportMetrics getMetrics ()
static void <clinit> ()
}
org/apache/http/impl/io/DefaultHttpRequestWriter.class
DefaultHttpRequestWriter.java
package org.apache.http.impl.io
public org.apache.http.impl.io.DefaultHttpRequestWriter extends org.apache.http.impl.io.AbstractMessageWriter {
public void <init> (org.apache.http.io.SessionOutputBuffer, org.apache.http.message.LineFormatter)
org.apache.http.io.SessionOutputBuffer buffer
org.apache.http.message.LineFormatter formatter
public void <init> (org.apache.http.io.SessionOutputBuffer)
org.apache.http.io.SessionOutputBuffer buffer
protected void writeHeadLine (org.apache.http.HttpRequest) throws java.io.IOException
org.apache.http.HttpRequest message
protected volatile synthetic void writeHeadLine (org.apache.http.HttpMessage) throws java.io.IOException
org.apache.http.HttpMessage x0
}
org/apache/http/impl/io/DefaultHttpRequestParserFactory.class
DefaultHttpRequestParserFactory.java
package org.apache.http.impl.io
public org.apache.http.impl.io.DefaultHttpRequestParserFactory extends java.lang.Object implements org.apache.http.io.HttpMessageParserFactory {
public static final org.apache.http.impl.io.DefaultHttpRequestParserFactory INSTANCE
private final org.apache.http.message.LineParser lineParser
private final org.apache.http.HttpRequestFactory requestFactory
public void <init> (org.apache.http.message.LineParser, org.apache.http.HttpRequestFactory)
org.apache.http.message.LineParser lineParser
org.apache.http.HttpRequestFactory requestFactory
public void <init> ()
public org.apache.http.io.HttpMessageParser create (org.apache.http.io.SessionInputBuffer, org.apache.http.config.MessageConstraints)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.config.MessageConstraints constraints
static void <clinit> ()
}
org/apache/http/impl/io/HttpRequestWriter.class
HttpRequestWriter.java
package org.apache.http.impl.io
public org.apache.http.impl.io.HttpRequestWriter extends org.apache.http.impl.io.AbstractMessageWriter {
public void <init> (org.apache.http.io.SessionOutputBuffer, org.apache.http.message.LineFormatter, org.apache.http.params.HttpParams)
org.apache.http.io.SessionOutputBuffer buffer
org.apache.http.message.LineFormatter formatter
org.apache.http.params.HttpParams params
protected void writeHeadLine (org.apache.http.HttpRequest) throws java.io.IOException
org.apache.http.HttpRequest message
protected volatile synthetic void writeHeadLine (org.apache.http.HttpMessage) throws java.io.IOException
org.apache.http.HttpMessage x0
}
org/apache/http/impl/io/DefaultHttpResponseParserFactory.class
DefaultHttpResponseParserFactory.java
package org.apache.http.impl.io
public org.apache.http.impl.io.DefaultHttpResponseParserFactory extends java.lang.Object implements org.apache.http.io.HttpMessageParserFactory {
public static final org.apache.http.impl.io.DefaultHttpResponseParserFactory INSTANCE
private final org.apache.http.message.LineParser lineParser
private final org.apache.http.HttpResponseFactory responseFactory
public void <init> (org.apache.http.message.LineParser, org.apache.http.HttpResponseFactory)
org.apache.http.message.LineParser lineParser
org.apache.http.HttpResponseFactory responseFactory
public void <init> ()
public org.apache.http.io.HttpMessageParser create (org.apache.http.io.SessionInputBuffer, org.apache.http.config.MessageConstraints)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.config.MessageConstraints constraints
static void <clinit> ()
}
org/apache/http/impl/DefaultBHttpClientConnection.class
DefaultBHttpClientConnection.java
package org.apache.http.impl
public org.apache.http.impl.DefaultBHttpClientConnection extends org.apache.http.impl.BHttpConnectionBase implements org.apache.http.HttpClientConnection {
private final org.apache.http.io.HttpMessageParser responseParser
private final org.apache.http.io.HttpMessageWriter requestWriter
public void <init> (int, int, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.http.config.MessageConstraints, org.apache.http.entity.ContentLengthStrategy, org.apache.http.entity.ContentLengthStrategy, org.apache.http.io.HttpMessageWriterFactory, org.apache.http.io.HttpMessageParserFactory)
int bufferSize
int fragmentSizeHint
java.nio.charset.CharsetDecoder charDecoder
java.nio.charset.CharsetEncoder charEncoder
org.apache.http.config.MessageConstraints constraints
org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
org.apache.http.io.HttpMessageWriterFactory requestWriterFactory
org.apache.http.io.HttpMessageParserFactory responseParserFactory
public void <init> (int, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.http.config.MessageConstraints)
int bufferSize
java.nio.charset.CharsetDecoder charDecoder
java.nio.charset.CharsetEncoder charEncoder
org.apache.http.config.MessageConstraints constraints
public void <init> (int)
int bufferSize
protected void onResponseReceived (org.apache.http.HttpResponse)
org.apache.http.HttpResponse response
protected void onRequestSubmitted (org.apache.http.HttpRequest)
org.apache.http.HttpRequest request
public void bind (java.net.Socket) throws java.io.IOException
java.net.Socket socket
public boolean isResponseAvailable (int) throws java.io.IOException
java.net.SocketTimeoutException ex
int timeout
public void sendRequestHeader (org.apache.http.HttpRequest) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpRequest request
public void sendRequestEntity (org.apache.http.HttpEntityEnclosingRequest) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpEntityEnclosingRequest request
org.apache.http.HttpEntity entity
java.io.OutputStream outStream
public org.apache.http.HttpResponse receiveResponseHeader () throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
public void receiveResponseEntity (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
org.apache.http.HttpEntity entity
public void flush () throws java.io.IOException
}
org/apache/http/annotation/Experimental.class
Experimental.java
package org.apache.http.annotation
public abstract annotation org.apache.http.annotation.Experimental extends java.lang.Object implements java.lang.annotation.Annotation {
}
org/apache/http/annotation/ThreadingBehavior.class
ThreadingBehavior.java
package org.apache.http.annotation
public final enum org.apache.http.annotation.ThreadingBehavior extends java.lang.Enum {
public static final enum org.apache.http.annotation.ThreadingBehavior IMMUTABLE
public static final enum org.apache.http.annotation.ThreadingBehavior IMMUTABLE_CONDITIONAL
public static final enum org.apache.http.annotation.ThreadingBehavior SAFE
public static final enum org.apache.http.annotation.ThreadingBehavior SAFE_CONDITIONAL
public static final enum org.apache.http.annotation.ThreadingBehavior UNSAFE
private static final synthetic org.apache.http.annotation.ThreadingBehavior[] $VALUES
public static org.apache.http.annotation.ThreadingBehavior[] values ()
public static org.apache.http.annotation.ThreadingBehavior valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int)
static void <clinit> ()
}
org/apache/http/protocol/BasicHttpProcessor.class
BasicHttpProcessor.java
package org.apache.http.protocol
public final org.apache.http.protocol.BasicHttpProcessor extends java.lang.Object implements org.apache.http.protocol.HttpProcessor org.apache.http.protocol.HttpRequestInterceptorList org.apache.http.protocol.HttpResponseInterceptorList java.lang.Cloneable {
protected final java.util.List requestInterceptors
protected final java.util.List responseInterceptors
public void <init> ()
public void addRequestInterceptor (org.apache.http.HttpRequestInterceptor)
org.apache.http.HttpRequestInterceptor itcp
public void addRequestInterceptor (org.apache.http.HttpRequestInterceptor, int)
org.apache.http.HttpRequestInterceptor itcp
int index
public void addResponseInterceptor (org.apache.http.HttpResponseInterceptor, int)
org.apache.http.HttpResponseInterceptor itcp
int index
public void removeRequestInterceptorByClass (java.lang.Class)
Object request
java.util.Iterator it
Class clazz
public void removeResponseInterceptorByClass (java.lang.Class)
Object request
java.util.Iterator it
Class clazz
public final void addInterceptor (org.apache.http.HttpRequestInterceptor)
org.apache.http.HttpRequestInterceptor interceptor
public final void addInterceptor (org.apache.http.HttpRequestInterceptor, int)
org.apache.http.HttpRequestInterceptor interceptor
int index
public int getRequestInterceptorCount ()
public org.apache.http.HttpRequestInterceptor getRequestInterceptor (int)
int index
public void clearRequestInterceptors ()
public void addResponseInterceptor (org.apache.http.HttpResponseInterceptor)
org.apache.http.HttpResponseInterceptor itcp
public final void addInterceptor (org.apache.http.HttpResponseInterceptor)
org.apache.http.HttpResponseInterceptor interceptor
public final void addInterceptor (org.apache.http.HttpResponseInterceptor, int)
org.apache.http.HttpResponseInterceptor interceptor
int index
public int getResponseInterceptorCount ()
public org.apache.http.HttpResponseInterceptor getResponseInterceptor (int)
int index
public void clearResponseInterceptors ()
public void setInterceptors (java.util.List)
Object obj
java.util.Iterator i$
java.util.List list
public void clearInterceptors ()
public void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws java.io.IOException org.apache.http.HttpException
org.apache.http.HttpRequestInterceptor interceptor
java.util.Iterator i$
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpContext context
public void process (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws java.io.IOException org.apache.http.HttpException
org.apache.http.HttpResponseInterceptor interceptor
java.util.Iterator i$
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
protected void copyInterceptors (org.apache.http.protocol.BasicHttpProcessor)
org.apache.http.protocol.BasicHttpProcessor target
public org.apache.http.protocol.BasicHttpProcessor copy ()
org.apache.http.protocol.BasicHttpProcessor clone
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
org.apache.http.protocol.BasicHttpProcessor clone
}
org/apache/http/protocol/ResponseConnControl.class
ResponseConnControl.java
package org.apache.http.protocol
public org.apache.http.protocol.ResponseConnControl extends java.lang.Object implements org.apache.http.HttpResponseInterceptor {
public void <init> ()
public void process (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
org.apache.http.ProtocolVersion ver
org.apache.http.Header header
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
org.apache.http.protocol.HttpCoreContext corecontext
int status
org.apache.http.Header explicit
org.apache.http.HttpEntity entity
org.apache.http.HttpRequest request
}
org/apache/http/protocol/HttpService.class
HttpService.java
package org.apache.http.protocol
public org.apache.http.protocol.HttpService extends java.lang.Object {
private volatile org.apache.http.params.HttpParams params
private volatile org.apache.http.protocol.HttpProcessor processor
private volatile org.apache.http.protocol.HttpRequestHandlerMapper handlerMapper
private volatile org.apache.http.ConnectionReuseStrategy connStrategy
private volatile org.apache.http.HttpResponseFactory responseFactory
private volatile org.apache.http.protocol.HttpExpectationVerifier expectationVerifier
public void <init> (org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReuseStrategy, org.apache.http.HttpResponseFactory, org.apache.http.protocol.HttpRequestHandlerResolver, org.apache.http.protocol.HttpExpectationVerifier, org.apache.http.params.HttpParams)
org.apache.http.protocol.HttpProcessor processor
org.apache.http.ConnectionReuseStrategy connStrategy
org.apache.http.HttpResponseFactory responseFactory
org.apache.http.protocol.HttpRequestHandlerResolver handlerResolver
org.apache.http.protocol.HttpExpectationVerifier expectationVerifier
org.apache.http.params.HttpParams params
public void <init> (org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReuseStrategy, org.apache.http.HttpResponseFactory, org.apache.http.protocol.HttpRequestHandlerResolver, org.apache.http.params.HttpParams)
org.apache.http.protocol.HttpProcessor processor
org.apache.http.ConnectionReuseStrategy connStrategy
org.apache.http.HttpResponseFactory responseFactory
org.apache.http.protocol.HttpRequestHandlerResolver handlerResolver
org.apache.http.params.HttpParams params
public void <init> (org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReuseStrategy, org.apache.http.HttpResponseFactory)
org.apache.http.protocol.HttpProcessor proc
org.apache.http.ConnectionReuseStrategy connStrategy
org.apache.http.HttpResponseFactory responseFactory
public void <init> (org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReuseStrategy, org.apache.http.HttpResponseFactory, org.apache.http.protocol.HttpRequestHandlerMapper, org.apache.http.protocol.HttpExpectationVerifier)
org.apache.http.protocol.HttpProcessor processor
org.apache.http.ConnectionReuseStrategy connStrategy
org.apache.http.HttpResponseFactory responseFactory
org.apache.http.protocol.HttpRequestHandlerMapper handlerMapper
org.apache.http.protocol.HttpExpectationVerifier expectationVerifier
public void <init> (org.apache.http.protocol.HttpProcessor, org.apache.http.ConnectionReuseStrategy, org.apache.http.HttpResponseFactory, org.apache.http.protocol.HttpRequestHandlerMapper)
org.apache.http.protocol.HttpProcessor processor
org.apache.http.ConnectionReuseStrategy connStrategy
org.apache.http.HttpResponseFactory responseFactory
org.apache.http.protocol.HttpRequestHandlerMapper handlerMapper
public void <init> (org.apache.http.protocol.HttpProcessor, org.apache.http.protocol.HttpRequestHandlerMapper)
org.apache.http.protocol.HttpProcessor processor
org.apache.http.protocol.HttpRequestHandlerMapper handlerMapper
public void setHttpProcessor (org.apache.http.protocol.HttpProcessor)
org.apache.http.protocol.HttpProcessor processor
public void setConnReuseStrategy (org.apache.http.ConnectionReuseStrategy)
org.apache.http.ConnectionReuseStrategy connStrategy
public void setResponseFactory (org.apache.http.HttpResponseFactory)
org.apache.http.HttpResponseFactory responseFactory
public void setParams (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public void setHandlerResolver (org.apache.http.protocol.HttpRequestHandlerResolver)
org.apache.http.protocol.HttpRequestHandlerResolver handlerResolver
public void setExpectationVerifier (org.apache.http.protocol.HttpExpectationVerifier)
org.apache.http.protocol.HttpExpectationVerifier expectationVerifier
public org.apache.http.params.HttpParams getParams ()
public void handleRequest (org.apache.http.HttpServerConnection, org.apache.http.protocol.HttpContext) throws java.io.IOException org.apache.http.HttpException
org.apache.http.HttpException ex
org.apache.http.HttpEntity entity
org.apache.http.HttpException ex
org.apache.http.HttpServerConnection conn
org.apache.http.protocol.HttpContext context
org.apache.http.HttpRequest request
org.apache.http.HttpResponse response
private boolean canResponseHaveBody (org.apache.http.HttpRequest, org.apache.http.HttpResponse)
org.apache.http.HttpRequest request
org.apache.http.HttpResponse response
int status
protected void handleException (org.apache.http.HttpException, org.apache.http.HttpResponse)
org.apache.http.HttpException ex
org.apache.http.HttpResponse response
String message
byte[] msg
org.apache.http.entity.ByteArrayEntity entity
protected void doService (org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpRequest request
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
org.apache.http.protocol.HttpRequestHandler handler
}
org/apache/http/protocol/HttpCoreContext.class
HttpCoreContext.java
package org.apache.http.protocol
public org.apache.http.protocol.HttpCoreContext extends java.lang.Object implements org.apache.http.protocol.HttpContext {
public static final String HTTP_CONNECTION
public static final String HTTP_REQUEST
public static final String HTTP_RESPONSE
public static final String HTTP_TARGET_HOST
public static final String HTTP_REQ_SENT
private final org.apache.http.protocol.HttpContext context
public static org.apache.http.protocol.HttpCoreContext create ()
public static org.apache.http.protocol.HttpCoreContext adapt (org.apache.http.protocol.HttpContext)
org.apache.http.protocol.HttpContext context
public void <init> (org.apache.http.protocol.HttpContext)
org.apache.http.protocol.HttpContext context
public void <init> ()
public java.lang.Object getAttribute (java.lang.String)
String id
public void setAttribute (java.lang.String, java.lang.Object)
String id
Object obj
public java.lang.Object removeAttribute (java.lang.String)
String id
public java.lang.Object getAttribute (java.lang.String, java.lang.Class)
String attribname
Class clazz
Object obj
public org.apache.http.HttpConnection getConnection (java.lang.Class)
Class clazz
public org.apache.http.HttpConnection getConnection ()
public org.apache.http.HttpRequest getRequest ()
public boolean isRequestSent ()
Boolean b
public org.apache.http.HttpResponse getResponse ()
public void setTargetHost (org.apache.http.HttpHost)
org.apache.http.HttpHost host
public org.apache.http.HttpHost getTargetHost ()
}
org/apache/http/protocol/ImmutableHttpProcessor.class
ImmutableHttpProcessor.java
package org.apache.http.protocol
public final org.apache.http.protocol.ImmutableHttpProcessor extends java.lang.Object implements org.apache.http.protocol.HttpProcessor {
private final org.apache.http.HttpRequestInterceptor[] requestInterceptors
private final org.apache.http.HttpResponseInterceptor[] responseInterceptors
public void <init> (org.apache.http.HttpRequestInterceptor[], org.apache.http.HttpResponseInterceptor[])
int l
int l
org.apache.http.HttpRequestInterceptor[] requestInterceptors
org.apache.http.HttpResponseInterceptor[] responseInterceptors
public void <init> (java.util.List, java.util.List)
int l
int l
java.util.List requestInterceptors
java.util.List responseInterceptors
public void <init> (org.apache.http.protocol.HttpRequestInterceptorList, org.apache.http.protocol.HttpResponseInterceptorList)
int i
int count
int i
int count
org.apache.http.protocol.HttpRequestInterceptorList requestInterceptors
org.apache.http.protocol.HttpResponseInterceptorList responseInterceptors
public transient void <init> (org.apache.http.HttpRequestInterceptor[])
org.apache.http.HttpRequestInterceptor[] requestInterceptors
public transient void <init> (org.apache.http.HttpResponseInterceptor[])
org.apache.http.HttpResponseInterceptor[] responseInterceptors
public void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws java.io.IOException org.apache.http.HttpException
org.apache.http.HttpRequestInterceptor requestInterceptor
org.apache.http.HttpRequestInterceptor[] arr$
int len$
int i$
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpContext context
public void process (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws java.io.IOException org.apache.http.HttpException
org.apache.http.HttpResponseInterceptor responseInterceptor
org.apache.http.HttpResponseInterceptor[] arr$
int len$
int i$
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
}
org/apache/http/protocol/UriPatternMatcher.class
UriPatternMatcher.java
package org.apache.http.protocol
public org.apache.http.protocol.UriPatternMatcher extends java.lang.Object {
private final java.util.Map map
public void <init> ()
public synchronized java.util.Set entrySet ()
public synchronized void register (java.lang.String, java.lang.Object)
String pattern
Object obj
public synchronized void unregister (java.lang.String)
String pattern
public synchronized void setHandlers (java.util.Map)
java.util.Map map
public synchronized void setObjects (java.util.Map)
java.util.Map map
public synchronized java.util.Map getObjects ()
public synchronized java.lang.Object lookup (java.lang.String)
String pattern
java.util.Iterator i$
String bestMatch
String path
Object obj
protected boolean matchUriRequestPattern (java.lang.String, java.lang.String)
String pattern
String path
public java.lang.String toString ()
}
org/apache/http/protocol/HttpService$HttpRequestHandlerResolverAdapter.class
HttpService.java
package org.apache.http.protocol
org.apache.http.protocol.HttpService$HttpRequestHandlerResolverAdapter extends java.lang.Object implements org.apache.http.protocol.HttpRequestHandlerMapper {
private final org.apache.http.protocol.HttpRequestHandlerResolver resolver
public void <init> (org.apache.http.protocol.HttpRequestHandlerResolver)
org.apache.http.protocol.HttpRequestHandlerResolver resolver
public org.apache.http.protocol.HttpRequestHandler lookup (org.apache.http.HttpRequest)
org.apache.http.HttpRequest request
}
org/apache/http/protocol/ExecutionContext.class
ExecutionContext.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.ExecutionContext extends java.lang.Object {
public static final String HTTP_CONNECTION
public static final String HTTP_REQUEST
public static final String HTTP_RESPONSE
public static final String HTTP_TARGET_HOST
public static final String HTTP_PROXY_HOST
public static final String HTTP_REQ_SENT
}
org/apache/http/protocol/ChainBuilder.class
ChainBuilder.java
package org.apache.http.protocol
final org.apache.http.protocol.ChainBuilder extends java.lang.Object {
private final java.util.LinkedList list
private final java.util.Map uniqueClasses
public void <init> ()
private void ensureUnique (java.lang.Object)
Object e
Object previous
public org.apache.http.protocol.ChainBuilder addFirst (java.lang.Object)
Object e
public org.apache.http.protocol.ChainBuilder addLast (java.lang.Object)
Object e
public org.apache.http.protocol.ChainBuilder addAllFirst (java.util.Collection)
Object e
java.util.Iterator i$
java.util.Collection c
public transient org.apache.http.protocol.ChainBuilder addAllFirst (java.lang.Object[])
Object e
Object[] arr$
int len$
int i$
Object[] c
public org.apache.http.protocol.ChainBuilder addAllLast (java.util.Collection)
Object e
java.util.Iterator i$
java.util.Collection c
public transient org.apache.http.protocol.ChainBuilder addAllLast (java.lang.Object[])
Object e
Object[] arr$
int len$
int i$
Object[] c
public java.util.LinkedList build ()
}
org/apache/http/ReasonPhraseCatalog.class
ReasonPhraseCatalog.java
package org.apache.http
public abstract org.apache.http.ReasonPhraseCatalog extends java.lang.Object {
public abstract java.lang.String getReason (int, java.util.Locale)
}
org/apache/http/pool/AbstractConnPool$3.class
AbstractConnPool.java
package org.apache.http.pool
org.apache.http.pool.AbstractConnPool$3 extends java.lang.Object implements org.apache.http.pool.PoolEntryCallback {
final synthetic long val$deadline
final synthetic org.apache.http.pool.AbstractConnPool this$0
void <init> (org.apache.http.pool.AbstractConnPool, long)
public void process (org.apache.http.pool.PoolEntry)
org.apache.http.pool.PoolEntry entry
}
org/apache/http/pool/AbstractConnPool$2.class
AbstractConnPool.java
package org.apache.http.pool
org.apache.http.pool.AbstractConnPool$2 extends java.lang.Object implements java.util.concurrent.Future {
private final java.util.concurrent.atomic.AtomicBoolean cancelled
private final java.util.concurrent.atomic.AtomicBoolean done
private final java.util.concurrent.atomic.AtomicReference entryRef
final synthetic org.apache.http.concurrent.FutureCallback val$callback
final synthetic Object val$route
final synthetic Object val$state
final synthetic org.apache.http.pool.AbstractConnPool this$0
void <init> (org.apache.http.pool.AbstractConnPool, org.apache.http.concurrent.FutureCallback, java.lang.Object, java.lang.Object)
public boolean cancel (boolean)
boolean mayInterruptIfRunning
public boolean isCancelled ()
public boolean isDone ()
public org.apache.http.pool.PoolEntry get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException
java.util.concurrent.TimeoutException ex
public org.apache.http.pool.PoolEntry get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException
org.apache.http.pool.PoolEntry entry
org.apache.http.pool.PoolEntry leasedEntry
java.io.IOException ex
long timeout
java.util.concurrent.TimeUnit timeUnit
public volatile synthetic java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException
long x0
java.util.concurrent.TimeUnit x1
public volatile synthetic java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException
}
org/apache/http/message/BasicHttpEntityEnclosingRequest.class
BasicHttpEntityEnclosingRequest.java
package org.apache.http.message
public org.apache.http.message.BasicHttpEntityEnclosingRequest extends org.apache.http.message.BasicHttpRequest implements org.apache.http.HttpEntityEnclosingRequest {
private org.apache.http.HttpEntity entity
public void <init> (java.lang.String, java.lang.String)
String method
String uri
public void <init> (java.lang.String, java.lang.String, org.apache.http.ProtocolVersion)
String method
String uri
org.apache.http.ProtocolVersion ver
public void <init> (org.apache.http.RequestLine)
org.apache.http.RequestLine requestline
public org.apache.http.HttpEntity getEntity ()
public void setEntity (org.apache.http.HttpEntity)
org.apache.http.HttpEntity entity
public boolean expectContinue ()
org.apache.http.Header expect
}
org/apache/http/ProtocolVersion.class
ProtocolVersion.java
package org.apache.http
public org.apache.http.ProtocolVersion extends java.lang.Object implements java.io.Serializable java.lang.Cloneable {
private static final long serialVersionUID
protected final String protocol
protected final int major
protected final int minor
public void <init> (java.lang.String, int, int)
String protocol
int major
int minor
public final java.lang.String getProtocol ()
public final int getMajor ()
public final int getMinor ()
public org.apache.http.ProtocolVersion forVersion (int, int)
int major
int minor
public final int hashCode ()
public final boolean equals (java.lang.Object)
Object obj
org.apache.http.ProtocolVersion that
public boolean isComparable (org.apache.http.ProtocolVersion)
org.apache.http.ProtocolVersion that
public int compareToVersion (org.apache.http.ProtocolVersion)
org.apache.http.ProtocolVersion that
int delta
public final boolean greaterEquals (org.apache.http.ProtocolVersion)
org.apache.http.ProtocolVersion version
public final boolean lessEquals (org.apache.http.ProtocolVersion)
org.apache.http.ProtocolVersion version
public java.lang.String toString ()
StringBuilder buffer
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/util/NetUtils.class
NetUtils.java
package org.apache.http.util
public final org.apache.http.util.NetUtils extends java.lang.Object {
public void <init> ()
public static void formatAddress (java.lang.StringBuilder, java.net.SocketAddress)
java.net.InetSocketAddress socketaddr
java.net.InetAddress inetaddr
StringBuilder buffer
java.net.SocketAddress socketAddress
}
org/apache/http/util/CharArrayBuffer.class
CharArrayBuffer.java
package org.apache.http.util
public final org.apache.http.util.CharArrayBuffer extends java.lang.Object implements java.lang.CharSequence java.io.Serializable {
private static final long serialVersionUID
private char[] buffer
private int len
public void <init> (int)
int capacity
private void expand (int)
int newlen
char[] newbuffer
public void append (char[], int, int)
char[] b
int off
int len
int newlen
public void append (java.lang.String)
String str
String s
int strlen
int newlen
public void append (org.apache.http.util.CharArrayBuffer, int, int)
org.apache.http.util.CharArrayBuffer b
int off
int len
public void append (org.apache.http.util.CharArrayBuffer)
org.apache.http.util.CharArrayBuffer b
public void append (char)
char ch
int newlen
public void append (byte[], int, int)
int i1
int i2
byte[] b
int off
int len
int oldlen
int newlen
public void append (org.apache.http.util.ByteArrayBuffer, int, int)
org.apache.http.util.ByteArrayBuffer b
int off
int len
public void append (java.lang.Object)
Object obj
public void clear ()
public char[] toCharArray ()
char[] b
public char charAt (int)
int i
public char[] buffer ()
public int capacity ()
public int length ()
public void ensureCapacity (int)
int required
int available
public void setLength (int)
int len
public boolean isEmpty ()
public boolean isFull ()
public int indexOf (int, int, int)
int i
int ch
int from
int to
int beginIndex
int endIndex
public int indexOf (int)
int ch
public java.lang.String substring (int, int)
int beginIndex
int endIndex
public java.lang.String substringTrimmed (int, int)
int beginIndex
int endIndex
int beginIndex0
int endIndex0
public java.lang.CharSequence subSequence (int, int)
int beginIndex
int endIndex
public java.lang.String toString ()
}
org/apache/http/ssl/SSLInitializationException.class
SSLInitializationException.java
package org.apache.http.ssl
public org.apache.http.ssl.SSLInitializationException extends java.lang.IllegalStateException {
private static final long serialVersionUID
public void <init> (java.lang.String, java.lang.Throwable)
String message
Throwable cause
}
org/apache/http/ssl/SSLContexts.class
SSLContexts.java
package org.apache.http.ssl
public org.apache.http.ssl.SSLContexts extends java.lang.Object {
public void <init> ()
public static javax.net.ssl.SSLContext createDefault () throws org.apache.http.ssl.SSLInitializationException
javax.net.ssl.SSLContext sslContext
java.security.NoSuchAlgorithmException ex
java.security.KeyManagementException ex
public static javax.net.ssl.SSLContext createSystemDefault () throws org.apache.http.ssl.SSLInitializationException
java.security.NoSuchAlgorithmException ex
public static org.apache.http.ssl.SSLContextBuilder custom ()
}
org/apache/http/MessageConstraintException.class
MessageConstraintException.java
package org.apache.http
public org.apache.http.MessageConstraintException extends java.nio.charset.CharacterCodingException {
private static final long serialVersionUID
private final String message
public void <init> (java.lang.String)
String message
public java.lang.String getMessage ()
}
org/apache/http/HttpRequestFactory.class
HttpRequestFactory.java
package org.apache.http
public abstract org.apache.http.HttpRequestFactory extends java.lang.Object {
public abstract org.apache.http.HttpRequest newHttpRequest (org.apache.http.RequestLine) throws org.apache.http.MethodNotSupportedException
public abstract org.apache.http.HttpRequest newHttpRequest (java.lang.String, java.lang.String) throws org.apache.http.MethodNotSupportedException
}
org/apache/http/ExceptionLogger$1.class
ExceptionLogger.java
package org.apache.http
final org.apache.http.ExceptionLogger$1 extends java.lang.Object implements org.apache.http.ExceptionLogger {
void <init> ()
public void log (java.lang.Exception)
Exception ex
}
org/apache/http/pool/AbstractConnPool$1.class
AbstractConnPool.java
package org.apache.http.pool
org.apache.http.pool.AbstractConnPool$1 extends org.apache.http.pool.RouteSpecificPool {
final synthetic Object val$route
final synthetic org.apache.http.pool.AbstractConnPool this$0
void <init> (org.apache.http.pool.AbstractConnPool, java.lang.Object, java.lang.Object)
Object x0
protected org.apache.http.pool.PoolEntry createEntry (java.lang.Object)
Object conn
}
org/apache/http/io/SessionInputBuffer.class
SessionInputBuffer.java
package org.apache.http.io
public abstract org.apache.http.io.SessionInputBuffer extends java.lang.Object {
public abstract int read (byte[], int, int) throws java.io.IOException
public abstract int read (byte[]) throws java.io.IOException
public abstract int read () throws java.io.IOException
public abstract int readLine (org.apache.http.util.CharArrayBuffer) throws java.io.IOException
public abstract java.lang.String readLine () throws java.io.IOException
public abstract boolean isDataAvailable (int) throws java.io.IOException
public abstract org.apache.http.io.HttpTransportMetrics getMetrics ()
}
org/apache/http/io/HttpMessageWriterFactory.class
HttpMessageWriterFactory.java
package org.apache.http.io
public abstract org.apache.http.io.HttpMessageWriterFactory extends java.lang.Object {
public abstract org.apache.http.io.HttpMessageWriter create (org.apache.http.io.SessionOutputBuffer)
}
org/apache/http/io/BufferInfo.class
BufferInfo.java
package org.apache.http.io
public abstract org.apache.http.io.BufferInfo extends java.lang.Object {
public abstract int length ()
public abstract int capacity ()
public abstract int available ()
}
org/apache/http/message/BasicStatusLine.class
BasicStatusLine.java
package org.apache.http.message
public org.apache.http.message.BasicStatusLine extends java.lang.Object implements org.apache.http.StatusLine java.lang.Cloneable java.io.Serializable {
private static final long serialVersionUID
private final org.apache.http.ProtocolVersion protoVersion
private final int statusCode
private final String reasonPhrase
public void <init> (org.apache.http.ProtocolVersion, int, java.lang.String)
org.apache.http.ProtocolVersion version
int statusCode
String reasonPhrase
public int getStatusCode ()
public org.apache.http.ProtocolVersion getProtocolVersion ()
public java.lang.String getReasonPhrase ()
public java.lang.String toString ()
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/message/AbstractHttpMessage.class
AbstractHttpMessage.java
package org.apache.http.message
public abstract org.apache.http.message.AbstractHttpMessage extends java.lang.Object implements org.apache.http.HttpMessage {
protected org.apache.http.message.HeaderGroup headergroup
protected org.apache.http.params.HttpParams params
protected void <init> (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
protected void <init> ()
public boolean containsHeader (java.lang.String)
String name
public org.apache.http.Header[] getHeaders (java.lang.String)
String name
public org.apache.http.Header getFirstHeader (java.lang.String)
String name
public org.apache.http.Header getLastHeader (java.lang.String)
String name
public org.apache.http.Header[] getAllHeaders ()
public void addHeader (org.apache.http.Header)
org.apache.http.Header header
public void addHeader (java.lang.String, java.lang.String)
String name
String value
public void setHeader (org.apache.http.Header)
org.apache.http.Header header
public void setHeader (java.lang.String, java.lang.String)
String name
String value
public void setHeaders (org.apache.http.Header[])
org.apache.http.Header[] headers
public void removeHeader (org.apache.http.Header)
org.apache.http.Header header
public void removeHeaders (java.lang.String)
org.apache.http.Header header
org.apache.http.HeaderIterator i
String name
public org.apache.http.HeaderIterator headerIterator ()
public org.apache.http.HeaderIterator headerIterator (java.lang.String)
String name
public org.apache.http.params.HttpParams getParams ()
public void setParams (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
}
org/apache/http/message/BasicHeader.class
BasicHeader.java
package org.apache.http.message
public org.apache.http.message.BasicHeader extends java.lang.Object implements org.apache.http.Header java.lang.Cloneable java.io.Serializable {
private static final org.apache.http.HeaderElement[] EMPTY_HEADER_ELEMENTS
private static final long serialVersionUID
private final String name
private final String value
public void <init> (java.lang.String, java.lang.String)
String name
String value
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
public org.apache.http.HeaderElement[] getElements () throws org.apache.http.ParseException
public java.lang.String getName ()
public java.lang.String getValue ()
public java.lang.String toString ()
static void <clinit> ()
}
org/apache/http/message/BufferedHeader.class
BufferedHeader.java
package org.apache.http.message
public org.apache.http.message.BufferedHeader extends java.lang.Object implements org.apache.http.FormattedHeader java.lang.Cloneable java.io.Serializable {
private static final long serialVersionUID
private final String name
private final org.apache.http.util.CharArrayBuffer buffer
private final int valuePos
public void <init> (org.apache.http.util.CharArrayBuffer) throws org.apache.http.ParseException
org.apache.http.util.CharArrayBuffer buffer
int colon
String s
public java.lang.String getName ()
public java.lang.String getValue ()
public org.apache.http.HeaderElement[] getElements () throws org.apache.http.ParseException
org.apache.http.message.ParserCursor cursor
public int getValuePos ()
public org.apache.http.util.CharArrayBuffer getBuffer ()
public java.lang.String toString ()
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/message/BasicHeaderElementIterator.class
BasicHeaderElementIterator.java
package org.apache.http.message
public org.apache.http.message.BasicHeaderElementIterator extends java.lang.Object implements org.apache.http.HeaderElementIterator {
private final org.apache.http.HeaderIterator headerIt
private final org.apache.http.message.HeaderValueParser parser
private org.apache.http.HeaderElement currentElement
private org.apache.http.util.CharArrayBuffer buffer
private org.apache.http.message.ParserCursor cursor
public void <init> (org.apache.http.HeaderIterator, org.apache.http.message.HeaderValueParser)
org.apache.http.HeaderIterator headerIterator
org.apache.http.message.HeaderValueParser parser
public void <init> (org.apache.http.HeaderIterator)
org.apache.http.HeaderIterator headerIterator
private void bufferHeaderValue ()
org.apache.http.Header h
String value
private void parseNextElement ()
org.apache.http.HeaderElement e
public boolean hasNext ()
public org.apache.http.HeaderElement nextElement () throws java.util.NoSuchElementException
org.apache.http.HeaderElement element
public final java.lang.Object next () throws java.util.NoSuchElementException
public void remove () throws java.lang.UnsupportedOperationException
}
org/apache/http/message/ParserCursor.class
ParserCursor.java
package org.apache.http.message
public org.apache.http.message.ParserCursor extends java.lang.Object {
private final int lowerBound
private final int upperBound
private int pos
public void <init> (int, int)
int lowerBound
int upperBound
public int getLowerBound ()
public int getUpperBound ()
public int getPos ()
public void updatePos (int)
int pos
public boolean atEnd ()
public java.lang.String toString ()
StringBuilder buffer
}
META-INF/LICENSE
org/apache/http/HttpConnectionMetrics.class
HttpConnectionMetrics.java
package org.apache.http
public abstract org.apache.http.HttpConnectionMetrics extends java.lang.Object {
public abstract long getRequestCount ()
public abstract long getResponseCount ()
public abstract long getSentBytesCount ()
public abstract long getReceivedBytesCount ()
public abstract java.lang.Object getMetric (java.lang.String)
public abstract void reset ()
}
org/apache/http/util/Asserts.class
Asserts.java
package org.apache.http.util
public org.apache.http.util.Asserts extends java.lang.Object {
public void <init> ()
public static void check (boolean, java.lang.String)
boolean expression
String message
public static transient void check (boolean, java.lang.String, java.lang.Object[])
boolean expression
String message
Object[] args
public static void check (boolean, java.lang.String, java.lang.Object)
boolean expression
String message
Object arg
public static void notNull (java.lang.Object, java.lang.String)
Object object
String name
public static void notEmpty (java.lang.CharSequence, java.lang.String)
CharSequence s
String name
public static void notBlank (java.lang.CharSequence, java.lang.String)
CharSequence s
String name
}
org/apache/http/util/TextUtils.class
TextUtils.java
package org.apache.http.util
public final org.apache.http.util.TextUtils extends java.lang.Object {
public void <init> ()
public static boolean isEmpty (java.lang.CharSequence)
CharSequence s
public static boolean isBlank (java.lang.CharSequence)
int i
CharSequence s
public static boolean containsBlanks (java.lang.CharSequence)
int i
CharSequence s
}
org/apache/http/pool/ConnPool.class
ConnPool.java
package org.apache.http.pool
public abstract org.apache.http.pool.ConnPool extends java.lang.Object {
public abstract java.util.concurrent.Future lease (java.lang.Object, java.lang.Object, org.apache.http.concurrent.FutureCallback)
public abstract void release (java.lang.Object, boolean)
}
org/apache/http/pool/PoolEntryCallback.class
PoolEntryCallback.java
package org.apache.http.pool
public abstract org.apache.http.pool.PoolEntryCallback extends java.lang.Object {
public abstract void process (org.apache.http.pool.PoolEntry)
}
org/apache/http/io/HttpMessageParserFactory.class
HttpMessageParserFactory.java
package org.apache.http.io
public abstract org.apache.http.io.HttpMessageParserFactory extends java.lang.Object {
public abstract org.apache.http.io.HttpMessageParser create (org.apache.http.io.SessionInputBuffer, org.apache.http.config.MessageConstraints)
}
org/apache/http/message/BasicHeaderElement.class
BasicHeaderElement.java
package org.apache.http.message
public org.apache.http.message.BasicHeaderElement extends java.lang.Object implements org.apache.http.HeaderElement java.lang.Cloneable {
private final String name
private final String value
private final org.apache.http.NameValuePair[] parameters
public void <init> (java.lang.String, java.lang.String, org.apache.http.NameValuePair[])
String name
String value
org.apache.http.NameValuePair[] parameters
public void <init> (java.lang.String, java.lang.String)
String name
String value
public java.lang.String getName ()
public java.lang.String getValue ()
public org.apache.http.NameValuePair[] getParameters ()
public int getParameterCount ()
public org.apache.http.NameValuePair getParameter (int)
int index
public org.apache.http.NameValuePair getParameterByName (java.lang.String)
org.apache.http.NameValuePair current
org.apache.http.NameValuePair[] arr$
int len$
int i$
String name
org.apache.http.NameValuePair found
public boolean equals (java.lang.Object)
org.apache.http.message.BasicHeaderElement that
Object object
public int hashCode ()
org.apache.http.NameValuePair parameter
org.apache.http.NameValuePair[] arr$
int len$
int i$
int hash
public java.lang.String toString ()
org.apache.http.NameValuePair parameter
org.apache.http.NameValuePair[] arr$
int len$
int i$
StringBuilder buffer
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/message/BasicHttpRequest.class
BasicHttpRequest.java
package org.apache.http.message
public org.apache.http.message.BasicHttpRequest extends org.apache.http.message.AbstractHttpMessage implements org.apache.http.HttpRequest {
private final String method
private final String uri
private org.apache.http.RequestLine requestline
public void <init> (java.lang.String, java.lang.String)
String method
String uri
public void <init> (java.lang.String, java.lang.String, org.apache.http.ProtocolVersion)
String method
String uri
org.apache.http.ProtocolVersion ver
public void <init> (org.apache.http.RequestLine)
org.apache.http.RequestLine requestline
public org.apache.http.ProtocolVersion getProtocolVersion ()
public org.apache.http.RequestLine getRequestLine ()
public java.lang.String toString ()
}
org/apache/http/message/BasicListHeaderIterator.class
BasicListHeaderIterator.java
package org.apache.http.message
public org.apache.http.message.BasicListHeaderIterator extends java.lang.Object implements org.apache.http.HeaderIterator {
protected final java.util.List allHeaders
protected int currentIndex
protected int lastIndex
protected String headerName
public void <init> (java.util.List, java.lang.String)
java.util.List headers
String name
protected int findNext (int)
int pos
int from
int to
boolean found
protected boolean filterHeader (int)
int index
String name
public boolean hasNext ()
public org.apache.http.Header nextHeader () throws java.util.NoSuchElementException
int current
public final java.lang.Object next () throws java.util.NoSuchElementException
public void remove () throws java.lang.UnsupportedOperationException
}
org/apache/http/message/TokenParser.class
TokenParser.java
package org.apache.http.message
public org.apache.http.message.TokenParser extends java.lang.Object {
public static final char CR
public static final char LF
public static final char SP
public static final char HT
public static final char DQUOTE
public static final char ESCAPE
public static final org.apache.http.message.TokenParser INSTANCE
public void <init> ()
public static transient java.util.BitSet INIT_BITSET (int[])
int aB
int[] arr$
int len$
int i$
int[] b
java.util.BitSet bitset
public static boolean isWhitespace (char)
char ch
public java.lang.String parseToken (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, java.util.BitSet)
char current
org.apache.http.util.CharArrayBuffer buf
org.apache.http.message.ParserCursor cursor
java.util.BitSet delimiters
StringBuilder dst
boolean whitespace
public java.lang.String parseValue (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, java.util.BitSet)
char current
org.apache.http.util.CharArrayBuffer buf
org.apache.http.message.ParserCursor cursor
java.util.BitSet delimiters
StringBuilder dst
boolean whitespace
public void skipWhiteSpace (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor)
char current
int i
org.apache.http.util.CharArrayBuffer buf
org.apache.http.message.ParserCursor cursor
int pos
int indexFrom
int indexTo
public void copyContent (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, java.util.BitSet, java.lang.StringBuilder)
char current
int i
org.apache.http.util.CharArrayBuffer buf
org.apache.http.message.ParserCursor cursor
java.util.BitSet delimiters
StringBuilder dst
int pos
int indexFrom
int indexTo
public void copyUnquotedContent (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, java.util.BitSet, java.lang.StringBuilder)
char current
int i
org.apache.http.util.CharArrayBuffer buf
org.apache.http.message.ParserCursor cursor
java.util.BitSet delimiters
StringBuilder dst
int pos
int indexFrom
int indexTo
public void copyQuotedContent (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, java.lang.StringBuilder)
int i
org.apache.http.util.CharArrayBuffer buf
org.apache.http.message.ParserCursor cursor
StringBuilder dst
int pos
int indexFrom
int indexTo
char current
boolean escaped
static void <clinit> ()
}
org/apache/http/message/BasicTokenIterator.class
BasicTokenIterator.java
package org.apache.http.message
public org.apache.http.message.BasicTokenIterator extends java.lang.Object implements org.apache.http.TokenIterator {
public static final String HTTP_SEPARATORS
protected final org.apache.http.HeaderIterator headerIt
protected String currentHeader
protected String currentToken
protected int searchPos
public void <init> (org.apache.http.HeaderIterator)
org.apache.http.HeaderIterator headerIterator
public boolean hasNext ()
public java.lang.String nextToken () throws java.util.NoSuchElementException org.apache.http.ParseException
String result
public final java.lang.Object next () throws java.util.NoSuchElementException org.apache.http.ParseException
public final void remove () throws java.lang.UnsupportedOperationException
protected int findNext (int) throws org.apache.http.ParseException
int pos
int from
int start
int end
protected java.lang.String createToken (java.lang.String, int, int)
String value
int start
int end
protected int findTokenStart (int)
char ch
int to
int pos
int from
boolean found
protected int findTokenSeparator (int)
char ch
int pos
int from
boolean found
int to
protected int findTokenEnd (int)
int from
int to
int end
protected boolean isTokenSeparator (char)
char ch
protected boolean isWhitespace (char)
char ch
protected boolean isTokenChar (char)
char ch
protected boolean isHttpSeparator (char)
char ch
}
META-INF/DEPENDENCIES
META-INF/NOTICE
META-INF/maven/org.apache.httpcomponents/httpcore/pom.xml
org/apache/http/HttpEntityEnclosingRequest.class
HttpEntityEnclosingRequest.java
package org.apache.http
public abstract org.apache.http.HttpEntityEnclosingRequest extends java.lang.Object implements org.apache.http.HttpRequest {
public abstract boolean expectContinue ()
public abstract void setEntity (org.apache.http.HttpEntity)
public abstract org.apache.http.HttpEntity getEntity ()
}
org/apache/http/util/ExceptionUtils.class
ExceptionUtils.java
package org.apache.http.util
public final org.apache.http.util.ExceptionUtils extends java.lang.Object {
private static final java.lang.reflect.Method INIT_CAUSE_METHOD
private static java.lang.reflect.Method getInitCauseMethod ()
Class[] paramsClasses
NoSuchMethodException e
public static void initCause (java.lang.Throwable, java.lang.Throwable)
Exception e
Throwable throwable
Throwable cause
private void <init> ()
static void <clinit> ()
}
org/apache/http/util/ByteArrayBuffer.class
ByteArrayBuffer.java
package org.apache.http.util
public final org.apache.http.util.ByteArrayBuffer extends java.lang.Object implements java.io.Serializable {
private static final long serialVersionUID
private byte[] buffer
private int len
public void <init> (int)
int capacity
private void expand (int)
int newlen
byte[] newbuffer
public void append (byte[], int, int)
byte[] b
int off
int len
int newlen
public void append (int)
int b
int newlen
public void append (char[], int, int)
int c
int i1
int i2
char[] b
int off
int len
int oldlen
int newlen
public void append (org.apache.http.util.CharArrayBuffer, int, int)
org.apache.http.util.CharArrayBuffer b
int off
int len
public void clear ()
public byte[] toByteArray ()
byte[] b
public int byteAt (int)
int i
public int capacity ()
public int length ()
public void ensureCapacity (int)
int required
int available
public byte[] buffer ()
public void setLength (int)
int len
public boolean isEmpty ()
public boolean isFull ()
public int indexOf (byte, int, int)
int i
byte b
int from
int to
int beginIndex
int endIndex
public int indexOf (byte)
byte b
}
org/apache/http/HttpRequest.class
HttpRequest.java
package org.apache.http
public abstract org.apache.http.HttpRequest extends java.lang.Object implements org.apache.http.HttpMessage {
public abstract org.apache.http.RequestLine getRequestLine ()
}
org/apache/http/ssl/SSLContextBuilder$TrustManagerDelegate.class
SSLContextBuilder.java
package org.apache.http.ssl
org.apache.http.ssl.SSLContextBuilder$TrustManagerDelegate extends java.lang.Object implements javax.net.ssl.X509TrustManager {
private final javax.net.ssl.X509TrustManager trustManager
private final org.apache.http.ssl.TrustStrategy trustStrategy
void <init> (javax.net.ssl.X509TrustManager, org.apache.http.ssl.TrustStrategy)
javax.net.ssl.X509TrustManager trustManager
org.apache.http.ssl.TrustStrategy trustStrategy
public void checkClientTrusted (java.security.cert.X509Certificate[], java.lang.String) throws java.security.cert.CertificateException
java.security.cert.X509Certificate[] chain
String authType
public void checkServerTrusted (java.security.cert.X509Certificate[], java.lang.String) throws java.security.cert.CertificateException
java.security.cert.X509Certificate[] chain
String authType
public java.security.cert.X509Certificate[] getAcceptedIssuers ()
}
org/apache/http/ssl/PrivateKeyDetails.class
PrivateKeyDetails.java
package org.apache.http.ssl
public final org.apache.http.ssl.PrivateKeyDetails extends java.lang.Object {
private final String type
private final java.security.cert.X509Certificate[] certChain
public void <init> (java.lang.String, java.security.cert.X509Certificate[])
String type
java.security.cert.X509Certificate[] certChain
public java.lang.String getType ()
public java.security.cert.X509Certificate[] getCertChain ()
public java.lang.String toString ()
}
org/apache/http/ssl/SSLContextBuilder$KeyManagerDelegate.class
SSLContextBuilder.java
package org.apache.http.ssl
org.apache.http.ssl.SSLContextBuilder$KeyManagerDelegate extends javax.net.ssl.X509ExtendedKeyManager {
private final javax.net.ssl.X509ExtendedKeyManager keyManager
private final org.apache.http.ssl.PrivateKeyStrategy aliasStrategy
void <init> (javax.net.ssl.X509ExtendedKeyManager, org.apache.http.ssl.PrivateKeyStrategy)
javax.net.ssl.X509ExtendedKeyManager keyManager
org.apache.http.ssl.PrivateKeyStrategy aliasStrategy
public java.lang.String[] getClientAliases (java.lang.String, java.security.Principal[])
String keyType
java.security.Principal[] issuers
public java.util.Map getClientAliasMap (java.lang.String[], java.security.Principal[])
String alias
String[] arr$
int len$
int i$
String[] aliases
String keyType
String[] arr$
int len$
int i$
String[] keyTypes
java.security.Principal[] issuers
java.util.Map validAliases
public java.util.Map getServerAliasMap (java.lang.String, java.security.Principal[])
String alias
String[] arr$
int len$
int i$
String keyType
java.security.Principal[] issuers
java.util.Map validAliases
String[] aliases
public java.lang.String chooseClientAlias (java.lang.String[], java.security.Principal[], java.net.Socket)
String[] keyTypes
java.security.Principal[] issuers
java.net.Socket socket
java.util.Map validAliases
public java.lang.String[] getServerAliases (java.lang.String, java.security.Principal[])
String keyType
java.security.Principal[] issuers
public java.lang.String chooseServerAlias (java.lang.String, java.security.Principal[], java.net.Socket)
String keyType
java.security.Principal[] issuers
java.net.Socket socket
java.util.Map validAliases
public java.security.cert.X509Certificate[] getCertificateChain (java.lang.String)
String alias
public java.security.PrivateKey getPrivateKey (java.lang.String)
String alias
public java.lang.String chooseEngineClientAlias (java.lang.String[], java.security.Principal[], javax.net.ssl.SSLEngine)
String[] keyTypes
java.security.Principal[] issuers
javax.net.ssl.SSLEngine sslEngine
java.util.Map validAliases
public java.lang.String chooseEngineServerAlias (java.lang.String, java.security.Principal[], javax.net.ssl.SSLEngine)
String keyType
java.security.Principal[] issuers
javax.net.ssl.SSLEngine sslEngine
java.util.Map validAliases
}
org/apache/http/ssl/PrivateKeyStrategy.class
PrivateKeyStrategy.java
package org.apache.http.ssl
public abstract org.apache.http.ssl.PrivateKeyStrategy extends java.lang.Object {
public abstract java.lang.String chooseAlias (java.util.Map, java.net.Socket)
}
org/apache/http/ssl/SSLContextBuilder.class
SSLContextBuilder.java
package org.apache.http.ssl
public org.apache.http.ssl.SSLContextBuilder extends java.lang.Object {
static final String TLS
private String protocol
private final java.util.Set keyManagers
private String keyManagerFactoryAlgorithm
private String keyStoreType
private final java.util.Set trustManagers
private String trustManagerFactoryAlgorithm
private java.security.SecureRandom secureRandom
private java.security.Provider provider
public static org.apache.http.ssl.SSLContextBuilder create ()
public void <init> ()
public org.apache.http.ssl.SSLContextBuilder useProtocol (java.lang.String)
String protocol
public org.apache.http.ssl.SSLContextBuilder setProtocol (java.lang.String)
String protocol
public org.apache.http.ssl.SSLContextBuilder setSecureRandom (java.security.SecureRandom)
java.security.SecureRandom secureRandom
public org.apache.http.ssl.SSLContextBuilder setProvider (java.security.Provider)
java.security.Provider provider
public org.apache.http.ssl.SSLContextBuilder setProvider (java.lang.String)
String name
public org.apache.http.ssl.SSLContextBuilder setKeyStoreType (java.lang.String)
String keyStoreType
public org.apache.http.ssl.SSLContextBuilder setKeyManagerFactoryAlgorithm (java.lang.String)
String keyManagerFactoryAlgorithm
public org.apache.http.ssl.SSLContextBuilder setTrustManagerFactoryAlgorithm (java.lang.String)
String trustManagerFactoryAlgorithm
public org.apache.http.ssl.SSLContextBuilder loadTrustMaterial (java.security.KeyStore, org.apache.http.ssl.TrustStrategy) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException
javax.net.ssl.TrustManager tm
int i
javax.net.ssl.TrustManager tm
javax.net.ssl.TrustManager[] arr$
int len$
int i$
java.security.KeyStore truststore
org.apache.http.ssl.TrustStrategy trustStrategy
javax.net.ssl.TrustManagerFactory tmfactory
javax.net.ssl.TrustManager[] tms
public org.apache.http.ssl.SSLContextBuilder loadTrustMaterial (org.apache.http.ssl.TrustStrategy) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException
org.apache.http.ssl.TrustStrategy trustStrategy
public org.apache.http.ssl.SSLContextBuilder loadTrustMaterial (java.io.File, char[], org.apache.http.ssl.TrustStrategy) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.cert.CertificateException java.io.IOException
java.io.File file
char[] storePassword
org.apache.http.ssl.TrustStrategy trustStrategy
java.security.KeyStore trustStore
java.io.FileInputStream inStream
public org.apache.http.ssl.SSLContextBuilder loadTrustMaterial (java.io.File, char[]) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.cert.CertificateException java.io.IOException
java.io.File file
char[] storePassword
public org.apache.http.ssl.SSLContextBuilder loadTrustMaterial (java.io.File) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.cert.CertificateException java.io.IOException
java.io.File file
public org.apache.http.ssl.SSLContextBuilder loadTrustMaterial (java.net.URL, char[], org.apache.http.ssl.TrustStrategy) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.cert.CertificateException java.io.IOException
java.net.URL url
char[] storePassword
org.apache.http.ssl.TrustStrategy trustStrategy
java.security.KeyStore trustStore
java.io.InputStream inStream
public org.apache.http.ssl.SSLContextBuilder loadTrustMaterial (java.net.URL, char[]) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.cert.CertificateException java.io.IOException
java.net.URL url
char[] storePassword
public org.apache.http.ssl.SSLContextBuilder loadKeyMaterial (java.security.KeyStore, char[], org.apache.http.ssl.PrivateKeyStrategy) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.UnrecoverableKeyException
javax.net.ssl.KeyManager km
int i
javax.net.ssl.KeyManager km
javax.net.ssl.KeyManager[] arr$
int len$
int i$
java.security.KeyStore keystore
char[] keyPassword
org.apache.http.ssl.PrivateKeyStrategy aliasStrategy
javax.net.ssl.KeyManagerFactory kmfactory
javax.net.ssl.KeyManager[] kms
public org.apache.http.ssl.SSLContextBuilder loadKeyMaterial (java.security.KeyStore, char[]) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.UnrecoverableKeyException
java.security.KeyStore keystore
char[] keyPassword
public org.apache.http.ssl.SSLContextBuilder loadKeyMaterial (java.io.File, char[], char[], org.apache.http.ssl.PrivateKeyStrategy) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.UnrecoverableKeyException java.security.cert.CertificateException java.io.IOException
java.io.File file
char[] storePassword
char[] keyPassword
org.apache.http.ssl.PrivateKeyStrategy aliasStrategy
java.security.KeyStore identityStore
java.io.FileInputStream inStream
public org.apache.http.ssl.SSLContextBuilder loadKeyMaterial (java.io.File, char[], char[]) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.UnrecoverableKeyException java.security.cert.CertificateException java.io.IOException
java.io.File file
char[] storePassword
char[] keyPassword
public org.apache.http.ssl.SSLContextBuilder loadKeyMaterial (java.net.URL, char[], char[], org.apache.http.ssl.PrivateKeyStrategy) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.UnrecoverableKeyException java.security.cert.CertificateException java.io.IOException
java.net.URL url
char[] storePassword
char[] keyPassword
org.apache.http.ssl.PrivateKeyStrategy aliasStrategy
java.security.KeyStore identityStore
java.io.InputStream inStream
public org.apache.http.ssl.SSLContextBuilder loadKeyMaterial (java.net.URL, char[], char[]) throws java.security.NoSuchAlgorithmException java.security.KeyStoreException java.security.UnrecoverableKeyException java.security.cert.CertificateException java.io.IOException
java.net.URL url
char[] storePassword
char[] keyPassword
protected void initSSLContext (javax.net.ssl.SSLContext, java.util.Collection, java.util.Collection, java.security.SecureRandom) throws java.security.KeyManagementException
javax.net.ssl.SSLContext sslContext
java.util.Collection keyManagers
java.util.Collection trustManagers
java.security.SecureRandom secureRandom
public javax.net.ssl.SSLContext build () throws java.security.NoSuchAlgorithmException java.security.KeyManagementException
javax.net.ssl.SSLContext sslContext
javax.net.ssl.SSLContext sslContext
String protocolStr
public java.lang.String toString ()
}
org/apache/http/entity/ContentType.class
ContentType.java
package org.apache.http.entity
public final org.apache.http.entity.ContentType extends java.lang.Object implements java.io.Serializable {
private static final long serialVersionUID
public static final org.apache.http.entity.ContentType APPLICATION_ATOM_XML
public static final org.apache.http.entity.ContentType APPLICATION_FORM_URLENCODED
public static final org.apache.http.entity.ContentType APPLICATION_JSON
public static final org.apache.http.entity.ContentType APPLICATION_OCTET_STREAM
public static final org.apache.http.entity.ContentType APPLICATION_SOAP_XML
public static final org.apache.http.entity.ContentType APPLICATION_SVG_XML
public static final org.apache.http.entity.ContentType APPLICATION_XHTML_XML
public static final org.apache.http.entity.ContentType APPLICATION_XML
public static final org.apache.http.entity.ContentType IMAGE_BMP
public static final org.apache.http.entity.ContentType IMAGE_GIF
public static final org.apache.http.entity.ContentType IMAGE_JPEG
public static final org.apache.http.entity.ContentType IMAGE_PNG
public static final org.apache.http.entity.ContentType IMAGE_SVG
public static final org.apache.http.entity.ContentType IMAGE_TIFF
public static final org.apache.http.entity.ContentType IMAGE_WEBP
public static final org.apache.http.entity.ContentType MULTIPART_FORM_DATA
public static final org.apache.http.entity.ContentType TEXT_HTML
public static final org.apache.http.entity.ContentType TEXT_PLAIN
public static final org.apache.http.entity.ContentType TEXT_XML
public static final org.apache.http.entity.ContentType WILDCARD
private static final java.util.Map CONTENT_TYPE_MAP
public static final org.apache.http.entity.ContentType DEFAULT_TEXT
public static final org.apache.http.entity.ContentType DEFAULT_BINARY
private final String mimeType
private final java.nio.charset.Charset charset
private final org.apache.http.NameValuePair[] params
void <init> (java.lang.String, java.nio.charset.Charset)
String mimeType
java.nio.charset.Charset charset
void <init> (java.lang.String, java.nio.charset.Charset, org.apache.http.NameValuePair[])
String mimeType
java.nio.charset.Charset charset
org.apache.http.NameValuePair[] params
public java.lang.String getMimeType ()
public java.nio.charset.Charset getCharset ()
public java.lang.String getParameter (java.lang.String)
org.apache.http.NameValuePair param
org.apache.http.NameValuePair[] arr$
int len$
int i$
String name
public java.lang.String toString ()
org.apache.http.util.CharArrayBuffer buf
private static boolean valid (java.lang.String)
char ch
int i
String s
public static org.apache.http.entity.ContentType create (java.lang.String, java.nio.charset.Charset)
String mimeType
java.nio.charset.Charset charset
String normalizedMimeType
public static org.apache.http.entity.ContentType create (java.lang.String)
String mimeType
public static org.apache.http.entity.ContentType create (java.lang.String, java.lang.String) throws java.nio.charset.UnsupportedCharsetException
String mimeType
String charset
private static org.apache.http.entity.ContentType create (org.apache.http.HeaderElement, boolean)
org.apache.http.HeaderElement helem
boolean strict
private static org.apache.http.entity.ContentType create (java.lang.String, org.apache.http.NameValuePair[], boolean)
java.nio.charset.UnsupportedCharsetException ex
String s
org.apache.http.NameValuePair param
org.apache.http.NameValuePair[] arr$
int len$
int i$
String mimeType
org.apache.http.NameValuePair[] params
boolean strict
java.nio.charset.Charset charset
public static transient org.apache.http.entity.ContentType create (java.lang.String, org.apache.http.NameValuePair[]) throws java.nio.charset.UnsupportedCharsetException
String mimeType
org.apache.http.NameValuePair[] params
String type
public static org.apache.http.entity.ContentType parse (java.lang.String) throws org.apache.http.ParseException java.nio.charset.UnsupportedCharsetException
String s
org.apache.http.util.CharArrayBuffer buf
org.apache.http.message.ParserCursor cursor
org.apache.http.HeaderElement[] elements
public static org.apache.http.entity.ContentType get (org.apache.http.HttpEntity) throws org.apache.http.ParseException java.nio.charset.UnsupportedCharsetException
org.apache.http.HeaderElement[] elements
org.apache.http.HttpEntity entity
org.apache.http.Header header
public static org.apache.http.entity.ContentType getLenient (org.apache.http.HttpEntity)
org.apache.http.HeaderElement[] elements
org.apache.http.ParseException ex
org.apache.http.HttpEntity entity
org.apache.http.Header header
public static org.apache.http.entity.ContentType getOrDefault (org.apache.http.HttpEntity) throws org.apache.http.ParseException java.nio.charset.UnsupportedCharsetException
org.apache.http.HttpEntity entity
org.apache.http.entity.ContentType contentType
public static org.apache.http.entity.ContentType getLenientOrDefault (org.apache.http.HttpEntity) throws org.apache.http.ParseException java.nio.charset.UnsupportedCharsetException
org.apache.http.HttpEntity entity
org.apache.http.entity.ContentType contentType
public static org.apache.http.entity.ContentType getByMimeType (java.lang.String)
String mimeType
public org.apache.http.entity.ContentType withCharset (java.nio.charset.Charset)
java.nio.charset.Charset charset
public org.apache.http.entity.ContentType withCharset (java.lang.String)
String charset
public transient org.apache.http.entity.ContentType withParameters (org.apache.http.NameValuePair[]) throws java.nio.charset.UnsupportedCharsetException
org.apache.http.NameValuePair param
org.apache.http.NameValuePair[] arr$
int len$
int i$
org.apache.http.NameValuePair param
org.apache.http.NameValuePair[] arr$
int len$
int i$
java.util.Map$Entry entry
java.util.Iterator i$
org.apache.http.NameValuePair[] params
java.util.Map paramMap
java.util.List newParams
static void <clinit> ()
org.apache.http.entity.ContentType contentType
org.apache.http.entity.ContentType[] arr$
int len$
int i$
org.apache.http.entity.ContentType[] contentTypes
java.util.HashMap map
}
org/apache/http/params/SyncBasicHttpParams.class
SyncBasicHttpParams.java
package org.apache.http.params
public org.apache.http.params.SyncBasicHttpParams extends org.apache.http.params.BasicHttpParams {
private static final long serialVersionUID
public void <init> ()
public synchronized boolean removeParameter (java.lang.String)
String name
public synchronized org.apache.http.params.HttpParams setParameter (java.lang.String, java.lang.Object)
String name
Object value
public synchronized java.lang.Object getParameter (java.lang.String)
String name
public synchronized boolean isParameterSet (java.lang.String)
String name
public synchronized boolean isParameterSetLocally (java.lang.String)
String name
public synchronized void setParameters (java.lang.String[], java.lang.Object)
String[] names
Object value
public synchronized void clear ()
public synchronized java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/HttpInetConnection.class
HttpInetConnection.java
package org.apache.http
public abstract org.apache.http.HttpInetConnection extends java.lang.Object implements org.apache.http.HttpConnection {
public abstract java.net.InetAddress getLocalAddress ()
public abstract int getLocalPort ()
public abstract java.net.InetAddress getRemoteAddress ()
public abstract int getRemotePort ()
}
org/apache/http/pool/ConnFactory.class
ConnFactory.java
package org.apache.http.pool
public abstract org.apache.http.pool.ConnFactory extends java.lang.Object {
public abstract java.lang.Object create (java.lang.Object) throws java.io.IOException
}
org/apache/http/io/HttpMessageParser.class
HttpMessageParser.java
package org.apache.http.io
public abstract org.apache.http.io.HttpMessageParser extends java.lang.Object {
public abstract org.apache.http.HttpMessage parse () throws java.io.IOException org.apache.http.HttpException
}
org/apache/http/HttpResponseFactory.class
HttpResponseFactory.java
package org.apache.http
public abstract org.apache.http.HttpResponseFactory extends java.lang.Object {
public abstract org.apache.http.HttpResponse newHttpResponse (org.apache.http.ProtocolVersion, int, org.apache.http.protocol.HttpContext)
public abstract org.apache.http.HttpResponse newHttpResponse (org.apache.http.StatusLine, org.apache.http.protocol.HttpContext)
}
org/apache/http/version.properties
org/apache/http/message/BasicNameValuePair.class
BasicNameValuePair.java
package org.apache.http.message
public org.apache.http.message.BasicNameValuePair extends java.lang.Object implements org.apache.http.NameValuePair java.lang.Cloneable java.io.Serializable {
private static final long serialVersionUID
private final String name
private final String value
public void <init> (java.lang.String, java.lang.String)
String name
String value
public java.lang.String getName ()
public java.lang.String getValue ()
public java.lang.String toString ()
int len
StringBuilder buffer
public boolean equals (java.lang.Object)
org.apache.http.message.BasicNameValuePair that
Object object
public int hashCode ()
int hash
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/message/BasicRequestLine.class
BasicRequestLine.java
package org.apache.http.message
public org.apache.http.message.BasicRequestLine extends java.lang.Object implements org.apache.http.RequestLine java.lang.Cloneable java.io.Serializable {
private static final long serialVersionUID
private final org.apache.http.ProtocolVersion protoversion
private final String method
private final String uri
public void <init> (java.lang.String, java.lang.String, org.apache.http.ProtocolVersion)
String method
String uri
org.apache.http.ProtocolVersion version
public java.lang.String getMethod ()
public org.apache.http.ProtocolVersion getProtocolVersion ()
public java.lang.String getUri ()
public java.lang.String toString ()
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/message/HeaderGroup.class
HeaderGroup.java
package org.apache.http.message
public org.apache.http.message.HeaderGroup extends java.lang.Object implements java.lang.Cloneable java.io.Serializable {
private static final long serialVersionUID
private static final org.apache.http.Header[] EMPTY
private final java.util.List headers
public void <init> ()
public void clear ()
public void addHeader (org.apache.http.Header)
org.apache.http.Header header
public void removeHeader (org.apache.http.Header)
org.apache.http.Header header
public void updateHeader (org.apache.http.Header)
org.apache.http.Header current
int i
org.apache.http.Header header
public void setHeaders (org.apache.http.Header[])
org.apache.http.Header[] headers
public org.apache.http.Header getCondensedHeader (java.lang.String)
int i
org.apache.http.util.CharArrayBuffer valueBuffer
String name
org.apache.http.Header[] hdrs
public org.apache.http.Header[] getHeaders (java.lang.String)
org.apache.http.Header header
int i
String name
java.util.List headersFound
public org.apache.http.Header getFirstHeader (java.lang.String)
org.apache.http.Header header
int i
String name
public org.apache.http.Header getLastHeader (java.lang.String)
org.apache.http.Header header
int i
String name
public org.apache.http.Header[] getAllHeaders ()
public boolean containsHeader (java.lang.String)
org.apache.http.Header header
int i
String name
public org.apache.http.HeaderIterator iterator ()
public org.apache.http.HeaderIterator iterator (java.lang.String)
String name
public org.apache.http.message.HeaderGroup copy ()
org.apache.http.message.HeaderGroup clone
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
public java.lang.String toString ()
static void <clinit> ()
}
org/apache/http/message/LineParser.class
LineParser.java
package org.apache.http.message
public abstract org.apache.http.message.LineParser extends java.lang.Object {
public abstract org.apache.http.ProtocolVersion parseProtocolVersion (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
public abstract boolean hasProtocolVersion (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor)
public abstract org.apache.http.RequestLine parseRequestLine (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
public abstract org.apache.http.StatusLine parseStatusLine (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
public abstract org.apache.http.Header parseHeader (org.apache.http.util.CharArrayBuffer) throws org.apache.http.ParseException
}
org/apache/http/message/BasicLineParser.class
BasicLineParser.java
package org.apache.http.message
public org.apache.http.message.BasicLineParser extends java.lang.Object implements org.apache.http.message.LineParser {
public static final org.apache.http.message.BasicLineParser DEFAULT
public static final org.apache.http.message.BasicLineParser INSTANCE
protected final org.apache.http.ProtocolVersion protocol
public void <init> (org.apache.http.ProtocolVersion)
org.apache.http.ProtocolVersion proto
public void <init> ()
public static org.apache.http.ProtocolVersion parseProtocolVersion (java.lang.String, org.apache.http.message.LineParser) throws org.apache.http.ParseException
String value
org.apache.http.message.LineParser parser
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
public org.apache.http.ProtocolVersion parseProtocolVersion (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
int j
NumberFormatException e
NumberFormatException e
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
String protoname
int protolength
int indexFrom
int indexTo
int i
boolean ok
int period
int major
int blank
int minor
protected org.apache.http.ProtocolVersion createProtocolVersion (int, int)
int major
int minor
public boolean hasProtocolVersion (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor)
int j
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
int index
String protoname
int protolength
boolean ok
public static org.apache.http.RequestLine parseRequestLine (java.lang.String, org.apache.http.message.LineParser) throws org.apache.http.ParseException
String value
org.apache.http.message.LineParser parser
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
public org.apache.http.RequestLine parseRequestLine (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
int i
int blank
String method
String uri
org.apache.http.ProtocolVersion ver
IndexOutOfBoundsException e
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
int indexFrom
int indexTo
protected org.apache.http.RequestLine createRequestLine (java.lang.String, java.lang.String, org.apache.http.ProtocolVersion)
String method
String uri
org.apache.http.ProtocolVersion ver
public static org.apache.http.StatusLine parseStatusLine (java.lang.String, org.apache.http.message.LineParser) throws org.apache.http.ParseException
String value
org.apache.http.message.LineParser parser
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
public org.apache.http.StatusLine parseStatusLine (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
int j
NumberFormatException e
String reasonPhrase
org.apache.http.ProtocolVersion ver
int i
int blank
int statusCode
String s
String reasonPhrase
IndexOutOfBoundsException e
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
int indexFrom
int indexTo
protected org.apache.http.StatusLine createStatusLine (org.apache.http.ProtocolVersion, int, java.lang.String)
org.apache.http.ProtocolVersion ver
int status
String reason
public static org.apache.http.Header parseHeader (java.lang.String, org.apache.http.message.LineParser) throws org.apache.http.ParseException
String value
org.apache.http.message.LineParser parser
org.apache.http.util.CharArrayBuffer buffer
public org.apache.http.Header parseHeader (org.apache.http.util.CharArrayBuffer) throws org.apache.http.ParseException
org.apache.http.util.CharArrayBuffer buffer
protected void skipWhitespace (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor)
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
int pos
int indexTo
static void <clinit> ()
}
META-INF/maven/org.apache.httpcomponents/httpcore/pom.properties
org/apache/http/ExceptionLogger$2.class
ExceptionLogger.java
package org.apache.http
final org.apache.http.ExceptionLogger$2 extends java.lang.Object implements org.apache.http.ExceptionLogger {
void <init> ()
public void log (java.lang.Exception)
Exception ex
}
org/apache/http/util/LangUtils.class
LangUtils.java
package org.apache.http.util
public final org.apache.http.util.LangUtils extends java.lang.Object {
public static final int HASH_SEED
public static final int HASH_OFFSET
private void <init> ()
public static int hashCode (int, int)
int seed
int hashcode
public static int hashCode (int, boolean)
int seed
boolean b
public static int hashCode (int, java.lang.Object)
int seed
Object obj
public static boolean equals (java.lang.Object, java.lang.Object)
Object obj1
Object obj2
public static boolean equals (java.lang.Object[], java.lang.Object[])
int i
Object[] a1
Object[] a2
}
org/apache/http/entity/ContentProducer.class
ContentProducer.java
package org.apache.http.entity
public abstract org.apache.http.entity.ContentProducer extends java.lang.Object {
public abstract void writeTo (java.io.OutputStream) throws java.io.IOException
}
org/apache/http/entity/StringEntity.class
StringEntity.java
package org.apache.http.entity
public org.apache.http.entity.StringEntity extends org.apache.http.entity.AbstractHttpEntity implements java.lang.Cloneable {
protected final byte[] content
public void <init> (java.lang.String, org.apache.http.entity.ContentType) throws java.nio.charset.UnsupportedCharsetException
String string
org.apache.http.entity.ContentType contentType
java.nio.charset.Charset charset
public void <init> (java.lang.String, java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingException
String string
String mimeType
String charset
String mt
String cs
public void <init> (java.lang.String, java.lang.String) throws java.nio.charset.UnsupportedCharsetException
String string
String charset
public void <init> (java.lang.String, java.nio.charset.Charset)
String string
java.nio.charset.Charset charset
public void <init> (java.lang.String) throws java.io.UnsupportedEncodingException
String string
public boolean isRepeatable ()
public long getContentLength ()
public java.io.InputStream getContent () throws java.io.IOException
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream outStream
public boolean isStreaming ()
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/entity/InputStreamEntity.class
InputStreamEntity.java
package org.apache.http.entity
public org.apache.http.entity.InputStreamEntity extends org.apache.http.entity.AbstractHttpEntity {
private final java.io.InputStream content
private final long length
public void <init> (java.io.InputStream)
java.io.InputStream inStream
public void <init> (java.io.InputStream, long)
java.io.InputStream inStream
long length
public void <init> (java.io.InputStream, org.apache.http.entity.ContentType)
java.io.InputStream inStream
org.apache.http.entity.ContentType contentType
public void <init> (java.io.InputStream, long, org.apache.http.entity.ContentType)
java.io.InputStream inStream
long length
org.apache.http.entity.ContentType contentType
public boolean isRepeatable ()
public long getContentLength ()
public java.io.InputStream getContent () throws java.io.IOException
public void writeTo (java.io.OutputStream) throws java.io.IOException
int readLen
int readLen
long remaining
byte[] buffer
java.io.OutputStream outStream
java.io.InputStream inStream
public boolean isStreaming ()
}
org/apache/http/entity/BasicHttpEntity.class
BasicHttpEntity.java
package org.apache.http.entity
public org.apache.http.entity.BasicHttpEntity extends org.apache.http.entity.AbstractHttpEntity {
private java.io.InputStream content
private long length
public void <init> ()
public long getContentLength ()
public java.io.InputStream getContent () throws java.lang.IllegalStateException
public boolean isRepeatable ()
public void setContentLength (long)
long len
public void setContent (java.io.InputStream)
java.io.InputStream inStream
public void writeTo (java.io.OutputStream) throws java.io.IOException
int l
byte[] tmp
java.io.OutputStream outStream
java.io.InputStream inStream
public boolean isStreaming ()
}
org/apache/http/entity/ByteArrayEntity.class
ByteArrayEntity.java
package org.apache.http.entity
public org.apache.http.entity.ByteArrayEntity extends org.apache.http.entity.AbstractHttpEntity implements java.lang.Cloneable {
protected final byte[] content
private final byte[] b
private final int off
private final int len
public void <init> (byte[], org.apache.http.entity.ContentType)
byte[] b
org.apache.http.entity.ContentType contentType
public void <init> (byte[], int, int, org.apache.http.entity.ContentType)
byte[] b
int off
int len
org.apache.http.entity.ContentType contentType
public void <init> (byte[])
byte[] b
public void <init> (byte[], int, int)
byte[] b
int off
int len
public boolean isRepeatable ()
public long getContentLength ()
public java.io.InputStream getContent ()
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream outStream
public boolean isStreaming ()
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/entity/HttpEntityWrapper.class
HttpEntityWrapper.java
package org.apache.http.entity
public org.apache.http.entity.HttpEntityWrapper extends java.lang.Object implements org.apache.http.HttpEntity {
protected org.apache.http.HttpEntity wrappedEntity
public void <init> (org.apache.http.HttpEntity)
org.apache.http.HttpEntity wrappedEntity
public boolean isRepeatable ()
public boolean isChunked ()
public long getContentLength ()
public org.apache.http.Header getContentType ()
public org.apache.http.Header getContentEncoding ()
public java.io.InputStream getContent () throws java.io.IOException
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream outStream
public boolean isStreaming ()
public void consumeContent () throws java.io.IOException
}
org/apache/http/params/AbstractHttpParams.class
AbstractHttpParams.java
package org.apache.http.params
public abstract org.apache.http.params.AbstractHttpParams extends java.lang.Object implements org.apache.http.params.HttpParams org.apache.http.params.HttpParamsNames {
protected void <init> ()
public long getLongParameter (java.lang.String, long)
String name
long defaultValue
Object param
public org.apache.http.params.HttpParams setLongParameter (java.lang.String, long)
String name
long value
public int getIntParameter (java.lang.String, int)
String name
int defaultValue
Object param
public org.apache.http.params.HttpParams setIntParameter (java.lang.String, int)
String name
int value
public double getDoubleParameter (java.lang.String, double)
String name
double defaultValue
Object param
public org.apache.http.params.HttpParams setDoubleParameter (java.lang.String, double)
String name
double value
public boolean getBooleanParameter (java.lang.String, boolean)
String name
boolean defaultValue
Object param
public org.apache.http.params.HttpParams setBooleanParameter (java.lang.String, boolean)
String name
boolean value
public boolean isParameterTrue (java.lang.String)
String name
public boolean isParameterFalse (java.lang.String)
String name
public java.util.Set getNames ()
}
org/apache/http/params/BasicHttpParams.class
BasicHttpParams.java
package org.apache.http.params
public org.apache.http.params.BasicHttpParams extends org.apache.http.params.AbstractHttpParams implements java.io.Serializable java.lang.Cloneable {
private static final long serialVersionUID
private final java.util.Map parameters
public void <init> ()
public java.lang.Object getParameter (java.lang.String)
String name
public org.apache.http.params.HttpParams setParameter (java.lang.String, java.lang.Object)
String name
Object value
public boolean removeParameter (java.lang.String)
String name
public void setParameters (java.lang.String[], java.lang.Object)
String name
String[] arr$
int len$
int i$
String[] names
Object value
public boolean isParameterSet (java.lang.String)
String name
public boolean isParameterSetLocally (java.lang.String)
String name
public void clear ()
public org.apache.http.params.HttpParams copy ()
CloneNotSupportedException ex
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
org.apache.http.params.BasicHttpParams clone
public void copyParams (org.apache.http.params.HttpParams)
java.util.Map$Entry me
java.util.Iterator i$
org.apache.http.params.HttpParams target
public java.util.Set getNames ()
public java.lang.String toString ()
}
org/apache/http/params/HttpProtocolParams.class
HttpProtocolParams.java
package org.apache.http.params
public final org.apache.http.params.HttpProtocolParams extends java.lang.Object implements org.apache.http.params.CoreProtocolPNames {
private void <init> ()
public static java.lang.String getHttpElementCharset (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
String charset
public static void setHttpElementCharset (org.apache.http.params.HttpParams, java.lang.String)
org.apache.http.params.HttpParams params
String charset
public static java.lang.String getContentCharset (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
String charset
public static void setContentCharset (org.apache.http.params.HttpParams, java.lang.String)
org.apache.http.params.HttpParams params
String charset
public static org.apache.http.ProtocolVersion getVersion (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
Object param
public static void setVersion (org.apache.http.params.HttpParams, org.apache.http.ProtocolVersion)
org.apache.http.params.HttpParams params
org.apache.http.ProtocolVersion version
public static java.lang.String getUserAgent (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setUserAgent (org.apache.http.params.HttpParams, java.lang.String)
org.apache.http.params.HttpParams params
String useragent
public static boolean useExpectContinue (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setUseExpectContinue (org.apache.http.params.HttpParams, boolean)
org.apache.http.params.HttpParams params
boolean b
public static java.nio.charset.CodingErrorAction getMalformedInputAction (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
Object param
public static void setMalformedInputAction (org.apache.http.params.HttpParams, java.nio.charset.CodingErrorAction)
org.apache.http.params.HttpParams params
java.nio.charset.CodingErrorAction action
public static java.nio.charset.CodingErrorAction getUnmappableInputAction (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
Object param
public static void setUnmappableInputAction (org.apache.http.params.HttpParams, java.nio.charset.CodingErrorAction)
org.apache.http.params.HttpParams params
java.nio.charset.CodingErrorAction action
}
org/apache/http/params/DefaultedHttpParams.class
DefaultedHttpParams.java
package org.apache.http.params
public final org.apache.http.params.DefaultedHttpParams extends org.apache.http.params.AbstractHttpParams {
private final org.apache.http.params.HttpParams local
private final org.apache.http.params.HttpParams defaults
public void <init> (org.apache.http.params.HttpParams, org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams local
org.apache.http.params.HttpParams defaults
public org.apache.http.params.HttpParams copy ()
org.apache.http.params.HttpParams clone
public java.lang.Object getParameter (java.lang.String)
String name
Object obj
public boolean removeParameter (java.lang.String)
String name
public org.apache.http.params.HttpParams setParameter (java.lang.String, java.lang.Object)
String name
Object value
public org.apache.http.params.HttpParams getDefaults ()
public java.util.Set getNames ()
java.util.Set combined
public java.util.Set getDefaultNames ()
public java.util.Set getLocalNames ()
private java.util.Set getNames (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
}
org/apache/http/params/HttpAbstractParamBean.class
HttpAbstractParamBean.java
package org.apache.http.params
public abstract org.apache.http.params.HttpAbstractParamBean extends java.lang.Object {
protected final org.apache.http.params.HttpParams params
public void <init> (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
}
org/apache/http/NameValuePair.class
NameValuePair.java
package org.apache.http
public abstract org.apache.http.NameValuePair extends java.lang.Object {
public abstract java.lang.String getName ()
public abstract java.lang.String getValue ()
}
org/apache/http/RequestLine.class
RequestLine.java
package org.apache.http
public abstract org.apache.http.RequestLine extends java.lang.Object {
public abstract java.lang.String getMethod ()
public abstract org.apache.http.ProtocolVersion getProtocolVersion ()
public abstract java.lang.String getUri ()
}
org/apache/http/TruncatedChunkException.class
TruncatedChunkException.java
package org.apache.http
public org.apache.http.TruncatedChunkException extends org.apache.http.MalformedChunkCodingException {
private static final long serialVersionUID
public void <init> (java.lang.String)
String message
public transient void <init> (java.lang.String, java.lang.Object[])
String format
Object[] args
}
org/apache/http/MethodNotSupportedException.class
MethodNotSupportedException.java
package org.apache.http
public org.apache.http.MethodNotSupportedException extends org.apache.http.HttpException {
private static final long serialVersionUID
public void <init> (java.lang.String)
String message
public void <init> (java.lang.String, java.lang.Throwable)
String message
Throwable cause
}
org/apache/http/config/Lookup.class
Lookup.java
package org.apache.http.config
public abstract org.apache.http.config.Lookup extends java.lang.Object {
public abstract java.lang.Object lookup (java.lang.String)
}
org/apache/http/HttpException.class
HttpException.java
package org.apache.http
public org.apache.http.HttpException extends java.lang.Exception {
private static final int FIRST_VALID_CHAR
private static final long serialVersionUID
static java.lang.String clean (java.lang.String)
String hexString
char ch
String message
char[] chars
int i
StringBuilder builder
public void <init> ()
public void <init> (java.lang.String)
String message
public void <init> (java.lang.String, java.lang.Throwable)
String message
Throwable cause
}
org/apache/http/pool/ConnPoolControl.class
ConnPoolControl.java
package org.apache.http.pool
public abstract org.apache.http.pool.ConnPoolControl extends java.lang.Object {
public abstract void setMaxTotal (int)
public abstract int getMaxTotal ()
public abstract void setDefaultMaxPerRoute (int)
public abstract int getDefaultMaxPerRoute ()
public abstract void setMaxPerRoute (java.lang.Object, int)
public abstract int getMaxPerRoute (java.lang.Object)
public abstract org.apache.http.pool.PoolStats getTotalStats ()
public abstract org.apache.http.pool.PoolStats getStats (java.lang.Object)
}
org/apache/http/io/HttpMessageWriter.class
HttpMessageWriter.java
package org.apache.http.io
public abstract org.apache.http.io.HttpMessageWriter extends java.lang.Object {
public abstract void write (org.apache.http.HttpMessage) throws java.io.IOException org.apache.http.HttpException
}
org/apache/http/io/SessionOutputBuffer.class
SessionOutputBuffer.java
package org.apache.http.io
public abstract org.apache.http.io.SessionOutputBuffer extends java.lang.Object {
public abstract void write (byte[], int, int) throws java.io.IOException
public abstract void write (byte[]) throws java.io.IOException
public abstract void write (int) throws java.io.IOException
public abstract void writeLine (java.lang.String) throws java.io.IOException
public abstract void writeLine (org.apache.http.util.CharArrayBuffer) throws java.io.IOException
public abstract void flush () throws java.io.IOException
public abstract org.apache.http.io.HttpTransportMetrics getMetrics ()
}
org/apache/http/message/BasicHeaderIterator.class
BasicHeaderIterator.java
package org.apache.http.message
public org.apache.http.message.BasicHeaderIterator extends java.lang.Object implements org.apache.http.HeaderIterator {
protected final org.apache.http.Header[] allHeaders
protected int currentIndex
protected String headerName
public void <init> (org.apache.http.Header[], java.lang.String)
org.apache.http.Header[] headers
String name
protected int findNext (int)
int pos
int from
int to
boolean found
protected boolean filterHeader (int)
int index
public boolean hasNext ()
public org.apache.http.Header nextHeader () throws java.util.NoSuchElementException
int current
public final java.lang.Object next () throws java.util.NoSuchElementException
public void remove () throws java.lang.UnsupportedOperationException
}
org/apache/http/HttpHost.class
HttpHost.java
package org.apache.http
public final org.apache.http.HttpHost extends java.lang.Object implements java.lang.Cloneable java.io.Serializable {
private static final long serialVersionUID
public static final String DEFAULT_SCHEME_NAME
protected final String hostname
protected final String lcHostname
protected final int port
protected final String schemeName
protected final java.net.InetAddress address
public void <init> (java.lang.String, int, java.lang.String)
String hostname
int port
String scheme
public void <init> (java.lang.String, int)
String hostname
int port
public static org.apache.http.HttpHost create (java.lang.String)
NumberFormatException ex
String s
String text
String scheme
int schemeIdx
int port
int portIdx
public void <init> (java.lang.String)
String hostname
public void <init> (java.net.InetAddress, int, java.lang.String)
java.net.InetAddress address
int port
String scheme
public void <init> (java.net.InetAddress, java.lang.String, int, java.lang.String)
java.net.InetAddress address
String hostname
int port
String scheme
public void <init> (java.net.InetAddress, int)
java.net.InetAddress address
int port
public void <init> (java.net.InetAddress)
java.net.InetAddress address
public void <init> (org.apache.http.HttpHost)
org.apache.http.HttpHost httphost
public java.lang.String getHostName ()
public int getPort ()
public java.lang.String getSchemeName ()
public java.net.InetAddress getAddress ()
public java.lang.String toURI ()
StringBuilder buffer
public java.lang.String toHostString ()
StringBuilder buffer
public java.lang.String toString ()
public boolean equals (java.lang.Object)
org.apache.http.HttpHost that
Object obj
public int hashCode ()
int hash
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/util/CharsetUtils.class
CharsetUtils.java
package org.apache.http.util
public org.apache.http.util.CharsetUtils extends java.lang.Object {
public void <init> ()
public static java.nio.charset.Charset lookup (java.lang.String)
java.nio.charset.UnsupportedCharsetException ex
String name
public static java.nio.charset.Charset get (java.lang.String) throws java.io.UnsupportedEncodingException
java.nio.charset.UnsupportedCharsetException ex
String name
}
org/apache/http/HttpRequestInterceptor.class
HttpRequestInterceptor.java
package org.apache.http
public abstract org.apache.http.HttpRequestInterceptor extends java.lang.Object {
public abstract void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
}
org/apache/http/StatusLine.class
StatusLine.java
package org.apache.http
public abstract org.apache.http.StatusLine extends java.lang.Object {
public abstract org.apache.http.ProtocolVersion getProtocolVersion ()
public abstract int getStatusCode ()
public abstract java.lang.String getReasonPhrase ()
}
org/apache/http/Header.class
Header.java
package org.apache.http
public abstract org.apache.http.Header extends java.lang.Object implements org.apache.http.NameValuePair {
public abstract org.apache.http.HeaderElement[] getElements () throws org.apache.http.ParseException
}
org/apache/http/impl/DefaultBHttpClientConnectionFactory.class
DefaultBHttpClientConnectionFactory.java
package org.apache.http.impl
public org.apache.http.impl.DefaultBHttpClientConnectionFactory extends java.lang.Object implements org.apache.http.HttpConnectionFactory {
public static final org.apache.http.impl.DefaultBHttpClientConnectionFactory INSTANCE
private final org.apache.http.config.ConnectionConfig cconfig
private final org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
private final org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
private final org.apache.http.io.HttpMessageWriterFactory requestWriterFactory
private final org.apache.http.io.HttpMessageParserFactory responseParserFactory
public void <init> (org.apache.http.config.ConnectionConfig, org.apache.http.entity.ContentLengthStrategy, org.apache.http.entity.ContentLengthStrategy, org.apache.http.io.HttpMessageWriterFactory, org.apache.http.io.HttpMessageParserFactory)
org.apache.http.config.ConnectionConfig cconfig
org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
org.apache.http.io.HttpMessageWriterFactory requestWriterFactory
org.apache.http.io.HttpMessageParserFactory responseParserFactory
public void <init> (org.apache.http.config.ConnectionConfig, org.apache.http.io.HttpMessageWriterFactory, org.apache.http.io.HttpMessageParserFactory)
org.apache.http.config.ConnectionConfig cconfig
org.apache.http.io.HttpMessageWriterFactory requestWriterFactory
org.apache.http.io.HttpMessageParserFactory responseParserFactory
public void <init> (org.apache.http.config.ConnectionConfig)
org.apache.http.config.ConnectionConfig cconfig
public void <init> ()
public org.apache.http.impl.DefaultBHttpClientConnection createConnection (java.net.Socket) throws java.io.IOException
java.net.Socket socket
org.apache.http.impl.DefaultBHttpClientConnection conn
public volatile synthetic org.apache.http.HttpConnection createConnection (java.net.Socket) throws java.io.IOException
java.net.Socket x0
static void <clinit> ()
}
org/apache/http/impl/entity/LaxContentLengthStrategy.class
LaxContentLengthStrategy.java
package org.apache.http.impl.entity
public org.apache.http.impl.entity.LaxContentLengthStrategy extends java.lang.Object implements org.apache.http.entity.ContentLengthStrategy {
public static final org.apache.http.impl.entity.LaxContentLengthStrategy INSTANCE
private final int implicitLen
public void <init> (int)
int implicitLen
public void <init> ()
public long determineLength (org.apache.http.HttpMessage) throws org.apache.http.HttpException
org.apache.http.ParseException px
org.apache.http.HeaderElement[] encodings
int len
NumberFormatException ignore
org.apache.http.Header header
int i
long contentLen
org.apache.http.Header[] headers
org.apache.http.HttpMessage message
org.apache.http.Header transferEncodingHeader
org.apache.http.Header contentLengthHeader
static void <clinit> ()
}
org/apache/http/impl/entity/DisallowIdentityContentLengthStrategy.class
DisallowIdentityContentLengthStrategy.java
package org.apache.http.impl.entity
public org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy extends java.lang.Object implements org.apache.http.entity.ContentLengthStrategy {
public static final org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy INSTANCE
private final org.apache.http.entity.ContentLengthStrategy contentLengthStrategy
public void <init> (org.apache.http.entity.ContentLengthStrategy)
org.apache.http.entity.ContentLengthStrategy contentLengthStrategy
public long determineLength (org.apache.http.HttpMessage) throws org.apache.http.HttpException
org.apache.http.HttpMessage message
long result
static void <clinit> ()
}
org/apache/http/impl/AbstractHttpServerConnection.class
AbstractHttpServerConnection.java
package org.apache.http.impl
public abstract org.apache.http.impl.AbstractHttpServerConnection extends java.lang.Object implements org.apache.http.HttpServerConnection {
private final org.apache.http.impl.entity.EntitySerializer entityserializer
private final org.apache.http.impl.entity.EntityDeserializer entitydeserializer
private org.apache.http.io.SessionInputBuffer inBuffer
private org.apache.http.io.SessionOutputBuffer outbuffer
private org.apache.http.io.EofSensor eofSensor
private org.apache.http.io.HttpMessageParser requestParser
private org.apache.http.io.HttpMessageWriter responseWriter
private org.apache.http.impl.HttpConnectionMetricsImpl metrics
public void <init> ()
protected abstract void assertOpen () throws java.lang.IllegalStateException
protected org.apache.http.impl.entity.EntityDeserializer createEntityDeserializer ()
protected org.apache.http.impl.entity.EntitySerializer createEntitySerializer ()
protected org.apache.http.HttpRequestFactory createHttpRequestFactory ()
protected org.apache.http.io.HttpMessageParser createRequestParser (org.apache.http.io.SessionInputBuffer, org.apache.http.HttpRequestFactory, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.HttpRequestFactory requestFactory
org.apache.http.params.HttpParams params
protected org.apache.http.io.HttpMessageWriter createResponseWriter (org.apache.http.io.SessionOutputBuffer, org.apache.http.params.HttpParams)
org.apache.http.io.SessionOutputBuffer buffer
org.apache.http.params.HttpParams params
protected org.apache.http.impl.HttpConnectionMetricsImpl createConnectionMetrics (org.apache.http.io.HttpTransportMetrics, org.apache.http.io.HttpTransportMetrics)
org.apache.http.io.HttpTransportMetrics inTransportMetric
org.apache.http.io.HttpTransportMetrics outTransportMetric
protected void init (org.apache.http.io.SessionInputBuffer, org.apache.http.io.SessionOutputBuffer, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer inBuffer
org.apache.http.io.SessionOutputBuffer outbuffer
org.apache.http.params.HttpParams params
public org.apache.http.HttpRequest receiveRequestHeader () throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpRequest request
public void receiveRequestEntity (org.apache.http.HttpEntityEnclosingRequest) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpEntityEnclosingRequest request
org.apache.http.HttpEntity entity
protected void doFlush () throws java.io.IOException
public void flush () throws java.io.IOException
public void sendResponseHeader (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
public void sendResponseEntity (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
protected boolean isEof ()
public boolean isStale ()
java.io.IOException ex
public org.apache.http.HttpConnectionMetrics getMetrics ()
}
org/apache/http/impl/NoConnectionReuseStrategy.class
NoConnectionReuseStrategy.java
package org.apache.http.impl
public org.apache.http.impl.NoConnectionReuseStrategy extends java.lang.Object implements org.apache.http.ConnectionReuseStrategy {
public static final org.apache.http.impl.NoConnectionReuseStrategy INSTANCE
public void <init> ()
public boolean keepAlive (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
static void <clinit> ()
}
org/apache/http/impl/SocketHttpClientConnection.class
SocketHttpClientConnection.java
package org.apache.http.impl
public org.apache.http.impl.SocketHttpClientConnection extends org.apache.http.impl.AbstractHttpClientConnection implements org.apache.http.HttpInetConnection {
private volatile boolean open
private volatile java.net.Socket socket
public void <init> ()
protected void assertNotOpen ()
protected void assertOpen ()
protected org.apache.http.io.SessionInputBuffer createSessionInputBuffer (java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
int bufferSize
org.apache.http.params.HttpParams params
protected org.apache.http.io.SessionOutputBuffer createSessionOutputBuffer (java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
int bufferSize
org.apache.http.params.HttpParams params
protected void bind (java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
org.apache.http.params.HttpParams params
int bufferSize
public boolean isOpen ()
protected java.net.Socket getSocket ()
public java.net.InetAddress getLocalAddress ()
public int getLocalPort ()
public java.net.InetAddress getRemoteAddress ()
public int getRemotePort ()
public void setSocketTimeout (int)
java.net.SocketException ignore
int timeout
public int getSocketTimeout ()
java.net.SocketException ignore
public void shutdown () throws java.io.IOException
java.net.Socket tmpsocket
public void close () throws java.io.IOException
java.io.IOException ignore
java.io.IOException ignore
UnsupportedOperationException ignore
java.net.Socket sock
private static void formatAddress (java.lang.StringBuilder, java.net.SocketAddress)
java.net.InetSocketAddress addr
StringBuilder buffer
java.net.SocketAddress socketAddress
public java.lang.String toString ()
StringBuilder buffer
java.net.SocketAddress remoteAddress
java.net.SocketAddress localAddress
}
org/apache/http/impl/bootstrap/HttpServer.class
HttpServer.java
package org.apache.http.impl.bootstrap
public org.apache.http.impl.bootstrap.HttpServer extends java.lang.Object {
private final int port
private final java.net.InetAddress ifAddress
private final org.apache.http.config.SocketConfig socketConfig
private final javax.net.ServerSocketFactory serverSocketFactory
private final org.apache.http.protocol.HttpService httpService
private final org.apache.http.HttpConnectionFactory connectionFactory
private final org.apache.http.impl.bootstrap.SSLServerSetupHandler sslSetupHandler
private final org.apache.http.ExceptionLogger exceptionLogger
private final java.util.concurrent.ThreadPoolExecutor listenerExecutorService
private final ThreadGroup workerThreads
private final org.apache.http.impl.bootstrap.WorkerPoolExecutor workerExecutorService
private final java.util.concurrent.atomic.AtomicReference status
private volatile java.net.ServerSocket serverSocket
private volatile org.apache.http.impl.bootstrap.RequestListener requestListener
void <init> (int, java.net.InetAddress, org.apache.http.config.SocketConfig, javax.net.ServerSocketFactory, org.apache.http.protocol.HttpService, org.apache.http.HttpConnectionFactory, org.apache.http.impl.bootstrap.SSLServerSetupHandler, org.apache.http.ExceptionLogger)
int port
java.net.InetAddress ifAddress
org.apache.http.config.SocketConfig socketConfig
javax.net.ServerSocketFactory serverSocketFactory
org.apache.http.protocol.HttpService httpService
org.apache.http.HttpConnectionFactory connectionFactory
org.apache.http.impl.bootstrap.SSLServerSetupHandler sslSetupHandler
org.apache.http.ExceptionLogger exceptionLogger
public java.net.InetAddress getInetAddress ()
java.net.ServerSocket localSocket
public int getLocalPort ()
java.net.ServerSocket localSocket
public void start () throws java.io.IOException
public void stop ()
java.io.IOException ex
org.apache.http.impl.bootstrap.RequestListener local
public void awaitTermination (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
long timeout
java.util.concurrent.TimeUnit timeUnit
public void shutdown (long, java.util.concurrent.TimeUnit)
InterruptedException ex
java.io.IOException ex
org.apache.http.HttpServerConnection conn
org.apache.http.impl.bootstrap.Worker worker
java.util.Iterator i$
long gracePeriod
java.util.concurrent.TimeUnit timeUnit
java.util.Set workers
}
org/apache/http/impl/bootstrap/Worker.class
Worker.java
package org.apache.http.impl.bootstrap
org.apache.http.impl.bootstrap.Worker extends java.lang.Object implements java.lang.Runnable {
private final org.apache.http.protocol.HttpService httpservice
private final org.apache.http.HttpServerConnection conn
private final org.apache.http.ExceptionLogger exceptionLogger
void <init> (org.apache.http.protocol.HttpService, org.apache.http.HttpServerConnection, org.apache.http.ExceptionLogger)
org.apache.http.protocol.HttpService httpservice
org.apache.http.HttpServerConnection conn
org.apache.http.ExceptionLogger exceptionLogger
public org.apache.http.HttpServerConnection getConnection ()
public void run ()
org.apache.http.protocol.BasicHttpContext localContext
org.apache.http.protocol.HttpCoreContext context
java.io.IOException ex
Exception ex
java.io.IOException ex
java.io.IOException ex
}
org/apache/http/impl/bootstrap/SSLServerSetupHandler.class
SSLServerSetupHandler.java
package org.apache.http.impl.bootstrap
public abstract org.apache.http.impl.bootstrap.SSLServerSetupHandler extends java.lang.Object {
public abstract void initialize (javax.net.ssl.SSLServerSocket) throws javax.net.ssl.SSLException
}
org/apache/http/impl/HttpConnectionMetricsImpl.class
HttpConnectionMetricsImpl.java
package org.apache.http.impl
public org.apache.http.impl.HttpConnectionMetricsImpl extends java.lang.Object implements org.apache.http.HttpConnectionMetrics {
public static final String REQUEST_COUNT
public static final String RESPONSE_COUNT
public static final String SENT_BYTES_COUNT
public static final String RECEIVED_BYTES_COUNT
private final org.apache.http.io.HttpTransportMetrics inTransportMetric
private final org.apache.http.io.HttpTransportMetrics outTransportMetric
private long requestCount
private long responseCount
private java.util.Map metricsCache
public void <init> (org.apache.http.io.HttpTransportMetrics, org.apache.http.io.HttpTransportMetrics)
org.apache.http.io.HttpTransportMetrics inTransportMetric
org.apache.http.io.HttpTransportMetrics outTransportMetric
public long getReceivedBytesCount ()
public long getSentBytesCount ()
public long getRequestCount ()
public void incrementRequestCount ()
public long getResponseCount ()
public void incrementResponseCount ()
public java.lang.Object getMetric (java.lang.String)
String metricName
Object value
public void setMetric (java.lang.String, java.lang.Object)
String metricName
Object obj
public void reset ()
}
org/apache/http/impl/pool/BasicConnFactory$1.class
BasicConnFactory.java
package org.apache.http.impl.pool
org.apache.http.impl.pool.BasicConnFactory$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction {
final synthetic java.net.Socket val$socket
final synthetic java.net.InetSocketAddress val$address
final synthetic org.apache.http.impl.pool.BasicConnFactory this$0
void <init> (org.apache.http.impl.pool.BasicConnFactory, java.net.Socket, java.net.InetSocketAddress)
public java.lang.Object run () throws java.io.IOException
}
org/apache/http/impl/pool/BasicConnFactory.class
BasicConnFactory.java
package org.apache.http.impl.pool
public org.apache.http.impl.pool.BasicConnFactory extends java.lang.Object implements org.apache.http.pool.ConnFactory {
private final javax.net.SocketFactory plainfactory
private final javax.net.ssl.SSLSocketFactory sslfactory
private final int connectTimeout
private final org.apache.http.config.SocketConfig sconfig
private final org.apache.http.HttpConnectionFactory connFactory
public void <init> (javax.net.ssl.SSLSocketFactory, org.apache.http.params.HttpParams)
javax.net.ssl.SSLSocketFactory sslfactory
org.apache.http.params.HttpParams params
public void <init> (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public void <init> (javax.net.SocketFactory, javax.net.ssl.SSLSocketFactory, int, org.apache.http.config.SocketConfig, org.apache.http.config.ConnectionConfig)
javax.net.SocketFactory plainfactory
javax.net.ssl.SSLSocketFactory sslfactory
int connectTimeout
org.apache.http.config.SocketConfig sconfig
org.apache.http.config.ConnectionConfig cconfig
public void <init> (int, org.apache.http.config.SocketConfig, org.apache.http.config.ConnectionConfig)
int connectTimeout
org.apache.http.config.SocketConfig sconfig
org.apache.http.config.ConnectionConfig cconfig
public void <init> (org.apache.http.config.SocketConfig, org.apache.http.config.ConnectionConfig)
org.apache.http.config.SocketConfig sconfig
org.apache.http.config.ConnectionConfig cconfig
public void <init> ()
protected org.apache.http.HttpClientConnection create (java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
org.apache.http.params.HttpParams params
int bufsize
org.apache.http.impl.DefaultBHttpClientConnection conn
public org.apache.http.HttpClientConnection create (org.apache.http.HttpHost) throws java.io.IOException
java.net.Socket socket
java.net.Socket socket
java.security.PrivilegedActionException e
org.apache.http.HttpHost host
String scheme
java.net.Socket socket
String hostname
int port
int linger
java.net.InetSocketAddress address
public volatile synthetic java.lang.Object create (java.lang.Object) throws java.io.IOException
Object x0
static synthetic int access$000 (org.apache.http.impl.pool.BasicConnFactory)
org.apache.http.impl.pool.BasicConnFactory x0
}
org/apache/http/impl/io/AbstractSessionInputBuffer.class
AbstractSessionInputBuffer.java
package org.apache.http.impl.io
public abstract org.apache.http.impl.io.AbstractSessionInputBuffer extends java.lang.Object implements org.apache.http.io.SessionInputBuffer org.apache.http.io.BufferInfo {
private java.io.InputStream inStream
private byte[] buffer
private org.apache.http.util.ByteArrayBuffer lineBuffer
private java.nio.charset.Charset charset
private boolean ascii
private int maxLineLen
private int minChunkLimit
private org.apache.http.impl.io.HttpTransportMetricsImpl metrics
private java.nio.charset.CodingErrorAction onMalformedCharAction
private java.nio.charset.CodingErrorAction onUnmappableCharAction
private int bufferPos
private int bufferLen
private java.nio.charset.CharsetDecoder decoder
private java.nio.CharBuffer cbuf
public void <init> ()
protected void init (java.io.InputStream, int, org.apache.http.params.HttpParams)
java.io.InputStream inputStream
int bufferSize
org.apache.http.params.HttpParams params
String charset
java.nio.charset.CodingErrorAction a1
java.nio.charset.CodingErrorAction a2
protected org.apache.http.impl.io.HttpTransportMetricsImpl createTransportMetrics ()
public int capacity ()
public int length ()
public int available ()
protected int fillBuffer () throws java.io.IOException
int len
int readLen
int off
int len
protected boolean hasBufferedData ()
public int read () throws java.io.IOException
int noRead
public int read (byte[], int, int) throws java.io.IOException
int chunk
int read
int noRead
byte[] b
int off
int len
int chunk
public int read (byte[]) throws java.io.IOException
byte[] b
private int locateLF ()
int i
public int readLine (org.apache.http.util.CharArrayBuffer) throws java.io.IOException
int len
int len
int i
org.apache.http.util.CharArrayBuffer charbuffer
int noRead
boolean retry
private int lineFromLineBuffer (org.apache.http.util.CharArrayBuffer) throws java.io.IOException
java.nio.ByteBuffer bbuf
org.apache.http.util.CharArrayBuffer charbuffer
int len
private int lineFromReadBuffer (org.apache.http.util.CharArrayBuffer, int) throws java.io.IOException
java.nio.ByteBuffer bbuf
org.apache.http.util.CharArrayBuffer charbuffer
int position
int off
int i
int len
private int appendDecoded (org.apache.http.util.CharArrayBuffer, java.nio.ByteBuffer) throws java.io.IOException
java.nio.charset.CoderResult result
org.apache.http.util.CharArrayBuffer charbuffer
java.nio.ByteBuffer bbuf
int len
java.nio.charset.CoderResult result
private int handleDecodingResult (java.nio.charset.CoderResult, org.apache.http.util.CharArrayBuffer, java.nio.ByteBuffer) throws java.io.IOException
java.nio.charset.CoderResult result
org.apache.http.util.CharArrayBuffer charbuffer
java.nio.ByteBuffer bbuf
int len
public java.lang.String readLine () throws java.io.IOException
org.apache.http.util.CharArrayBuffer charbuffer
int readLen
public org.apache.http.io.HttpTransportMetrics getMetrics ()
}
org/apache/http/impl/io/ContentLengthInputStream.class
ContentLengthInputStream.java
package org.apache.http.impl.io
public org.apache.http.impl.io.ContentLengthInputStream extends java.io.InputStream {
private static final int BUFFER_SIZE
private final long contentLength
private long pos
private boolean closed
private org.apache.http.io.SessionInputBuffer in
public void <init> (org.apache.http.io.SessionInputBuffer, long)
org.apache.http.io.SessionInputBuffer in
long contentLength
public void close () throws java.io.IOException
byte[] buffer
public int available () throws java.io.IOException
int len
public int read () throws java.io.IOException
int b
public int read (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
int chunk
int readLen
public int read (byte[]) throws java.io.IOException
byte[] b
public long skip (long) throws java.io.IOException
int readLen
long n
byte[] buffer
long remaining
long count
}
org/apache/http/impl/io/DefaultHttpResponseWriter.class
DefaultHttpResponseWriter.java
package org.apache.http.impl.io
public org.apache.http.impl.io.DefaultHttpResponseWriter extends org.apache.http.impl.io.AbstractMessageWriter {
public void <init> (org.apache.http.io.SessionOutputBuffer, org.apache.http.message.LineFormatter)
org.apache.http.io.SessionOutputBuffer buffer
org.apache.http.message.LineFormatter formatter
public void <init> (org.apache.http.io.SessionOutputBuffer)
org.apache.http.io.SessionOutputBuffer buffer
protected void writeHeadLine (org.apache.http.HttpResponse) throws java.io.IOException
org.apache.http.HttpResponse message
protected volatile synthetic void writeHeadLine (org.apache.http.HttpMessage) throws java.io.IOException
org.apache.http.HttpMessage x0
}
org/apache/http/impl/io/HttpResponseParser.class
HttpResponseParser.java
package org.apache.http.impl.io
public org.apache.http.impl.io.HttpResponseParser extends org.apache.http.impl.io.AbstractMessageParser {
private final org.apache.http.HttpResponseFactory responseFactory
private final org.apache.http.util.CharArrayBuffer lineBuf
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.HttpResponseFactory, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.message.LineParser parser
org.apache.http.HttpResponseFactory responseFactory
org.apache.http.params.HttpParams params
protected org.apache.http.HttpMessage parseHead (org.apache.http.io.SessionInputBuffer) throws java.io.IOException org.apache.http.HttpException org.apache.http.ParseException
org.apache.http.io.SessionInputBuffer sessionBuffer
int readLen
org.apache.http.message.ParserCursor cursor
org.apache.http.StatusLine statusline
}
org/apache/http/impl/io/AbstractSessionOutputBuffer.class
AbstractSessionOutputBuffer.java
package org.apache.http.impl.io
public abstract org.apache.http.impl.io.AbstractSessionOutputBuffer extends java.lang.Object implements org.apache.http.io.SessionOutputBuffer org.apache.http.io.BufferInfo {
private static final byte[] CRLF
private java.io.OutputStream outStream
private org.apache.http.util.ByteArrayBuffer buffer
private java.nio.charset.Charset charset
private boolean ascii
private int minChunkLimit
private org.apache.http.impl.io.HttpTransportMetricsImpl metrics
private java.nio.charset.CodingErrorAction onMalformedCharAction
private java.nio.charset.CodingErrorAction onUnmappableCharAction
private java.nio.charset.CharsetEncoder encoder
private java.nio.ByteBuffer bbuf
protected void <init> (java.io.OutputStream, int, java.nio.charset.Charset, int, java.nio.charset.CodingErrorAction, java.nio.charset.CodingErrorAction)
java.io.OutputStream outStream
int bufferSize
java.nio.charset.Charset charset
int minChunkLimit
java.nio.charset.CodingErrorAction malformedCharAction
java.nio.charset.CodingErrorAction unmappableCharAction
public void <init> ()
protected void init (java.io.OutputStream, int, org.apache.http.params.HttpParams)
java.io.OutputStream outStream
int bufferSize
org.apache.http.params.HttpParams params
String charset
java.nio.charset.CodingErrorAction a1
java.nio.charset.CodingErrorAction a2
protected org.apache.http.impl.io.HttpTransportMetricsImpl createTransportMetrics ()
public int capacity ()
public int length ()
public int available ()
protected void flushBuffer () throws java.io.IOException
int len
public void flush () throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
int freecapacity
byte[] b
int off
int len
public void write (byte[]) throws java.io.IOException
byte[] b
public void write (int) throws java.io.IOException
int b
public void writeLine (java.lang.String) throws java.io.IOException
int i
java.nio.CharBuffer cbuf
String s
public void writeLine (org.apache.http.util.CharArrayBuffer) throws java.io.IOException
int chunk
int off
int remaining
java.nio.CharBuffer cbuf
org.apache.http.util.CharArrayBuffer charbuffer
private void writeEncoded (java.nio.CharBuffer) throws java.io.IOException
java.nio.charset.CoderResult result
java.nio.CharBuffer cbuf
java.nio.charset.CoderResult result
private void handleEncodingResult (java.nio.charset.CoderResult) throws java.io.IOException
java.nio.charset.CoderResult result
public org.apache.http.io.HttpTransportMetrics getMetrics ()
static void <clinit> ()
}
org/apache/http/impl/io/ChunkedOutputStream.class
ChunkedOutputStream.java
package org.apache.http.impl.io
public org.apache.http.impl.io.ChunkedOutputStream extends java.io.OutputStream {
private final org.apache.http.io.SessionOutputBuffer out
private final byte[] cache
private int cachePosition
private boolean wroteLastChunk
private boolean closed
public void <init> (org.apache.http.io.SessionOutputBuffer, int) throws java.io.IOException
org.apache.http.io.SessionOutputBuffer out
int bufferSize
public void <init> (org.apache.http.io.SessionOutputBuffer) throws java.io.IOException
org.apache.http.io.SessionOutputBuffer out
public void <init> (int, org.apache.http.io.SessionOutputBuffer)
int bufferSize
org.apache.http.io.SessionOutputBuffer out
protected void flushCache () throws java.io.IOException
protected void flushCacheWithAppend (byte[], int, int) throws java.io.IOException
byte[] bufferToAppend
int off
int len
protected void writeClosingChunk () throws java.io.IOException
public void finish () throws java.io.IOException
public void write (int) throws java.io.IOException
int b
public void write (byte[]) throws java.io.IOException
byte[] b
public void write (byte[], int, int) throws java.io.IOException
byte[] src
int off
int len
public void flush () throws java.io.IOException
public void close () throws java.io.IOException
}
org/apache/http/impl/io/SocketInputBuffer.class
SocketInputBuffer.java
package org.apache.http.impl.io
public org.apache.http.impl.io.SocketInputBuffer extends org.apache.http.impl.io.AbstractSessionInputBuffer implements org.apache.http.io.EofSensor {
private final java.net.Socket socket
private boolean eof
public void <init> (java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
int bufferSize
org.apache.http.params.HttpParams params
int n
protected int fillBuffer () throws java.io.IOException
int i
public boolean isDataAvailable (int) throws java.io.IOException
int oldtimeout
int timeout
boolean result
public boolean isEof ()
}
org/apache/http/impl/EnglishReasonPhraseCatalog.class
EnglishReasonPhraseCatalog.java
package org.apache.http.impl
public org.apache.http.impl.EnglishReasonPhraseCatalog extends java.lang.Object implements org.apache.http.ReasonPhraseCatalog {
public static final org.apache.http.impl.EnglishReasonPhraseCatalog INSTANCE
private static final String[][] REASON_PHRASES
protected void <init> ()
public java.lang.String getReason (int, java.util.Locale)
int status
java.util.Locale loc
int category
int subcode
String reason
private static void setReason (int, java.lang.String)
int status
String reason
int category
int subcode
static void <clinit> ()
}
org/apache/http/annotation/Obsolete.class
Obsolete.java
package org.apache.http.annotation
public abstract annotation org.apache.http.annotation.Obsolete extends java.lang.Object implements java.lang.annotation.Annotation {
}
org/apache/http/annotation/Contract.class
Contract.java
package org.apache.http.annotation
public abstract annotation org.apache.http.annotation.Contract extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract org.apache.http.annotation.ThreadingBehavior threading ()
}
org/apache/http/HttpEntity.class
HttpEntity.java
package org.apache.http
public abstract org.apache.http.HttpEntity extends java.lang.Object {
public abstract boolean isRepeatable ()
public abstract boolean isChunked ()
public abstract long getContentLength ()
public abstract org.apache.http.Header getContentType ()
public abstract org.apache.http.Header getContentEncoding ()
public abstract java.io.InputStream getContent () throws java.io.IOException java.lang.UnsupportedOperationException
public abstract void writeTo (java.io.OutputStream) throws java.io.IOException
public abstract boolean isStreaming ()
public abstract void consumeContent () throws java.io.IOException
}
org/apache/http/protocol/HttpContext.class
HttpContext.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.HttpContext extends java.lang.Object {
public static final String RESERVED_PREFIX
public abstract java.lang.Object getAttribute (java.lang.String)
public abstract void setAttribute (java.lang.String, java.lang.Object)
public abstract java.lang.Object removeAttribute (java.lang.String)
}
org/apache/http/protocol/RequestTargetHost.class
RequestTargetHost.java
package org.apache.http.protocol
public org.apache.http.protocol.RequestTargetHost extends java.lang.Object implements org.apache.http.HttpRequestInterceptor {
public void <init> ()
public void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
java.net.InetAddress address
int port
org.apache.http.HttpConnection conn
org.apache.http.HttpHost targetHost
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpContext context
org.apache.http.protocol.HttpCoreContext coreContext
org.apache.http.ProtocolVersion ver
String method
}
org/apache/http/protocol/HttpProcessorBuilder.class
HttpProcessorBuilder.java
package org.apache.http.protocol
public org.apache.http.protocol.HttpProcessorBuilder extends java.lang.Object {
private org.apache.http.protocol.ChainBuilder requestChainBuilder
private org.apache.http.protocol.ChainBuilder responseChainBuilder
public static org.apache.http.protocol.HttpProcessorBuilder create ()
void <init> ()
private org.apache.http.protocol.ChainBuilder getRequestChainBuilder ()
private org.apache.http.protocol.ChainBuilder getResponseChainBuilder ()
public org.apache.http.protocol.HttpProcessorBuilder addFirst (org.apache.http.HttpRequestInterceptor)
org.apache.http.HttpRequestInterceptor e
public org.apache.http.protocol.HttpProcessorBuilder addLast (org.apache.http.HttpRequestInterceptor)
org.apache.http.HttpRequestInterceptor e
public org.apache.http.protocol.HttpProcessorBuilder add (org.apache.http.HttpRequestInterceptor)
org.apache.http.HttpRequestInterceptor e
public transient org.apache.http.protocol.HttpProcessorBuilder addAllFirst (org.apache.http.HttpRequestInterceptor[])
org.apache.http.HttpRequestInterceptor[] e
public transient org.apache.http.protocol.HttpProcessorBuilder addAllLast (org.apache.http.HttpRequestInterceptor[])
org.apache.http.HttpRequestInterceptor[] e
public transient org.apache.http.protocol.HttpProcessorBuilder addAll (org.apache.http.HttpRequestInterceptor[])
org.apache.http.HttpRequestInterceptor[] e
public org.apache.http.protocol.HttpProcessorBuilder addFirst (org.apache.http.HttpResponseInterceptor)
org.apache.http.HttpResponseInterceptor e
public org.apache.http.protocol.HttpProcessorBuilder addLast (org.apache.http.HttpResponseInterceptor)
org.apache.http.HttpResponseInterceptor e
public org.apache.http.protocol.HttpProcessorBuilder add (org.apache.http.HttpResponseInterceptor)
org.apache.http.HttpResponseInterceptor e
public transient org.apache.http.protocol.HttpProcessorBuilder addAllFirst (org.apache.http.HttpResponseInterceptor[])
org.apache.http.HttpResponseInterceptor[] e
public transient org.apache.http.protocol.HttpProcessorBuilder addAllLast (org.apache.http.HttpResponseInterceptor[])
org.apache.http.HttpResponseInterceptor[] e
public transient org.apache.http.protocol.HttpProcessorBuilder addAll (org.apache.http.HttpResponseInterceptor[])
org.apache.http.HttpResponseInterceptor[] e
public org.apache.http.protocol.HttpProcessor build ()
}
org/apache/http/protocol/HttpRequestInterceptorList.class
HttpRequestInterceptorList.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.HttpRequestInterceptorList extends java.lang.Object {
public abstract void addRequestInterceptor (org.apache.http.HttpRequestInterceptor)
public abstract void addRequestInterceptor (org.apache.http.HttpRequestInterceptor, int)
public abstract int getRequestInterceptorCount ()
public abstract org.apache.http.HttpRequestInterceptor getRequestInterceptor (int)
public abstract void clearRequestInterceptors ()
public abstract void removeRequestInterceptorByClass (java.lang.Class)
public abstract void setInterceptors (java.util.List)
}
org/apache/http/protocol/HttpRequestExecutor.class
HttpRequestExecutor.java
package org.apache.http.protocol
public org.apache.http.protocol.HttpRequestExecutor extends java.lang.Object {
public static final int DEFAULT_WAIT_FOR_CONTINUE
private final int waitForContinue
public void <init> (int)
int waitForContinue
public void <init> ()
protected boolean canResponseHaveBody (org.apache.http.HttpRequest, org.apache.http.HttpResponse)
org.apache.http.HttpRequest request
org.apache.http.HttpResponse response
int status
public org.apache.http.HttpResponse execute (org.apache.http.HttpRequest, org.apache.http.HttpClientConnection, org.apache.http.protocol.HttpContext) throws java.io.IOException org.apache.http.HttpException
org.apache.http.HttpResponse response
java.io.IOException ex
org.apache.http.HttpException ex
RuntimeException ex
org.apache.http.HttpRequest request
org.apache.http.HttpClientConnection conn
org.apache.http.protocol.HttpContext context
private static void closeConnection (org.apache.http.HttpClientConnection)
java.io.IOException ignore
org.apache.http.HttpClientConnection conn
public void preProcess (org.apache.http.HttpRequest, org.apache.http.protocol.HttpProcessor, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpProcessor processor
org.apache.http.protocol.HttpContext context
protected org.apache.http.HttpResponse doSendRequest (org.apache.http.HttpRequest, org.apache.http.HttpClientConnection, org.apache.http.protocol.HttpContext) throws java.io.IOException org.apache.http.HttpException
int status
boolean sendentity
org.apache.http.ProtocolVersion ver
org.apache.http.HttpRequest request
org.apache.http.HttpClientConnection conn
org.apache.http.protocol.HttpContext context
org.apache.http.HttpResponse response
protected org.apache.http.HttpResponse doReceiveResponse (org.apache.http.HttpRequest, org.apache.http.HttpClientConnection, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpRequest request
org.apache.http.HttpClientConnection conn
org.apache.http.protocol.HttpContext context
org.apache.http.HttpResponse response
int statusCode
public void postProcess (org.apache.http.HttpResponse, org.apache.http.protocol.HttpProcessor, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpProcessor processor
org.apache.http.protocol.HttpContext context
}
org/apache/http/protocol/HttpRequestHandler.class
HttpRequestHandler.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.HttpRequestHandler extends java.lang.Object {
public abstract void handle (org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
}
org/apache/http/protocol/HttpRequestHandlerRegistry.class
HttpRequestHandlerRegistry.java
package org.apache.http.protocol
public org.apache.http.protocol.HttpRequestHandlerRegistry extends java.lang.Object implements org.apache.http.protocol.HttpRequestHandlerResolver {
private final org.apache.http.protocol.UriPatternMatcher matcher
public void <init> ()
public void register (java.lang.String, org.apache.http.protocol.HttpRequestHandler)
String pattern
org.apache.http.protocol.HttpRequestHandler handler
public void unregister (java.lang.String)
String pattern
public void setHandlers (java.util.Map)
java.util.Map map
public java.util.Map getHandlers ()
public org.apache.http.protocol.HttpRequestHandler lookup (java.lang.String)
String requestURI
}
org/apache/http/protocol/RequestContent.class
RequestContent.java
package org.apache.http.protocol
public org.apache.http.protocol.RequestContent extends java.lang.Object implements org.apache.http.HttpRequestInterceptor {
private final boolean overwrite
public void <init> ()
public void <init> (boolean)
boolean overwrite
public void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
org.apache.http.ProtocolVersion ver
org.apache.http.HttpEntity entity
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpContext context
}
org/apache/http/pool/PoolEntry.class
PoolEntry.java
package org.apache.http.pool
public abstract org.apache.http.pool.PoolEntry extends java.lang.Object {
private final String id
private final Object route
private final Object conn
private final long created
private final long validityDeadline
private long updated
private long expiry
private volatile Object state
public void <init> (java.lang.String, java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit)
long deadline
String id
Object route
Object conn
long timeToLive
java.util.concurrent.TimeUnit timeUnit
public void <init> (java.lang.String, java.lang.Object, java.lang.Object)
String id
Object route
Object conn
public java.lang.String getId ()
public java.lang.Object getRoute ()
public java.lang.Object getConnection ()
public long getCreated ()
public long getValidityDeadline ()
public long getValidUnit ()
public java.lang.Object getState ()
public void setState (java.lang.Object)
Object state
public synchronized long getUpdated ()
public synchronized long getExpiry ()
public synchronized void updateExpiry (long, java.util.concurrent.TimeUnit)
long newExpiry
long time
java.util.concurrent.TimeUnit timeUnit
long newExpiry
public synchronized boolean isExpired (long)
long now
public abstract void close ()
public abstract boolean isClosed ()
public java.lang.String toString ()
StringBuilder buffer
}
org/apache/http/pool/RouteSpecificPool.class
RouteSpecificPool.java
package org.apache.http.pool
abstract org.apache.http.pool.RouteSpecificPool extends java.lang.Object {
private final Object route
private final java.util.Set leased
private final java.util.LinkedList available
private final java.util.LinkedList pending
void <init> (java.lang.Object)
Object route
protected abstract org.apache.http.pool.PoolEntry createEntry (java.lang.Object)
public final java.lang.Object getRoute ()
public int getLeasedCount ()
public int getPendingCount ()
public int getAvailableCount ()
public int getAllocatedCount ()
public org.apache.http.pool.PoolEntry getFree (java.lang.Object)
org.apache.http.pool.PoolEntry entry
java.util.Iterator it
org.apache.http.pool.PoolEntry entry
java.util.Iterator it
Object state
public org.apache.http.pool.PoolEntry getLastUsed ()
public boolean remove (org.apache.http.pool.PoolEntry)
org.apache.http.pool.PoolEntry entry
public void free (org.apache.http.pool.PoolEntry, boolean)
org.apache.http.pool.PoolEntry entry
boolean reusable
boolean found
public org.apache.http.pool.PoolEntry add (java.lang.Object)
Object conn
org.apache.http.pool.PoolEntry entry
public void queue (java.util.concurrent.Future)
java.util.concurrent.Future future
public java.util.concurrent.Future nextPending ()
public void unqueue (java.util.concurrent.Future)
java.util.concurrent.Future future
public void shutdown ()
java.util.concurrent.Future future
java.util.Iterator i$
org.apache.http.pool.PoolEntry entry
java.util.Iterator i$
org.apache.http.pool.PoolEntry entry
java.util.Iterator i$
public java.lang.String toString ()
StringBuilder buffer
}
org/apache/http/io/HttpTransportMetrics.class
HttpTransportMetrics.java
package org.apache.http.io
public abstract org.apache.http.io.HttpTransportMetrics extends java.lang.Object {
public abstract long getBytesTransferred ()
public abstract void reset ()
}
org/apache/http/message/BasicLineFormatter.class
BasicLineFormatter.java
package org.apache.http.message
public org.apache.http.message.BasicLineFormatter extends java.lang.Object implements org.apache.http.message.LineFormatter {
public static final org.apache.http.message.BasicLineFormatter DEFAULT
public static final org.apache.http.message.BasicLineFormatter INSTANCE
public void <init> ()
protected org.apache.http.util.CharArrayBuffer initBuffer (org.apache.http.util.CharArrayBuffer)
org.apache.http.util.CharArrayBuffer charBuffer
org.apache.http.util.CharArrayBuffer buffer
public static java.lang.String formatProtocolVersion (org.apache.http.ProtocolVersion, org.apache.http.message.LineFormatter)
org.apache.http.ProtocolVersion version
org.apache.http.message.LineFormatter formatter
public org.apache.http.util.CharArrayBuffer appendProtocolVersion (org.apache.http.util.CharArrayBuffer, org.apache.http.ProtocolVersion)
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.ProtocolVersion version
org.apache.http.util.CharArrayBuffer result
int len
protected int estimateProtocolVersionLen (org.apache.http.ProtocolVersion)
org.apache.http.ProtocolVersion version
public static java.lang.String formatRequestLine (org.apache.http.RequestLine, org.apache.http.message.LineFormatter)
org.apache.http.RequestLine reqline
org.apache.http.message.LineFormatter formatter
public org.apache.http.util.CharArrayBuffer formatRequestLine (org.apache.http.util.CharArrayBuffer, org.apache.http.RequestLine)
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.RequestLine reqline
org.apache.http.util.CharArrayBuffer result
protected void doFormatRequestLine (org.apache.http.util.CharArrayBuffer, org.apache.http.RequestLine)
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.RequestLine reqline
String method
String uri
int len
public static java.lang.String formatStatusLine (org.apache.http.StatusLine, org.apache.http.message.LineFormatter)
org.apache.http.StatusLine statline
org.apache.http.message.LineFormatter formatter
public org.apache.http.util.CharArrayBuffer formatStatusLine (org.apache.http.util.CharArrayBuffer, org.apache.http.StatusLine)
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.StatusLine statline
org.apache.http.util.CharArrayBuffer result
protected void doFormatStatusLine (org.apache.http.util.CharArrayBuffer, org.apache.http.StatusLine)
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.StatusLine statline
int len
String reason
public static java.lang.String formatHeader (org.apache.http.Header, org.apache.http.message.LineFormatter)
org.apache.http.Header header
org.apache.http.message.LineFormatter formatter
public org.apache.http.util.CharArrayBuffer formatHeader (org.apache.http.util.CharArrayBuffer, org.apache.http.Header)
org.apache.http.util.CharArrayBuffer result
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.Header header
org.apache.http.util.CharArrayBuffer result
protected void doFormatHeader (org.apache.http.util.CharArrayBuffer, org.apache.http.Header)
char valueChar
int valueIndex
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.Header header
String name
String value
int len
static void <clinit> ()
}
org/apache/http/HttpMessage.class
HttpMessage.java
package org.apache.http
public abstract org.apache.http.HttpMessage extends java.lang.Object {
public abstract org.apache.http.ProtocolVersion getProtocolVersion ()
public abstract boolean containsHeader (java.lang.String)
public abstract org.apache.http.Header[] getHeaders (java.lang.String)
public abstract org.apache.http.Header getFirstHeader (java.lang.String)
public abstract org.apache.http.Header getLastHeader (java.lang.String)
public abstract org.apache.http.Header[] getAllHeaders ()
public abstract void addHeader (org.apache.http.Header)
public abstract void addHeader (java.lang.String, java.lang.String)
public abstract void setHeader (org.apache.http.Header)
public abstract void setHeader (java.lang.String, java.lang.String)
public abstract void setHeaders (org.apache.http.Header[])
public abstract void removeHeader (org.apache.http.Header)
public abstract void removeHeaders (java.lang.String)
public abstract org.apache.http.HeaderIterator headerIterator ()
public abstract org.apache.http.HeaderIterator headerIterator (java.lang.String)
public abstract org.apache.http.params.HttpParams getParams ()
public abstract void setParams (org.apache.http.params.HttpParams)
}
org/apache/http/entity/FileEntity.class
FileEntity.java
package org.apache.http.entity
public org.apache.http.entity.FileEntity extends org.apache.http.entity.AbstractHttpEntity implements java.lang.Cloneable {
protected final java.io.File file
public void <init> (java.io.File, java.lang.String)
java.io.File file
String contentType
public void <init> (java.io.File, org.apache.http.entity.ContentType)
java.io.File file
org.apache.http.entity.ContentType contentType
public void <init> (java.io.File)
java.io.File file
public boolean isRepeatable ()
public long getContentLength ()
public java.io.InputStream getContent () throws java.io.IOException
public void writeTo (java.io.OutputStream) throws java.io.IOException
byte[] tmp
int l
java.io.OutputStream outStream
java.io.InputStream inStream
public boolean isStreaming ()
public java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
org/apache/http/entity/SerializableEntity.class
SerializableEntity.java
package org.apache.http.entity
public org.apache.http.entity.SerializableEntity extends org.apache.http.entity.AbstractHttpEntity {
private byte[] objSer
private java.io.Serializable objRef
public void <init> (java.io.Serializable, boolean) throws java.io.IOException
java.io.Serializable ser
boolean bufferize
public void <init> (java.io.Serializable)
java.io.Serializable serializable
private void createBytes (java.io.Serializable) throws java.io.IOException
java.io.Serializable ser
java.io.ByteArrayOutputStream baos
java.io.ObjectOutputStream out
public java.io.InputStream getContent () throws java.io.IOException java.lang.IllegalStateException
public long getContentLength ()
public boolean isRepeatable ()
public boolean isStreaming ()
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.ObjectOutputStream out
java.io.OutputStream outStream
}
org/apache/http/entity/EntityTemplate.class
EntityTemplate.java
package org.apache.http.entity
public org.apache.http.entity.EntityTemplate extends org.apache.http.entity.AbstractHttpEntity {
private final org.apache.http.entity.ContentProducer contentproducer
public void <init> (org.apache.http.entity.ContentProducer)
org.apache.http.entity.ContentProducer contentproducer
public long getContentLength ()
public java.io.InputStream getContent () throws java.io.IOException
java.io.ByteArrayOutputStream buf
public boolean isRepeatable ()
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream outStream
public boolean isStreaming ()
}
org/apache/http/entity/AbstractHttpEntity.class
AbstractHttpEntity.java
package org.apache.http.entity
public abstract org.apache.http.entity.AbstractHttpEntity extends java.lang.Object implements org.apache.http.HttpEntity {
protected static final int OUTPUT_BUFFER_SIZE
protected org.apache.http.Header contentType
protected org.apache.http.Header contentEncoding
protected boolean chunked
protected void <init> ()
public org.apache.http.Header getContentType ()
public org.apache.http.Header getContentEncoding ()
public boolean isChunked ()
public void setContentType (org.apache.http.Header)
org.apache.http.Header contentType
public void setContentType (java.lang.String)
String ctString
org.apache.http.Header h
public void setContentEncoding (org.apache.http.Header)
org.apache.http.Header contentEncoding
public void setContentEncoding (java.lang.String)
String ceString
org.apache.http.Header h
public void setChunked (boolean)
boolean b
public void consumeContent () throws java.io.IOException
public java.lang.String toString ()
StringBuilder sb
long len
}
org/apache/http/entity/BufferedHttpEntity.class
BufferedHttpEntity.java
package org.apache.http.entity
public org.apache.http.entity.BufferedHttpEntity extends org.apache.http.entity.HttpEntityWrapper {
private final byte[] buffer
public void <init> (org.apache.http.HttpEntity) throws java.io.IOException
java.io.ByteArrayOutputStream out
org.apache.http.HttpEntity entity
public long getContentLength ()
public java.io.InputStream getContent () throws java.io.IOException
public boolean isChunked ()
public boolean isRepeatable ()
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream outStream
public boolean isStreaming ()
}
org/apache/http/entity/ContentLengthStrategy.class
ContentLengthStrategy.java
package org.apache.http.entity
public abstract org.apache.http.entity.ContentLengthStrategy extends java.lang.Object {
public static final int IDENTITY
public static final int CHUNKED
public abstract long determineLength (org.apache.http.HttpMessage) throws org.apache.http.HttpException
}
org/apache/http/params/HttpProtocolParamBean.class
HttpProtocolParamBean.java
package org.apache.http.params
public org.apache.http.params.HttpProtocolParamBean extends org.apache.http.params.HttpAbstractParamBean {
public void <init> (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public void setHttpElementCharset (java.lang.String)
String httpElementCharset
public void setContentCharset (java.lang.String)
String contentCharset
public void setVersion (org.apache.http.HttpVersion)
org.apache.http.HttpVersion version
public void setUserAgent (java.lang.String)
String userAgent
public void setUseExpectContinue (boolean)
boolean useExpectContinue
}
org/apache/http/params/HttpParamsNames.class
HttpParamsNames.java
package org.apache.http.params
public abstract org.apache.http.params.HttpParamsNames extends java.lang.Object {
public abstract java.util.Set getNames ()
}
org/apache/http/params/CoreConnectionPNames.class
CoreConnectionPNames.java
package org.apache.http.params
public abstract org.apache.http.params.CoreConnectionPNames extends java.lang.Object {
public static final String SO_TIMEOUT
public static final String TCP_NODELAY
public static final String SOCKET_BUFFER_SIZE
public static final String SO_LINGER
public static final String SO_REUSEADDR
public static final String CONNECTION_TIMEOUT
public static final String STALE_CONNECTION_CHECK
public static final String MAX_LINE_LENGTH
public static final String MAX_HEADER_COUNT
public static final String MIN_CHUNK_LIMIT
public static final String SO_KEEPALIVE
}
org/apache/http/params/CoreProtocolPNames.class
CoreProtocolPNames.java
package org.apache.http.params
public abstract org.apache.http.params.CoreProtocolPNames extends java.lang.Object {
public static final String PROTOCOL_VERSION
public static final String HTTP_ELEMENT_CHARSET
public static final String HTTP_CONTENT_CHARSET
public static final String USER_AGENT
public static final String ORIGIN_SERVER
public static final String STRICT_TRANSFER_ENCODING
public static final String USE_EXPECT_CONTINUE
public static final String WAIT_FOR_CONTINUE
public static final String HTTP_MALFORMED_INPUT_ACTION
public static final String HTTP_UNMAPPABLE_INPUT_ACTION
}
org/apache/http/params/HttpParamConfig.class
HttpParamConfig.java
package org.apache.http.params
public final org.apache.http.params.HttpParamConfig extends java.lang.Object {
private void <init> ()
public static org.apache.http.config.SocketConfig getSocketConfig (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static org.apache.http.config.MessageConstraints getMessageConstraints (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static org.apache.http.config.ConnectionConfig getConnectionConfig (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
org.apache.http.config.MessageConstraints messageConstraints
String csname
}
org/apache/http/params/HttpConnectionParams.class
HttpConnectionParams.java
package org.apache.http.params
public final org.apache.http.params.HttpConnectionParams extends java.lang.Object implements org.apache.http.params.CoreConnectionPNames {
private void <init> ()
public static int getSoTimeout (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setSoTimeout (org.apache.http.params.HttpParams, int)
org.apache.http.params.HttpParams params
int timeout
public static boolean getSoReuseaddr (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setSoReuseaddr (org.apache.http.params.HttpParams, boolean)
org.apache.http.params.HttpParams params
boolean reuseaddr
public static boolean getTcpNoDelay (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setTcpNoDelay (org.apache.http.params.HttpParams, boolean)
org.apache.http.params.HttpParams params
boolean value
public static int getSocketBufferSize (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setSocketBufferSize (org.apache.http.params.HttpParams, int)
org.apache.http.params.HttpParams params
int size
public static int getLinger (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setLinger (org.apache.http.params.HttpParams, int)
org.apache.http.params.HttpParams params
int value
public static int getConnectionTimeout (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setConnectionTimeout (org.apache.http.params.HttpParams, int)
org.apache.http.params.HttpParams params
int timeout
public static boolean isStaleCheckingEnabled (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setStaleCheckingEnabled (org.apache.http.params.HttpParams, boolean)
org.apache.http.params.HttpParams params
boolean value
public static boolean getSoKeepalive (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public static void setSoKeepalive (org.apache.http.params.HttpParams, boolean)
org.apache.http.params.HttpParams params
boolean enableKeepalive
}
org/apache/http/params/HttpParams.class
HttpParams.java
package org.apache.http.params
public abstract org.apache.http.params.HttpParams extends java.lang.Object {
public abstract java.lang.Object getParameter (java.lang.String)
public abstract org.apache.http.params.HttpParams setParameter (java.lang.String, java.lang.Object)
public abstract org.apache.http.params.HttpParams copy ()
public abstract boolean removeParameter (java.lang.String)
public abstract long getLongParameter (java.lang.String, long)
public abstract org.apache.http.params.HttpParams setLongParameter (java.lang.String, long)
public abstract int getIntParameter (java.lang.String, int)
public abstract org.apache.http.params.HttpParams setIntParameter (java.lang.String, int)
public abstract double getDoubleParameter (java.lang.String, double)
public abstract org.apache.http.params.HttpParams setDoubleParameter (java.lang.String, double)
public abstract boolean getBooleanParameter (java.lang.String, boolean)
public abstract org.apache.http.params.HttpParams setBooleanParameter (java.lang.String, boolean)
public abstract boolean isParameterTrue (java.lang.String)
public abstract boolean isParameterFalse (java.lang.String)
}
org/apache/http/params/HttpConnectionParamBean.class
HttpConnectionParamBean.java
package org.apache.http.params
public org.apache.http.params.HttpConnectionParamBean extends org.apache.http.params.HttpAbstractParamBean {
public void <init> (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public void setSoTimeout (int)
int soTimeout
public void setTcpNoDelay (boolean)
boolean tcpNoDelay
public void setSocketBufferSize (int)
int socketBufferSize
public void setLinger (int)
int linger
public void setConnectionTimeout (int)
int connectionTimeout
public void setStaleCheckingEnabled (boolean)
boolean staleCheckingEnabled
}
org/apache/http/ContentTooLongException.class
ContentTooLongException.java
package org.apache.http
public org.apache.http.ContentTooLongException extends java.io.IOException {
private static final long serialVersionUID
public void <init> (java.lang.String)
String message
public transient void <init> (java.lang.String, java.lang.Object[])
String format
Object[] args
}
org/apache/http/TokenIterator.class
TokenIterator.java
package org.apache.http
public abstract org.apache.http.TokenIterator extends java.lang.Object implements java.util.Iterator {
public abstract boolean hasNext ()
public abstract java.lang.String nextToken ()
}
org/apache/http/ConnectionReuseStrategy.class
ConnectionReuseStrategy.java
package org.apache.http
public abstract org.apache.http.ConnectionReuseStrategy extends java.lang.Object {
public abstract boolean keepAlive (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)
}
org/apache/http/config/RegistryBuilder.class
RegistryBuilder.java
package org.apache.http.config
public final org.apache.http.config.RegistryBuilder extends java.lang.Object {
private final java.util.Map items
public static org.apache.http.config.RegistryBuilder create ()
void <init> ()
public org.apache.http.config.RegistryBuilder register (java.lang.String, java.lang.Object)
String id
Object item
public org.apache.http.config.Registry build ()
public java.lang.String toString ()
}
org/apache/http/config/ConnectionConfig$Builder.class
ConnectionConfig.java
package org.apache.http.config
public org.apache.http.config.ConnectionConfig$Builder extends java.lang.Object {
private int bufferSize
private int fragmentSizeHint
private java.nio.charset.Charset charset
private java.nio.charset.CodingErrorAction malformedInputAction
private java.nio.charset.CodingErrorAction unmappableInputAction
private org.apache.http.config.MessageConstraints messageConstraints
void <init> ()
public org.apache.http.config.ConnectionConfig$Builder setBufferSize (int)
int bufferSize
public org.apache.http.config.ConnectionConfig$Builder setFragmentSizeHint (int)
int fragmentSizeHint
public org.apache.http.config.ConnectionConfig$Builder setCharset (java.nio.charset.Charset)
java.nio.charset.Charset charset
public org.apache.http.config.ConnectionConfig$Builder setMalformedInputAction (java.nio.charset.CodingErrorAction)
java.nio.charset.CodingErrorAction malformedInputAction
public org.apache.http.config.ConnectionConfig$Builder setUnmappableInputAction (java.nio.charset.CodingErrorAction)
java.nio.charset.CodingErrorAction unmappableInputAction
public org.apache.http.config.ConnectionConfig$Builder setMessageConstraints (org.apache.http.config.MessageConstraints)
org.apache.http.config.MessageConstraints messageConstraints
public org.apache.http.config.ConnectionConfig build ()
java.nio.charset.Charset cs
int bufSize
int fragmentHintSize
}
org/apache/http/config/SocketConfig.class
SocketConfig.java
package org.apache.http.config
public org.apache.http.config.SocketConfig extends java.lang.Object implements java.lang.Cloneable {
public static final org.apache.http.config.SocketConfig DEFAULT
private final int soTimeout
private final boolean soReuseAddress
private final int soLinger
private final boolean soKeepAlive
private final boolean tcpNoDelay
private final int sndBufSize
private final int rcvBufSize
private final int backlogSize
void <init> (int, boolean, int, boolean, boolean, int, int, int)
int soTimeout
boolean soReuseAddress
int soLinger
boolean soKeepAlive
boolean tcpNoDelay
int sndBufSize
int rcvBufSize
int backlogSize
public int getSoTimeout ()
public boolean isSoReuseAddress ()
public int getSoLinger ()
public boolean isSoKeepAlive ()
public boolean isTcpNoDelay ()
public int getSndBufSize ()
public int getRcvBufSize ()
public int getBacklogSize ()
protected org.apache.http.config.SocketConfig clone () throws java.lang.CloneNotSupportedException
public java.lang.String toString ()
StringBuilder builder
public static org.apache.http.config.SocketConfig$Builder custom ()
public static org.apache.http.config.SocketConfig$Builder copy (org.apache.http.config.SocketConfig)
org.apache.http.config.SocketConfig config
protected volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
static void <clinit> ()
}
org/apache/http/config/MessageConstraints.class
MessageConstraints.java
package org.apache.http.config
public org.apache.http.config.MessageConstraints extends java.lang.Object implements java.lang.Cloneable {
public static final org.apache.http.config.MessageConstraints DEFAULT
private final int maxLineLength
private final int maxHeaderCount
void <init> (int, int)
int maxLineLength
int maxHeaderCount
public int getMaxLineLength ()
public int getMaxHeaderCount ()
protected org.apache.http.config.MessageConstraints clone () throws java.lang.CloneNotSupportedException
public java.lang.String toString ()
StringBuilder builder
public static org.apache.http.config.MessageConstraints lineLen (int)
int max
public static org.apache.http.config.MessageConstraints$Builder custom ()
public static org.apache.http.config.MessageConstraints$Builder copy (org.apache.http.config.MessageConstraints)
org.apache.http.config.MessageConstraints config
protected volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
static void <clinit> ()
}
org/apache/http/config/MessageConstraints$Builder.class
MessageConstraints.java
package org.apache.http.config
public org.apache.http.config.MessageConstraints$Builder extends java.lang.Object {
private int maxLineLength
private int maxHeaderCount
void <init> ()
public org.apache.http.config.MessageConstraints$Builder setMaxLineLength (int)
int maxLineLength
public org.apache.http.config.MessageConstraints$Builder setMaxHeaderCount (int)
int maxHeaderCount
public org.apache.http.config.MessageConstraints build ()
}
org/apache/http/config/Registry.class
Registry.java
package org.apache.http.config
public final org.apache.http.config.Registry extends java.lang.Object implements org.apache.http.config.Lookup {
private final java.util.Map map
void <init> (java.util.Map)
java.util.Map map
public java.lang.Object lookup (java.lang.String)
String key
public java.lang.String toString ()
}
org/apache/http/config/SocketConfig$Builder.class
SocketConfig.java
package org.apache.http.config
public org.apache.http.config.SocketConfig$Builder extends java.lang.Object {
private int soTimeout
private boolean soReuseAddress
private int soLinger
private boolean soKeepAlive
private boolean tcpNoDelay
private int sndBufSize
private int rcvBufSize
private int backlogSize
void <init> ()
public org.apache.http.config.SocketConfig$Builder setSoTimeout (int)
int soTimeout
public org.apache.http.config.SocketConfig$Builder setSoReuseAddress (boolean)
boolean soReuseAddress
public org.apache.http.config.SocketConfig$Builder setSoLinger (int)
int soLinger
public org.apache.http.config.SocketConfig$Builder setSoKeepAlive (boolean)
boolean soKeepAlive
public org.apache.http.config.SocketConfig$Builder setTcpNoDelay (boolean)
boolean tcpNoDelay
public org.apache.http.config.SocketConfig$Builder setSndBufSize (int)
int sndBufSize
public org.apache.http.config.SocketConfig$Builder setRcvBufSize (int)
int rcvBufSize
public org.apache.http.config.SocketConfig$Builder setBacklogSize (int)
int backlogSize
public org.apache.http.config.SocketConfig build ()
}
org/apache/http/config/ConnectionConfig.class
ConnectionConfig.java
package org.apache.http.config
public org.apache.http.config.ConnectionConfig extends java.lang.Object implements java.lang.Cloneable {
public static final org.apache.http.config.ConnectionConfig DEFAULT
private final int bufferSize
private final int fragmentSizeHint
private final java.nio.charset.Charset charset
private final java.nio.charset.CodingErrorAction malformedInputAction
private final java.nio.charset.CodingErrorAction unmappableInputAction
private final org.apache.http.config.MessageConstraints messageConstraints
void <init> (int, int, java.nio.charset.Charset, java.nio.charset.CodingErrorAction, java.nio.charset.CodingErrorAction, org.apache.http.config.MessageConstraints)
int bufferSize
int fragmentSizeHint
java.nio.charset.Charset charset
java.nio.charset.CodingErrorAction malformedInputAction
java.nio.charset.CodingErrorAction unmappableInputAction
org.apache.http.config.MessageConstraints messageConstraints
public int getBufferSize ()
public int getFragmentSizeHint ()
public java.nio.charset.Charset getCharset ()
public java.nio.charset.CodingErrorAction getMalformedInputAction ()
public java.nio.charset.CodingErrorAction getUnmappableInputAction ()
public org.apache.http.config.MessageConstraints getMessageConstraints ()
protected org.apache.http.config.ConnectionConfig clone () throws java.lang.CloneNotSupportedException
public java.lang.String toString ()
StringBuilder builder
public static org.apache.http.config.ConnectionConfig$Builder custom ()
public static org.apache.http.config.ConnectionConfig$Builder copy (org.apache.http.config.ConnectionConfig)
org.apache.http.config.ConnectionConfig config
protected volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
static void <clinit> ()
}
org/apache/http/FormattedHeader.class
FormattedHeader.java
package org.apache.http
public abstract org.apache.http.FormattedHeader extends java.lang.Object implements org.apache.http.Header {
public abstract org.apache.http.util.CharArrayBuffer getBuffer ()
public abstract int getValuePos ()
}
org/apache/http/HttpResponse.class
HttpResponse.java
package org.apache.http
public abstract org.apache.http.HttpResponse extends java.lang.Object implements org.apache.http.HttpMessage {
public abstract org.apache.http.StatusLine getStatusLine ()
public abstract void setStatusLine (org.apache.http.StatusLine)
public abstract void setStatusLine (org.apache.http.ProtocolVersion, int)
public abstract void setStatusLine (org.apache.http.ProtocolVersion, int, java.lang.String)
public abstract void setStatusCode (int) throws java.lang.IllegalStateException
public abstract void setReasonPhrase (java.lang.String) throws java.lang.IllegalStateException
public abstract org.apache.http.HttpEntity getEntity ()
public abstract void setEntity (org.apache.http.HttpEntity)
public abstract java.util.Locale getLocale ()
public abstract void setLocale (java.util.Locale)
}
org/apache/http/HeaderIterator.class
HeaderIterator.java
package org.apache.http
public abstract org.apache.http.HeaderIterator extends java.lang.Object implements java.util.Iterator {
public abstract boolean hasNext ()
public abstract org.apache.http.Header nextHeader ()
}
org/apache/http/ProtocolException.class
ProtocolException.java
package org.apache.http
public org.apache.http.ProtocolException extends org.apache.http.HttpException {
private static final long serialVersionUID
public void <init> ()
public void <init> (java.lang.String)
String message
public void <init> (java.lang.String, java.lang.Throwable)
String message
Throwable cause
}
org/apache/http/HttpResponseInterceptor.class
HttpResponseInterceptor.java
package org.apache.http
public abstract org.apache.http.HttpResponseInterceptor extends java.lang.Object {
public abstract void process (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
}
org/apache/http/MalformedChunkCodingException.class
MalformedChunkCodingException.java
package org.apache.http
public org.apache.http.MalformedChunkCodingException extends java.io.IOException {
private static final long serialVersionUID
public void <init> ()
public void <init> (java.lang.String)
String message
}
org/apache/http/ParseException.class
ParseException.java
package org.apache.http
public org.apache.http.ParseException extends java.lang.RuntimeException {
private static final long serialVersionUID
public void <init> ()
public void <init> (java.lang.String)
String message
}
org/apache/http/HttpVersion.class
HttpVersion.java
package org.apache.http
public final org.apache.http.HttpVersion extends org.apache.http.ProtocolVersion {
private static final long serialVersionUID
public static final String HTTP
public static final org.apache.http.HttpVersion HTTP_0_9
public static final org.apache.http.HttpVersion HTTP_1_0
public static final org.apache.http.HttpVersion HTTP_1_1
public void <init> (int, int)
int major
int minor
public org.apache.http.ProtocolVersion forVersion (int, int)
int major
int minor
static void <clinit> ()
}
org/apache/http/UnsupportedHttpVersionException.class
UnsupportedHttpVersionException.java
package org.apache.http
public org.apache.http.UnsupportedHttpVersionException extends org.apache.http.ProtocolException {
private static final long serialVersionUID
public void <init> ()
public void <init> (java.lang.String)
String message
}
org/apache/http/HttpConnection.class
HttpConnection.java
package org.apache.http
public abstract org.apache.http.HttpConnection extends java.lang.Object implements java.io.Closeable {
public abstract void close () throws java.io.IOException
public abstract boolean isOpen ()
public abstract boolean isStale ()
public abstract void setSocketTimeout (int)
public abstract int getSocketTimeout ()
public abstract void shutdown () throws java.io.IOException
public abstract org.apache.http.HttpConnectionMetrics getMetrics ()
}
org/apache/http/HttpHeaders.class
HttpHeaders.java
package org.apache.http
public final org.apache.http.HttpHeaders extends java.lang.Object {
public static final String ACCEPT
public static final String ACCEPT_CHARSET
public static final String ACCEPT_ENCODING
public static final String ACCEPT_LANGUAGE
public static final String ACCEPT_RANGES
public static final String AGE
public static final String ALLOW
public static final String AUTHORIZATION
public static final String CACHE_CONTROL
public static final String CONNECTION
public static final String CONTENT_ENCODING
public static final String CONTENT_LANGUAGE
public static final String CONTENT_LENGTH
public static final String CONTENT_LOCATION
public static final String CONTENT_MD5
public static final String CONTENT_RANGE
public static final String CONTENT_TYPE
public static final String DATE
public static final String DAV
public static final String DEPTH
public static final String DESTINATION
public static final String ETAG
public static final String EXPECT
public static final String EXPIRES
public static final String FROM
public static final String HOST
public static final String IF
public static final String IF_MATCH
public static final String IF_MODIFIED_SINCE
public static final String IF_NONE_MATCH
public static final String IF_RANGE
public static final String IF_UNMODIFIED_SINCE
public static final String LAST_MODIFIED
public static final String LOCATION
public static final String LOCK_TOKEN
public static final String MAX_FORWARDS
public static final String OVERWRITE
public static final String PRAGMA
public static final String PROXY_AUTHENTICATE
public static final String PROXY_AUTHORIZATION
public static final String RANGE
public static final String REFERER
public static final String RETRY_AFTER
public static final String SERVER
public static final String STATUS_URI
public static final String TE
public static final String TIMEOUT
public static final String TRAILER
public static final String TRANSFER_ENCODING
public static final String UPGRADE
public static final String USER_AGENT
public static final String VARY
public static final String VIA
public static final String WARNING
public static final String WWW_AUTHENTICATE
private void <init> ()
}
org/apache/http/HttpConnectionFactory.class
HttpConnectionFactory.java
package org.apache.http
public abstract org.apache.http.HttpConnectionFactory extends java.lang.Object {
public abstract org.apache.http.HttpConnection createConnection (java.net.Socket) throws java.io.IOException
}
org/apache/http/ConnectionClosedException.class
ConnectionClosedException.java
package org.apache.http
public org.apache.http.ConnectionClosedException extends java.io.IOException {
private static final long serialVersionUID
public void <init> ()
public void <init> (java.lang.String)
String message
public transient void <init> (java.lang.String, java.lang.Object[])
String format
Object[] args
}
org/apache/http/impl/DefaultHttpResponseFactory.class
DefaultHttpResponseFactory.java
package org.apache.http.impl
public org.apache.http.impl.DefaultHttpResponseFactory extends java.lang.Object implements org.apache.http.HttpResponseFactory {
public static final org.apache.http.impl.DefaultHttpResponseFactory INSTANCE
protected final org.apache.http.ReasonPhraseCatalog reasonCatalog
public void <init> (org.apache.http.ReasonPhraseCatalog)
org.apache.http.ReasonPhraseCatalog catalog
public void <init> ()
public org.apache.http.HttpResponse newHttpResponse (org.apache.http.ProtocolVersion, int, org.apache.http.protocol.HttpContext)
org.apache.http.ProtocolVersion ver
int status
org.apache.http.protocol.HttpContext context
java.util.Locale loc
String reason
org.apache.http.StatusLine statusline
public org.apache.http.HttpResponse newHttpResponse (org.apache.http.StatusLine, org.apache.http.protocol.HttpContext)
org.apache.http.StatusLine statusline
org.apache.http.protocol.HttpContext context
protected java.util.Locale determineLocale (org.apache.http.protocol.HttpContext)
org.apache.http.protocol.HttpContext context
static void <clinit> ()
}
org/apache/http/impl/entity/StrictContentLengthStrategy.class
StrictContentLengthStrategy.java
package org.apache.http.impl.entity
public org.apache.http.impl.entity.StrictContentLengthStrategy extends java.lang.Object implements org.apache.http.entity.ContentLengthStrategy {
public static final org.apache.http.impl.entity.StrictContentLengthStrategy INSTANCE
private final int implicitLen
public void <init> (int)
int implicitLen
public void <init> ()
public long determineLength (org.apache.http.HttpMessage) throws org.apache.http.HttpException
String s
long len
NumberFormatException e
String s
org.apache.http.HttpMessage message
org.apache.http.Header transferEncodingHeader
org.apache.http.Header contentLengthHeader
static void <clinit> ()
}
org/apache/http/impl/SocketHttpServerConnection.class
SocketHttpServerConnection.java
package org.apache.http.impl
public org.apache.http.impl.SocketHttpServerConnection extends org.apache.http.impl.AbstractHttpServerConnection implements org.apache.http.HttpInetConnection {
private volatile boolean open
private volatile java.net.Socket socket
public void <init> ()
protected void assertNotOpen ()
protected void assertOpen ()
protected org.apache.http.io.SessionInputBuffer createSessionInputBuffer (java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
int bufferSize
org.apache.http.params.HttpParams params
protected org.apache.http.io.SessionOutputBuffer createSessionOutputBuffer (java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
int bufferSize
org.apache.http.params.HttpParams params
protected void bind (java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
org.apache.http.params.HttpParams params
int bufferSize
protected java.net.Socket getSocket ()
public boolean isOpen ()
public java.net.InetAddress getLocalAddress ()
public int getLocalPort ()
public java.net.InetAddress getRemoteAddress ()
public int getRemotePort ()
public void setSocketTimeout (int)
java.net.SocketException ignore
int timeout
public int getSocketTimeout ()
java.net.SocketException ignore
public void shutdown () throws java.io.IOException
java.net.Socket tmpsocket
public void close () throws java.io.IOException
java.io.IOException ignore
java.io.IOException ignore
UnsupportedOperationException ignore
java.net.Socket sock
private static void formatAddress (java.lang.StringBuilder, java.net.SocketAddress)
java.net.InetSocketAddress addr
StringBuilder buffer
java.net.SocketAddress socketAddress
public java.lang.String toString ()
StringBuilder buffer
java.net.SocketAddress remoteAddress
java.net.SocketAddress localAddress
}
org/apache/http/impl/DefaultConnectionReuseStrategy.class
DefaultConnectionReuseStrategy.java
package org.apache.http.impl
public org.apache.http.impl.DefaultConnectionReuseStrategy extends java.lang.Object implements org.apache.http.ConnectionReuseStrategy {
public static final org.apache.http.impl.DefaultConnectionReuseStrategy INSTANCE
public void <init> ()
public boolean keepAlive (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)
int contentLen
NumberFormatException ex
org.apache.http.Header clh
org.apache.http.Header teh
String token
org.apache.http.TokenIterator ti
org.apache.http.ParseException px
long contentLen
NumberFormatException ex
org.apache.http.Header clh
org.apache.http.Header[] clhs
String token
org.apache.http.TokenIterator ti
boolean keepalive
org.apache.http.ParseException px
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
org.apache.http.HttpRequest request
org.apache.http.ProtocolVersion ver
org.apache.http.Header teh
org.apache.http.HeaderIterator headerIterator
protected org.apache.http.TokenIterator createTokenIterator (org.apache.http.HeaderIterator)
org.apache.http.HeaderIterator hit
private boolean canResponseHaveBody (org.apache.http.HttpRequest, org.apache.http.HttpResponse)
org.apache.http.HttpRequest request
org.apache.http.HttpResponse response
int status
static void <clinit> ()
}
org/apache/http/impl/DefaultHttpServerConnection.class
DefaultHttpServerConnection.java
package org.apache.http.impl
public org.apache.http.impl.DefaultHttpServerConnection extends org.apache.http.impl.SocketHttpServerConnection {
public void <init> ()
public void bind (java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
org.apache.http.params.HttpParams params
int linger
}
org/apache/http/impl/bootstrap/ThreadFactoryImpl.class
ThreadFactoryImpl.java
package org.apache.http.impl.bootstrap
org.apache.http.impl.bootstrap.ThreadFactoryImpl extends java.lang.Object implements java.util.concurrent.ThreadFactory {
private final String namePrefix
private final ThreadGroup group
private final java.util.concurrent.atomic.AtomicLong count
void <init> (java.lang.String, java.lang.ThreadGroup)
String namePrefix
ThreadGroup group
void <init> (java.lang.String)
String namePrefix
public java.lang.Thread newThread (java.lang.Runnable)
Runnable target
}
org/apache/http/impl/bootstrap/WorkerPoolExecutor.class
WorkerPoolExecutor.java
package org.apache.http.impl.bootstrap
org.apache.http.impl.bootstrap.WorkerPoolExecutor extends java.util.concurrent.ThreadPoolExecutor {
private final java.util.Map workerSet
public void <init> (int, int, long, java.util.concurrent.TimeUnit, java.util.concurrent.BlockingQueue, java.util.concurrent.ThreadFactory)
int corePoolSize
int maximumPoolSize
long keepAliveTime
java.util.concurrent.TimeUnit unit
java.util.concurrent.BlockingQueue workQueue
java.util.concurrent.ThreadFactory threadFactory
protected void beforeExecute (java.lang.Thread, java.lang.Runnable)
Thread t
Runnable r
protected void afterExecute (java.lang.Runnable, java.lang.Throwable)
Runnable r
Throwable t
public java.util.Set getWorkers ()
}
org/apache/http/impl/bootstrap/ServerBootstrap.class
ServerBootstrap.java
package org.apache.http.impl.bootstrap
public org.apache.http.impl.bootstrap.ServerBootstrap extends java.lang.Object {
private int listenerPort
private java.net.InetAddress localAddress
private org.apache.http.config.SocketConfig socketConfig
private org.apache.http.config.ConnectionConfig connectionConfig
private java.util.LinkedList requestFirst
private java.util.LinkedList requestLast
private java.util.LinkedList responseFirst
private java.util.LinkedList responseLast
private String serverInfo
private org.apache.http.protocol.HttpProcessor httpProcessor
private org.apache.http.ConnectionReuseStrategy connStrategy
private org.apache.http.HttpResponseFactory responseFactory
private org.apache.http.protocol.HttpRequestHandlerMapper handlerMapper
private java.util.Map handlerMap
private org.apache.http.protocol.HttpExpectationVerifier expectationVerifier
private javax.net.ServerSocketFactory serverSocketFactory
private javax.net.ssl.SSLContext sslContext
private org.apache.http.impl.bootstrap.SSLServerSetupHandler sslSetupHandler
private org.apache.http.HttpConnectionFactory connectionFactory
private org.apache.http.ExceptionLogger exceptionLogger
private void <init> ()
public static org.apache.http.impl.bootstrap.ServerBootstrap bootstrap ()
public final org.apache.http.impl.bootstrap.ServerBootstrap setListenerPort (int)
int listenerPort
public final org.apache.http.impl.bootstrap.ServerBootstrap setLocalAddress (java.net.InetAddress)
java.net.InetAddress localAddress
public final org.apache.http.impl.bootstrap.ServerBootstrap setSocketConfig (org.apache.http.config.SocketConfig)
org.apache.http.config.SocketConfig socketConfig
public final org.apache.http.impl.bootstrap.ServerBootstrap setConnectionConfig (org.apache.http.config.ConnectionConfig)
org.apache.http.config.ConnectionConfig connectionConfig
public final org.apache.http.impl.bootstrap.ServerBootstrap setHttpProcessor (org.apache.http.protocol.HttpProcessor)
org.apache.http.protocol.HttpProcessor httpProcessor
public final org.apache.http.impl.bootstrap.ServerBootstrap addInterceptorFirst (org.apache.http.HttpResponseInterceptor)
org.apache.http.HttpResponseInterceptor itcp
public final org.apache.http.impl.bootstrap.ServerBootstrap addInterceptorLast (org.apache.http.HttpResponseInterceptor)
org.apache.http.HttpResponseInterceptor itcp
public final org.apache.http.impl.bootstrap.ServerBootstrap addInterceptorFirst (org.apache.http.HttpRequestInterceptor)
org.apache.http.HttpRequestInterceptor itcp
public final org.apache.http.impl.bootstrap.ServerBootstrap addInterceptorLast (org.apache.http.HttpRequestInterceptor)
org.apache.http.HttpRequestInterceptor itcp
public final org.apache.http.impl.bootstrap.ServerBootstrap setServerInfo (java.lang.String)
String serverInfo
public final org.apache.http.impl.bootstrap.ServerBootstrap setConnectionReuseStrategy (org.apache.http.ConnectionReuseStrategy)
org.apache.http.ConnectionReuseStrategy connStrategy
public final org.apache.http.impl.bootstrap.ServerBootstrap setResponseFactory (org.apache.http.HttpResponseFactory)
org.apache.http.HttpResponseFactory responseFactory
public final org.apache.http.impl.bootstrap.ServerBootstrap setHandlerMapper (org.apache.http.protocol.HttpRequestHandlerMapper)
org.apache.http.protocol.HttpRequestHandlerMapper handlerMapper
public final org.apache.http.impl.bootstrap.ServerBootstrap registerHandler (java.lang.String, org.apache.http.protocol.HttpRequestHandler)
String pattern
org.apache.http.protocol.HttpRequestHandler handler
public final org.apache.http.impl.bootstrap.ServerBootstrap setExpectationVerifier (org.apache.http.protocol.HttpExpectationVerifier)
org.apache.http.protocol.HttpExpectationVerifier expectationVerifier
public final org.apache.http.impl.bootstrap.ServerBootstrap setConnectionFactory (org.apache.http.HttpConnectionFactory)
org.apache.http.HttpConnectionFactory connectionFactory
public final org.apache.http.impl.bootstrap.ServerBootstrap setSslSetupHandler (org.apache.http.impl.bootstrap.SSLServerSetupHandler)
org.apache.http.impl.bootstrap.SSLServerSetupHandler sslSetupHandler
public final org.apache.http.impl.bootstrap.ServerBootstrap setServerSocketFactory (javax.net.ServerSocketFactory)
javax.net.ServerSocketFactory serverSocketFactory
public final org.apache.http.impl.bootstrap.ServerBootstrap setSslContext (javax.net.ssl.SSLContext)
javax.net.ssl.SSLContext sslContext
public final org.apache.http.impl.bootstrap.ServerBootstrap setExceptionLogger (org.apache.http.ExceptionLogger)
org.apache.http.ExceptionLogger exceptionLogger
public org.apache.http.impl.bootstrap.HttpServer create ()
org.apache.http.HttpRequestInterceptor i
java.util.Iterator i$
org.apache.http.HttpResponseInterceptor i
java.util.Iterator i$
org.apache.http.HttpRequestInterceptor i
java.util.Iterator i$
org.apache.http.HttpResponseInterceptor i
java.util.Iterator i$
org.apache.http.protocol.HttpProcessorBuilder b
String serverInfoCopy
java.util.Map$Entry entry
java.util.Iterator i$
org.apache.http.protocol.UriHttpRequestHandlerMapper reqistry
org.apache.http.protocol.HttpProcessor httpProcessorCopy
org.apache.http.protocol.HttpRequestHandlerMapper handlerMapperCopy
org.apache.http.ConnectionReuseStrategy connStrategyCopy
org.apache.http.HttpResponseFactory responseFactoryCopy
org.apache.http.protocol.HttpService httpService
javax.net.ServerSocketFactory serverSocketFactoryCopy
org.apache.http.HttpConnectionFactory connectionFactoryCopy
org.apache.http.ExceptionLogger exceptionLoggerCopy
}
org/apache/http/impl/DefaultHttpRequestFactory.class
DefaultHttpRequestFactory.java
package org.apache.http.impl
public org.apache.http.impl.DefaultHttpRequestFactory extends java.lang.Object implements org.apache.http.HttpRequestFactory {
public static final org.apache.http.impl.DefaultHttpRequestFactory INSTANCE
private static final String[] RFC2616_COMMON_METHODS
private static final String[] RFC2616_ENTITY_ENC_METHODS
private static final String[] RFC2616_SPECIAL_METHODS
private static final String[] RFC5789_ENTITY_ENC_METHODS
public void <init> ()
private static boolean isOneOf (java.lang.String[], java.lang.String)
String method2
String[] arr$
int len$
int i$
String[] methods
String method
public org.apache.http.HttpRequest newHttpRequest (org.apache.http.RequestLine) throws org.apache.http.MethodNotSupportedException
org.apache.http.RequestLine requestline
String method
public org.apache.http.HttpRequest newHttpRequest (java.lang.String, java.lang.String) throws org.apache.http.MethodNotSupportedException
String method
String uri
static void <clinit> ()
}
org/apache/http/impl/pool/BasicConnPool.class
BasicConnPool.java
package org.apache.http.impl.pool
public org.apache.http.impl.pool.BasicConnPool extends org.apache.http.pool.AbstractConnPool {
private static final java.util.concurrent.atomic.AtomicLong COUNTER
public void <init> (org.apache.http.pool.ConnFactory)
org.apache.http.pool.ConnFactory connFactory
public void <init> (org.apache.http.params.HttpParams)
org.apache.http.params.HttpParams params
public void <init> (org.apache.http.config.SocketConfig, org.apache.http.config.ConnectionConfig)
org.apache.http.config.SocketConfig sconfig
org.apache.http.config.ConnectionConfig cconfig
public void <init> ()
protected org.apache.http.impl.pool.BasicPoolEntry createEntry (org.apache.http.HttpHost, org.apache.http.HttpClientConnection)
org.apache.http.HttpHost host
org.apache.http.HttpClientConnection conn
protected boolean validate (org.apache.http.impl.pool.BasicPoolEntry)
org.apache.http.impl.pool.BasicPoolEntry entry
protected volatile synthetic boolean validate (org.apache.http.pool.PoolEntry)
org.apache.http.pool.PoolEntry x0
protected volatile synthetic org.apache.http.pool.PoolEntry createEntry (java.lang.Object, java.lang.Object)
Object x0
Object x1
static void <clinit> ()
}
org/apache/http/impl/pool/BasicPoolEntry.class
BasicPoolEntry.java
package org.apache.http.impl.pool
public org.apache.http.impl.pool.BasicPoolEntry extends org.apache.http.pool.PoolEntry {
public void <init> (java.lang.String, org.apache.http.HttpHost, org.apache.http.HttpClientConnection)
String id
org.apache.http.HttpHost route
org.apache.http.HttpClientConnection conn
public void close ()
int socketTimeout
java.io.IOException ex
org.apache.http.HttpClientConnection connection
java.io.IOException ignore
public boolean isClosed ()
}
org/apache/http/impl/io/ContentLengthOutputStream.class
ContentLengthOutputStream.java
package org.apache.http.impl.io
public org.apache.http.impl.io.ContentLengthOutputStream extends java.io.OutputStream {
private final org.apache.http.io.SessionOutputBuffer out
private final long contentLength
private long total
private boolean closed
public void <init> (org.apache.http.io.SessionOutputBuffer, long)
org.apache.http.io.SessionOutputBuffer out
long contentLength
public void close () throws java.io.IOException
public void flush () throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
long max
int chunk
byte[] b
int off
int len
public void write (byte[]) throws java.io.IOException
byte[] b
public void write (int) throws java.io.IOException
int b
}
org/apache/http/impl/io/ChunkedInputStream.class
ChunkedInputStream.java
package org.apache.http.impl.io
public org.apache.http.impl.io.ChunkedInputStream extends java.io.InputStream {
private static final int CHUNK_LEN
private static final int CHUNK_DATA
private static final int CHUNK_CRLF
private static final int CHUNK_INVALID
private static final int BUFFER_SIZE
private final org.apache.http.io.SessionInputBuffer in
private final org.apache.http.util.CharArrayBuffer buffer
private final org.apache.http.config.MessageConstraints constraints
private int state
private long chunkSize
private long pos
private boolean eof
private boolean closed
private org.apache.http.Header[] footers
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.config.MessageConstraints)
org.apache.http.io.SessionInputBuffer in
org.apache.http.config.MessageConstraints constraints
public void <init> (org.apache.http.io.SessionInputBuffer)
org.apache.http.io.SessionInputBuffer in
public int available () throws java.io.IOException
int len
public int read () throws java.io.IOException
int b
public int read (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
int readLen
public int read (byte[]) throws java.io.IOException
byte[] b
private void nextChunk () throws java.io.IOException
org.apache.http.MalformedChunkCodingException ex
private long getChunkSize () throws java.io.IOException
NumberFormatException e
int bytesRead1
int bytesRead2
int separator
String s
int st
private void parseTrailerHeaders () throws java.io.IOException
java.io.IOException ioe
org.apache.http.HttpException ex
public void close () throws java.io.IOException
byte[] buff
public org.apache.http.Header[] getFooters ()
}
org/apache/http/impl/io/EmptyInputStream.class
EmptyInputStream.java
package org.apache.http.impl.io
public final org.apache.http.impl.io.EmptyInputStream extends java.io.InputStream {
public static final org.apache.http.impl.io.EmptyInputStream INSTANCE
private void <init> ()
public int available ()
public void close ()
public void mark (int)
int readLimit
public boolean markSupported ()
public int read ()
public int read (byte[])
byte[] buf
public int read (byte[], int, int)
byte[] buf
int off
int len
public void reset ()
public long skip (long)
long n
static void <clinit> ()
}
org/apache/http/impl/io/AbstractMessageWriter.class
AbstractMessageWriter.java
package org.apache.http.impl.io
public abstract org.apache.http.impl.io.AbstractMessageWriter extends java.lang.Object implements org.apache.http.io.HttpMessageWriter {
protected final org.apache.http.io.SessionOutputBuffer sessionBuffer
protected final org.apache.http.util.CharArrayBuffer lineBuf
protected final org.apache.http.message.LineFormatter lineFormatter
public void <init> (org.apache.http.io.SessionOutputBuffer, org.apache.http.message.LineFormatter, org.apache.http.params.HttpParams)
org.apache.http.io.SessionOutputBuffer buffer
org.apache.http.message.LineFormatter formatter
org.apache.http.params.HttpParams params
public void <init> (org.apache.http.io.SessionOutputBuffer, org.apache.http.message.LineFormatter)
org.apache.http.io.SessionOutputBuffer buffer
org.apache.http.message.LineFormatter formatter
protected abstract void writeHeadLine (org.apache.http.HttpMessage) throws java.io.IOException
public void write (org.apache.http.HttpMessage) throws java.io.IOException org.apache.http.HttpException
org.apache.http.Header header
org.apache.http.HeaderIterator it
org.apache.http.HttpMessage message
}
org/apache/http/impl/io/HttpRequestParser.class
HttpRequestParser.java
package org.apache.http.impl.io
public org.apache.http.impl.io.HttpRequestParser extends org.apache.http.impl.io.AbstractMessageParser {
private final org.apache.http.HttpRequestFactory requestFactory
private final org.apache.http.util.CharArrayBuffer lineBuf
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.HttpRequestFactory, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.message.LineParser parser
org.apache.http.HttpRequestFactory requestFactory
org.apache.http.params.HttpParams params
protected org.apache.http.HttpMessage parseHead (org.apache.http.io.SessionInputBuffer) throws java.io.IOException org.apache.http.HttpException org.apache.http.ParseException
org.apache.http.io.SessionInputBuffer sessionBuffer
int readLen
org.apache.http.message.ParserCursor cursor
org.apache.http.RequestLine requestline
}
org/apache/http/impl/io/SocketOutputBuffer.class
SocketOutputBuffer.java
package org.apache.http.impl.io
public org.apache.http.impl.io.SocketOutputBuffer extends org.apache.http.impl.io.AbstractSessionOutputBuffer {
public void <init> (java.net.Socket, int, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
int bufferSize
org.apache.http.params.HttpParams params
int n
}
org/apache/http/impl/io/DefaultHttpRequestWriterFactory.class
DefaultHttpRequestWriterFactory.java
package org.apache.http.impl.io
public org.apache.http.impl.io.DefaultHttpRequestWriterFactory extends java.lang.Object implements org.apache.http.io.HttpMessageWriterFactory {
public static final org.apache.http.impl.io.DefaultHttpRequestWriterFactory INSTANCE
private final org.apache.http.message.LineFormatter lineFormatter
public void <init> (org.apache.http.message.LineFormatter)
org.apache.http.message.LineFormatter lineFormatter
public void <init> ()
public org.apache.http.io.HttpMessageWriter create (org.apache.http.io.SessionOutputBuffer)
org.apache.http.io.SessionOutputBuffer buffer
static void <clinit> ()
}
org/apache/http/impl/io/AbstractMessageParser.class
AbstractMessageParser.java
package org.apache.http.impl.io
public abstract org.apache.http.impl.io.AbstractMessageParser extends java.lang.Object implements org.apache.http.io.HttpMessageParser {
private static final int HEAD_LINE
private static final int HEADERS
private final org.apache.http.io.SessionInputBuffer sessionBuffer
private final org.apache.http.config.MessageConstraints messageConstraints
private final java.util.List headerLines
protected final org.apache.http.message.LineParser lineParser
private int state
private org.apache.http.HttpMessage message
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.message.LineParser parser
org.apache.http.params.HttpParams params
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.config.MessageConstraints)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.message.LineParser lineParser
org.apache.http.config.MessageConstraints constraints
public static org.apache.http.Header[] parseHeaders (org.apache.http.io.SessionInputBuffer, int, int, org.apache.http.message.LineParser) throws org.apache.http.HttpException java.io.IOException
org.apache.http.io.SessionInputBuffer inBuffer
int maxHeaderCount
int maxLineLen
org.apache.http.message.LineParser parser
java.util.List headerLines
public static org.apache.http.Header[] parseHeaders (org.apache.http.io.SessionInputBuffer, int, int, org.apache.http.message.LineParser, java.util.List) throws org.apache.http.HttpException java.io.IOException
char ch
int i
int readLen
org.apache.http.ParseException ex
org.apache.http.util.CharArrayBuffer buffer
int i
org.apache.http.io.SessionInputBuffer inBuffer
int maxHeaderCount
int maxLineLen
org.apache.http.message.LineParser parser
java.util.List headerLines
org.apache.http.util.CharArrayBuffer current
org.apache.http.util.CharArrayBuffer previous
org.apache.http.Header[] headers
protected abstract org.apache.http.HttpMessage parseHead (org.apache.http.io.SessionInputBuffer) throws java.io.IOException org.apache.http.HttpException org.apache.http.ParseException
public org.apache.http.HttpMessage parse () throws java.io.IOException org.apache.http.HttpException
org.apache.http.ParseException px
org.apache.http.Header[] headers
org.apache.http.HttpMessage result
int st
}
org/apache/http/impl/io/DefaultHttpRequestParser.class
DefaultHttpRequestParser.java
package org.apache.http.impl.io
public org.apache.http.impl.io.DefaultHttpRequestParser extends org.apache.http.impl.io.AbstractMessageParser {
private final org.apache.http.HttpRequestFactory requestFactory
private final org.apache.http.util.CharArrayBuffer lineBuf
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.HttpRequestFactory, org.apache.http.params.HttpParams)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.message.LineParser lineParser
org.apache.http.HttpRequestFactory requestFactory
org.apache.http.params.HttpParams params
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.message.LineParser, org.apache.http.HttpRequestFactory, org.apache.http.config.MessageConstraints)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.message.LineParser lineParser
org.apache.http.HttpRequestFactory requestFactory
org.apache.http.config.MessageConstraints constraints
public void <init> (org.apache.http.io.SessionInputBuffer, org.apache.http.config.MessageConstraints)
org.apache.http.io.SessionInputBuffer buffer
org.apache.http.config.MessageConstraints constraints
public void <init> (org.apache.http.io.SessionInputBuffer)
org.apache.http.io.SessionInputBuffer buffer
protected org.apache.http.HttpRequest parseHead (org.apache.http.io.SessionInputBuffer) throws java.io.IOException org.apache.http.HttpException org.apache.http.ParseException
org.apache.http.io.SessionInputBuffer sessionBuffer
int readLen
org.apache.http.message.ParserCursor cursor
org.apache.http.RequestLine requestline
protected volatile synthetic org.apache.http.HttpMessage parseHead (org.apache.http.io.SessionInputBuffer) throws java.io.IOException org.apache.http.HttpException org.apache.http.ParseException
org.apache.http.io.SessionInputBuffer x0
}
org/apache/http/impl/io/IdentityOutputStream.class
IdentityOutputStream.java
package org.apache.http.impl.io
public org.apache.http.impl.io.IdentityOutputStream extends java.io.OutputStream {
private final org.apache.http.io.SessionOutputBuffer out
private boolean closed
public void <init> (org.apache.http.io.SessionOutputBuffer)
org.apache.http.io.SessionOutputBuffer out
public void close () throws java.io.IOException
public void flush () throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
public void write (byte[]) throws java.io.IOException
byte[] b
public void write (int) throws java.io.IOException
int b
}
org/apache/http/impl/io/DefaultHttpResponseWriterFactory.class
DefaultHttpResponseWriterFactory.java
package org.apache.http.impl.io
public org.apache.http.impl.io.DefaultHttpResponseWriterFactory extends java.lang.Object implements org.apache.http.io.HttpMessageWriterFactory {
public static final org.apache.http.impl.io.DefaultHttpResponseWriterFactory INSTANCE
private final org.apache.http.message.LineFormatter lineFormatter
public void <init> (org.apache.http.message.LineFormatter)
org.apache.http.message.LineFormatter lineFormatter
public void <init> ()
public org.apache.http.io.HttpMessageWriter create (org.apache.http.io.SessionOutputBuffer)
org.apache.http.io.SessionOutputBuffer buffer
static void <clinit> ()
}
org/apache/http/impl/DefaultHttpClientConnection.class
DefaultHttpClientConnection.java
package org.apache.http.impl
public org.apache.http.impl.DefaultHttpClientConnection extends org.apache.http.impl.SocketHttpClientConnection {
public void <init> ()
public void bind (java.net.Socket, org.apache.http.params.HttpParams) throws java.io.IOException
java.net.Socket socket
org.apache.http.params.HttpParams params
int linger
}
org/apache/http/HttpClientConnection.class
HttpClientConnection.java
package org.apache.http
public abstract org.apache.http.HttpClientConnection extends java.lang.Object implements org.apache.http.HttpConnection {
public abstract boolean isResponseAvailable (int) throws java.io.IOException
public abstract void sendRequestHeader (org.apache.http.HttpRequest) throws org.apache.http.HttpException java.io.IOException
public abstract void sendRequestEntity (org.apache.http.HttpEntityEnclosingRequest) throws org.apache.http.HttpException java.io.IOException
public abstract org.apache.http.HttpResponse receiveResponseHeader () throws org.apache.http.HttpException java.io.IOException
public abstract void receiveResponseEntity (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
public abstract void flush () throws java.io.IOException
}
org/apache/http/concurrent/FutureCallback.class
FutureCallback.java
package org.apache.http.concurrent
public abstract org.apache.http.concurrent.FutureCallback extends java.lang.Object {
public abstract void completed (java.lang.Object)
public abstract void failed (java.lang.Exception)
public abstract void cancelled ()
}
org/apache/http/concurrent/Cancellable.class
Cancellable.java
package org.apache.http.concurrent
public abstract org.apache.http.concurrent.Cancellable extends java.lang.Object {
public abstract boolean cancel ()
}
org/apache/http/concurrent/BasicFuture.class
BasicFuture.java
package org.apache.http.concurrent
public org.apache.http.concurrent.BasicFuture extends java.lang.Object implements java.util.concurrent.Future org.apache.http.concurrent.Cancellable {
private final org.apache.http.concurrent.FutureCallback callback
private volatile boolean completed
private volatile boolean cancelled
private volatile Object result
private volatile Exception ex
public void <init> (org.apache.http.concurrent.FutureCallback)
org.apache.http.concurrent.FutureCallback callback
public boolean isCancelled ()
public boolean isDone ()
private java.lang.Object getResult () throws java.util.concurrent.ExecutionException
public synchronized java.lang.Object get () throws java.lang.InterruptedException java.util.concurrent.ExecutionException
public synchronized java.lang.Object get (long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException
long timeout
java.util.concurrent.TimeUnit unit
long msecs
long startTime
long waitTime
public boolean completed (java.lang.Object)
Object result
public boolean failed (java.lang.Exception)
Exception exception
public boolean cancel (boolean)
boolean mayInterruptIfRunning
public boolean cancel ()
}
org/apache/http/NoHttpResponseException.class
NoHttpResponseException.java
package org.apache.http
public org.apache.http.NoHttpResponseException extends java.io.IOException {
private static final long serialVersionUID
public void <init> (java.lang.String)
String message
}
org/apache/http/protocol/DefaultedHttpContext.class
DefaultedHttpContext.java
package org.apache.http.protocol
public final org.apache.http.protocol.DefaultedHttpContext extends java.lang.Object implements org.apache.http.protocol.HttpContext {
private final org.apache.http.protocol.HttpContext local
private final org.apache.http.protocol.HttpContext defaults
public void <init> (org.apache.http.protocol.HttpContext, org.apache.http.protocol.HttpContext)
org.apache.http.protocol.HttpContext local
org.apache.http.protocol.HttpContext defaults
public java.lang.Object getAttribute (java.lang.String)
String id
Object obj
public java.lang.Object removeAttribute (java.lang.String)
String id
public void setAttribute (java.lang.String, java.lang.Object)
String id
Object obj
public org.apache.http.protocol.HttpContext getDefaults ()
public java.lang.String toString ()
StringBuilder buf
}
org/apache/http/protocol/HttpExpectationVerifier.class
HttpExpectationVerifier.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.HttpExpectationVerifier extends java.lang.Object {
public abstract void verify (org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException
}
org/apache/http/protocol/HttpRequestHandlerMapper.class
HttpRequestHandlerMapper.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.HttpRequestHandlerMapper extends java.lang.Object {
public abstract org.apache.http.protocol.HttpRequestHandler lookup (org.apache.http.HttpRequest)
}
org/apache/http/protocol/SyncBasicHttpContext.class
SyncBasicHttpContext.java
package org.apache.http.protocol
public org.apache.http.protocol.SyncBasicHttpContext extends org.apache.http.protocol.BasicHttpContext {
public void <init> (org.apache.http.protocol.HttpContext)
org.apache.http.protocol.HttpContext parentContext
public void <init> ()
public synchronized java.lang.Object getAttribute (java.lang.String)
String id
public synchronized void setAttribute (java.lang.String, java.lang.Object)
String id
Object obj
public synchronized java.lang.Object removeAttribute (java.lang.String)
String id
public synchronized void clear ()
}
org/apache/http/protocol/HttpProcessor.class
HttpProcessor.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.HttpProcessor extends java.lang.Object implements org.apache.http.HttpRequestInterceptor org.apache.http.HttpResponseInterceptor {
}
org/apache/http/protocol/ResponseServer.class
ResponseServer.java
package org.apache.http.protocol
public org.apache.http.protocol.ResponseServer extends java.lang.Object implements org.apache.http.HttpResponseInterceptor {
private final String originServer
public void <init> (java.lang.String)
String originServer
public void <init> ()
public void process (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
}
org/apache/http/protocol/BasicHttpContext.class
BasicHttpContext.java
package org.apache.http.protocol
public org.apache.http.protocol.BasicHttpContext extends java.lang.Object implements org.apache.http.protocol.HttpContext {
private final org.apache.http.protocol.HttpContext parentContext
private final java.util.Map map
public void <init> ()
public void <init> (org.apache.http.protocol.HttpContext)
org.apache.http.protocol.HttpContext parentContext
public java.lang.Object getAttribute (java.lang.String)
String id
Object obj
public void setAttribute (java.lang.String, java.lang.Object)
String id
Object obj
public java.lang.Object removeAttribute (java.lang.String)
String id
public void clear ()
public java.lang.String toString ()
}
org/apache/http/protocol/RequestUserAgent.class
RequestUserAgent.java
package org.apache.http.protocol
public org.apache.http.protocol.RequestUserAgent extends java.lang.Object implements org.apache.http.HttpRequestInterceptor {
private final String userAgent
public void <init> (java.lang.String)
String userAgent
public void <init> ()
public void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
String s
org.apache.http.params.HttpParams params
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpContext context
}
org/apache/http/protocol/RequestExpectContinue.class
RequestExpectContinue.java
package org.apache.http.protocol
public org.apache.http.protocol.RequestExpectContinue extends java.lang.Object implements org.apache.http.HttpRequestInterceptor {
private final boolean activeByDefault
public void <init> ()
public void <init> (boolean)
boolean activeByDefault
public void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
boolean active
org.apache.http.ProtocolVersion ver
org.apache.http.HttpEntity entity
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpContext context
}
org/apache/http/protocol/RequestDate.class
RequestDate.java
package org.apache.http.protocol
public org.apache.http.protocol.RequestDate extends java.lang.Object implements org.apache.http.HttpRequestInterceptor {
private static final org.apache.http.protocol.HttpDateGenerator DATE_GENERATOR
public void <init> ()
public void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
String httpdate
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpContext context
static void <clinit> ()
}
org/apache/http/protocol/RequestConnControl.class
RequestConnControl.java
package org.apache.http.protocol
public org.apache.http.protocol.RequestConnControl extends java.lang.Object implements org.apache.http.HttpRequestInterceptor {
public void <init> ()
public void process (org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
org.apache.http.HttpRequest request
org.apache.http.protocol.HttpContext context
String method
}
org/apache/http/protocol/ResponseDate.class
ResponseDate.java
package org.apache.http.protocol
public org.apache.http.protocol.ResponseDate extends java.lang.Object implements org.apache.http.HttpResponseInterceptor {
private static final org.apache.http.protocol.HttpDateGenerator DATE_GENERATOR
public void <init> ()
public void process (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
String httpdate
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
int status
static void <clinit> ()
}
org/apache/http/protocol/UriHttpRequestHandlerMapper.class
UriHttpRequestHandlerMapper.java
package org.apache.http.protocol
public org.apache.http.protocol.UriHttpRequestHandlerMapper extends java.lang.Object implements org.apache.http.protocol.HttpRequestHandlerMapper {
private final org.apache.http.protocol.UriPatternMatcher matcher
protected void <init> (org.apache.http.protocol.UriPatternMatcher)
org.apache.http.protocol.UriPatternMatcher matcher
public void <init> ()
public void register (java.lang.String, org.apache.http.protocol.HttpRequestHandler)
String pattern
org.apache.http.protocol.HttpRequestHandler handler
public void unregister (java.lang.String)
String pattern
protected java.lang.String getRequestPath (org.apache.http.HttpRequest)
org.apache.http.HttpRequest request
String uriPath
int index
public org.apache.http.protocol.HttpRequestHandler lookup (org.apache.http.HttpRequest)
org.apache.http.HttpRequest request
}
org/apache/http/protocol/HTTP.class
HTTP.java
package org.apache.http.protocol
public final org.apache.http.protocol.HTTP extends java.lang.Object {
public static final int CR
public static final int LF
public static final int SP
public static final int HT
public static final String TRANSFER_ENCODING
public static final String CONTENT_LEN
public static final String CONTENT_TYPE
public static final String CONTENT_ENCODING
public static final String EXPECT_DIRECTIVE
public static final String CONN_DIRECTIVE
public static final String TARGET_HOST
public static final String USER_AGENT
public static final String DATE_HEADER
public static final String SERVER_HEADER
public static final String EXPECT_CONTINUE
public static final String CONN_CLOSE
public static final String CONN_KEEP_ALIVE
public static final String CHUNK_CODING
public static final String IDENTITY_CODING
public static final java.nio.charset.Charset DEF_CONTENT_CHARSET
public static final java.nio.charset.Charset DEF_PROTOCOL_CHARSET
public static final String UTF_8
public static final String UTF_16
public static final String US_ASCII
public static final String ASCII
public static final String ISO_8859_1
public static final String DEFAULT_CONTENT_CHARSET
public static final String DEFAULT_PROTOCOL_CHARSET
public static final String OCTET_STREAM_TYPE
public static final String PLAIN_TEXT_TYPE
public static final String CHARSET_PARAM
public static final String DEFAULT_CONTENT_TYPE
public static boolean isWhitespace (char)
char ch
private void <init> ()
static void <clinit> ()
}
org/apache/http/protocol/HttpRequestHandlerResolver.class
HttpRequestHandlerResolver.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.HttpRequestHandlerResolver extends java.lang.Object {
public abstract org.apache.http.protocol.HttpRequestHandler lookup (java.lang.String)
}
org/apache/http/protocol/HttpDateGenerator.class
HttpDateGenerator.java
package org.apache.http.protocol
public org.apache.http.protocol.HttpDateGenerator extends java.lang.Object {
public static final String PATTERN_RFC1123
public static final java.util.TimeZone GMT
private final java.text.DateFormat dateformat
private long dateAsLong
private String dateAsText
public void <init> ()
public synchronized java.lang.String getCurrentDate ()
long now
static void <clinit> ()
}
org/apache/http/protocol/ResponseContent.class
ResponseContent.java
package org.apache.http.protocol
public org.apache.http.protocol.ResponseContent extends java.lang.Object implements org.apache.http.HttpResponseInterceptor {
private final boolean overwrite
public void <init> ()
public void <init> (boolean)
boolean overwrite
public void process (org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException java.io.IOException
long len
int status
org.apache.http.HttpResponse response
org.apache.http.protocol.HttpContext context
org.apache.http.ProtocolVersion ver
org.apache.http.HttpEntity entity
}
org/apache/http/protocol/HttpResponseInterceptorList.class
HttpResponseInterceptorList.java
package org.apache.http.protocol
public abstract org.apache.http.protocol.HttpResponseInterceptorList extends java.lang.Object {
public abstract void addResponseInterceptor (org.apache.http.HttpResponseInterceptor)
public abstract void addResponseInterceptor (org.apache.http.HttpResponseInterceptor, int)
public abstract int getResponseInterceptorCount ()
public abstract org.apache.http.HttpResponseInterceptor getResponseInterceptor (int)
public abstract void clearResponseInterceptors ()
public abstract void removeResponseInterceptorByClass (java.lang.Class)
public abstract void setInterceptors (java.util.List)
}
org/apache/http/pool/AbstractConnPool$4.class
AbstractConnPool.java
package org.apache.http.pool
org.apache.http.pool.AbstractConnPool$4 extends java.lang.Object implements org.apache.http.pool.PoolEntryCallback {
final synthetic long val$now
final synthetic org.apache.http.pool.AbstractConnPool this$0
void <init> (org.apache.http.pool.AbstractConnPool, long)
public void process (org.apache.http.pool.PoolEntry)
org.apache.http.pool.PoolEntry entry
}
org/apache/http/pool/AbstractConnPool.class
AbstractConnPool.java
package org.apache.http.pool
public abstract org.apache.http.pool.AbstractConnPool extends java.lang.Object implements org.apache.http.pool.ConnPool org.apache.http.pool.ConnPoolControl {
private final java.util.concurrent.locks.Lock lock
private final java.util.concurrent.locks.Condition condition
private final org.apache.http.pool.ConnFactory connFactory
private final java.util.Map routeToPool
private final java.util.Set leased
private final java.util.LinkedList available
private final java.util.LinkedList pending
private final java.util.Map maxPerRoute
private volatile boolean isShutDown
private volatile int defaultMaxPerRoute
private volatile int maxTotal
private volatile int validateAfterInactivity
public void <init> (org.apache.http.pool.ConnFactory, int, int)
org.apache.http.pool.ConnFactory connFactory
int defaultMaxPerRoute
int maxTotal
protected abstract org.apache.http.pool.PoolEntry createEntry (java.lang.Object, java.lang.Object)
protected void onLease (org.apache.http.pool.PoolEntry)
org.apache.http.pool.PoolEntry entry
protected void onRelease (org.apache.http.pool.PoolEntry)
org.apache.http.pool.PoolEntry entry
protected void onReuse (org.apache.http.pool.PoolEntry)
org.apache.http.pool.PoolEntry entry
protected boolean validate (org.apache.http.pool.PoolEntry)
org.apache.http.pool.PoolEntry entry
public boolean isShutdown ()
public void shutdown () throws java.io.IOException
org.apache.http.pool.PoolEntry entry
java.util.Iterator i$
org.apache.http.pool.PoolEntry entry
java.util.Iterator i$
org.apache.http.pool.RouteSpecificPool pool
java.util.Iterator i$
private org.apache.http.pool.RouteSpecificPool getPool (java.lang.Object)
Object route
org.apache.http.pool.RouteSpecificPool pool
private static java.lang.Exception operationAborted ()
public java.util.concurrent.Future lease (java.lang.Object, java.lang.Object, org.apache.http.concurrent.FutureCallback)
Object route
Object state
org.apache.http.concurrent.FutureCallback callback
public java.util.concurrent.Future lease (java.lang.Object, java.lang.Object)
Object route
Object state
private org.apache.http.pool.PoolEntry getPoolEntryBlocking (java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit, java.util.concurrent.Future) throws java.io.IOException java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException
org.apache.http.pool.PoolEntry lastUsed
int i
org.apache.http.pool.PoolEntry lastUsed
org.apache.http.pool.RouteSpecificPool otherpool
int totalAvailable
Object conn
int totalUsed
int freeCapacity
int maxPerRoute
int excess
boolean success
org.apache.http.pool.RouteSpecificPool pool
org.apache.http.pool.PoolEntry entry
Object route
Object state
long timeout
java.util.concurrent.TimeUnit timeUnit
java.util.concurrent.Future future
java.util.Date deadline
public void release (org.apache.http.pool.PoolEntry, boolean)
org.apache.http.pool.RouteSpecificPool pool
java.util.concurrent.Future future
org.apache.http.pool.PoolEntry entry
boolean reusable
private int getMax (java.lang.Object)
Object route
Integer v
public void setMaxTotal (int)
int max
public int getMaxTotal ()
public void setDefaultMaxPerRoute (int)
int max
public int getDefaultMaxPerRoute ()
public void setMaxPerRoute (java.lang.Object, int)
Object route
int max
public int getMaxPerRoute (java.lang.Object)
Object route
public org.apache.http.pool.PoolStats getTotalStats ()
public org.apache.http.pool.PoolStats getStats (java.lang.Object)
org.apache.http.pool.RouteSpecificPool pool
Object route
public java.util.Set getRoutes ()
protected void enumAvailable (org.apache.http.pool.PoolEntryCallback)
org.apache.http.pool.RouteSpecificPool pool
org.apache.http.pool.PoolEntry entry
java.util.Iterator it
org.apache.http.pool.PoolEntryCallback callback
protected void enumLeased (org.apache.http.pool.PoolEntryCallback)
org.apache.http.pool.PoolEntry entry
java.util.Iterator it
org.apache.http.pool.PoolEntryCallback callback
private void purgePoolMap ()
java.util.Map$Entry entry
org.apache.http.pool.RouteSpecificPool pool
java.util.Iterator it
public void closeIdle (long, java.util.concurrent.TimeUnit)
long idletime
java.util.concurrent.TimeUnit timeUnit
long time
long deadline
public void closeExpired ()
long now
public int getValidateAfterInactivity ()
public void setValidateAfterInactivity (int)
int ms
public java.lang.String toString ()
StringBuilder buffer
public volatile synthetic void release (java.lang.Object, boolean)
Object x0
boolean x1
static synthetic java.util.concurrent.locks.Lock access$000 (org.apache.http.pool.AbstractConnPool)
org.apache.http.pool.AbstractConnPool x0
static synthetic java.util.concurrent.locks.Condition access$100 (org.apache.http.pool.AbstractConnPool)
org.apache.http.pool.AbstractConnPool x0
static synthetic java.lang.Exception access$200 ()
static synthetic org.apache.http.pool.PoolEntry access$300 (org.apache.http.pool.AbstractConnPool, java.lang.Object, java.lang.Object, long, java.util.concurrent.TimeUnit, java.util.concurrent.Future) throws java.io.IOException java.lang.InterruptedException java.util.concurrent.ExecutionException java.util.concurrent.TimeoutException
org.apache.http.pool.AbstractConnPool x0
Object x1
Object x2
long x3
java.util.concurrent.TimeUnit x4
java.util.concurrent.Future x5
static synthetic int access$400 (org.apache.http.pool.AbstractConnPool)
org.apache.http.pool.AbstractConnPool x0
}
org/apache/http/message/HeaderValueFormatter.class
HeaderValueFormatter.java
package org.apache.http.message
public abstract org.apache.http.message.HeaderValueFormatter extends java.lang.Object {
public abstract org.apache.http.util.CharArrayBuffer formatElements (org.apache.http.util.CharArrayBuffer, org.apache.http.HeaderElement[], boolean)
public abstract org.apache.http.util.CharArrayBuffer formatHeaderElement (org.apache.http.util.CharArrayBuffer, org.apache.http.HeaderElement, boolean)
public abstract org.apache.http.util.CharArrayBuffer formatParameters (org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair[], boolean)
public abstract org.apache.http.util.CharArrayBuffer formatNameValuePair (org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair, boolean)
}
org/apache/http/HttpServerConnection.class
HttpServerConnection.java
package org.apache.http
public abstract org.apache.http.HttpServerConnection extends java.lang.Object implements org.apache.http.HttpConnection {
public abstract org.apache.http.HttpRequest receiveRequestHeader () throws org.apache.http.HttpException java.io.IOException
public abstract void receiveRequestEntity (org.apache.http.HttpEntityEnclosingRequest) throws org.apache.http.HttpException java.io.IOException
public abstract void sendResponseHeader (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
public abstract void sendResponseEntity (org.apache.http.HttpResponse) throws org.apache.http.HttpException java.io.IOException
public abstract void flush () throws java.io.IOException
}
org/apache/http/util/EntityUtils.class
EntityUtils.java
package org.apache.http.util
public final org.apache.http.util.EntityUtils extends java.lang.Object {
private static final int DEFAULT_BUFFER_SIZE
private void <init> ()
public static void consumeQuietly (org.apache.http.HttpEntity)
java.io.IOException ignore
org.apache.http.HttpEntity entity
public static void consume (org.apache.http.HttpEntity) throws java.io.IOException
java.io.InputStream inStream
org.apache.http.HttpEntity entity
public static void updateEntity (org.apache.http.HttpResponse, org.apache.http.HttpEntity) throws java.io.IOException
org.apache.http.HttpResponse response
org.apache.http.HttpEntity entity
public static byte[] toByteArray (org.apache.http.HttpEntity) throws java.io.IOException
int capacity
org.apache.http.util.ByteArrayBuffer buffer
byte[] tmp
int l
org.apache.http.HttpEntity entity
java.io.InputStream inStream
public static java.lang.String getContentCharSet (org.apache.http.HttpEntity) throws org.apache.http.ParseException
org.apache.http.NameValuePair param
org.apache.http.HeaderElement[] values
org.apache.http.HttpEntity entity
String charset
public static java.lang.String getContentMimeType (org.apache.http.HttpEntity) throws org.apache.http.ParseException
org.apache.http.HeaderElement[] values
org.apache.http.HttpEntity entity
String mimeType
private static java.lang.String toString (org.apache.http.HttpEntity, org.apache.http.entity.ContentType) throws java.io.IOException
org.apache.http.entity.ContentType defaultContentType
int capacity
java.nio.charset.Charset charset
java.io.Reader reader
org.apache.http.util.CharArrayBuffer buffer
char[] tmp
int l
org.apache.http.HttpEntity entity
org.apache.http.entity.ContentType contentType
java.io.InputStream inStream
public static java.lang.String toString (org.apache.http.HttpEntity, java.nio.charset.Charset) throws java.io.IOException org.apache.http.ParseException
java.nio.charset.UnsupportedCharsetException ex
org.apache.http.HttpEntity entity
java.nio.charset.Charset defaultCharset
org.apache.http.entity.ContentType contentType
public static java.lang.String toString (org.apache.http.HttpEntity, java.lang.String) throws java.io.IOException org.apache.http.ParseException
org.apache.http.HttpEntity entity
String defaultCharset
public static java.lang.String toString (org.apache.http.HttpEntity) throws java.io.IOException org.apache.http.ParseException
org.apache.http.HttpEntity entity
}
org/apache/http/util/VersionInfo.class
VersionInfo.java
package org.apache.http.util
public org.apache.http.util.VersionInfo extends java.lang.Object {
public static final String UNAVAILABLE
public static final String VERSION_PROPERTY_FILE
public static final String PROPERTY_MODULE
public static final String PROPERTY_RELEASE
public static final String PROPERTY_TIMESTAMP
private final String infoPackage
private final String infoModule
private final String infoRelease
private final String infoTimestamp
private final String infoClassloader
protected void <init> (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
String pckg
String module
String release
String time
String clsldr
public final java.lang.String getPackage ()
public final java.lang.String getModule ()
public final java.lang.String getRelease ()
public final java.lang.String getTimestamp ()
public final java.lang.String getClassloader ()
public java.lang.String toString ()
StringBuilder sb
public static org.apache.http.util.VersionInfo[] loadVersionInfo (java.lang.String[], java.lang.ClassLoader)
org.apache.http.util.VersionInfo vi
String pckg
String[] arr$
int len$
int i$
String[] pckgs
ClassLoader clsldr
java.util.List vil
public static org.apache.http.util.VersionInfo loadVersionInfo (java.lang.String, java.lang.ClassLoader)
java.util.Properties props
java.io.InputStream is
java.io.IOException ex
String pckg
ClassLoader clsldr
ClassLoader cl
java.util.Properties vip
org.apache.http.util.VersionInfo result
protected static org.apache.http.util.VersionInfo fromMap (java.lang.String, java.util.Map, java.lang.ClassLoader)
String pckg
java.util.Map info
ClassLoader clsldr
String module
String release
String timestamp
String clsldrstr
public static java.lang.String getUserAgent (java.lang.String, java.lang.String, java.lang.Class)
String name
String pkg
Class cls
org.apache.http.util.VersionInfo vi
String release
String javaVersion
}
org/apache/http/ssl/TrustStrategy.class
TrustStrategy.java
package org.apache.http.ssl
public abstract org.apache.http.ssl.TrustStrategy extends java.lang.Object {
public abstract boolean isTrusted (java.security.cert.X509Certificate[], java.lang.String) throws java.security.cert.CertificateException
}
org/apache/http/pool/PoolStats.class
PoolStats.java
package org.apache.http.pool
public org.apache.http.pool.PoolStats extends java.lang.Object implements java.io.Serializable {
private static final long serialVersionUID
private final int leased
private final int pending
private final int available
private final int max
public void <init> (int, int, int, int)
int leased
int pending
int free
int max
public int getLeased ()
public int getPending ()
public int getAvailable ()
public int getMax ()
public java.lang.String toString ()
StringBuilder buffer
}
org/apache/http/HeaderElementIterator.class
HeaderElementIterator.java
package org.apache.http
public abstract org.apache.http.HeaderElementIterator extends java.lang.Object implements java.util.Iterator {
public abstract boolean hasNext ()
public abstract org.apache.http.HeaderElement nextElement ()
}
org/apache/http/io/EofSensor.class
EofSensor.java
package org.apache.http.io
public abstract org.apache.http.io.EofSensor extends java.lang.Object {
public abstract boolean isEof ()
}
org/apache/http/HeaderElement.class
HeaderElement.java
package org.apache.http
public abstract org.apache.http.HeaderElement extends java.lang.Object {
public abstract java.lang.String getName ()
public abstract java.lang.String getValue ()
public abstract org.apache.http.NameValuePair[] getParameters ()
public abstract org.apache.http.NameValuePair getParameterByName (java.lang.String)
public abstract int getParameterCount ()
public abstract org.apache.http.NameValuePair getParameter (int)
}
org/apache/http/message/LineFormatter.class
LineFormatter.java
package org.apache.http.message
public abstract org.apache.http.message.LineFormatter extends java.lang.Object {
public abstract org.apache.http.util.CharArrayBuffer appendProtocolVersion (org.apache.http.util.CharArrayBuffer, org.apache.http.ProtocolVersion)
public abstract org.apache.http.util.CharArrayBuffer formatRequestLine (org.apache.http.util.CharArrayBuffer, org.apache.http.RequestLine)
public abstract org.apache.http.util.CharArrayBuffer formatStatusLine (org.apache.http.util.CharArrayBuffer, org.apache.http.StatusLine)
public abstract org.apache.http.util.CharArrayBuffer formatHeader (org.apache.http.util.CharArrayBuffer, org.apache.http.Header)
}
org/apache/http/message/BasicHeaderValueFormatter.class
BasicHeaderValueFormatter.java
package org.apache.http.message
public org.apache.http.message.BasicHeaderValueFormatter extends java.lang.Object implements org.apache.http.message.HeaderValueFormatter {
public static final org.apache.http.message.BasicHeaderValueFormatter DEFAULT
public static final org.apache.http.message.BasicHeaderValueFormatter INSTANCE
public static final String SEPARATORS
public static final String UNSAFE_CHARS
public void <init> ()
public static java.lang.String formatElements (org.apache.http.HeaderElement[], boolean, org.apache.http.message.HeaderValueFormatter)
org.apache.http.HeaderElement[] elems
boolean quote
org.apache.http.message.HeaderValueFormatter formatter
public org.apache.http.util.CharArrayBuffer formatElements (org.apache.http.util.CharArrayBuffer, org.apache.http.HeaderElement[], boolean)
int i
org.apache.http.util.CharArrayBuffer charBuffer
org.apache.http.HeaderElement[] elems
boolean quote
int len
org.apache.http.util.CharArrayBuffer buffer
protected int estimateElementsLen (org.apache.http.HeaderElement[])
org.apache.http.HeaderElement elem
org.apache.http.HeaderElement[] arr$
int len$
int i$
org.apache.http.HeaderElement[] elems
int result
public static java.lang.String formatHeaderElement (org.apache.http.HeaderElement, boolean, org.apache.http.message.HeaderValueFormatter)
org.apache.http.HeaderElement elem
boolean quote
org.apache.http.message.HeaderValueFormatter formatter
public org.apache.http.util.CharArrayBuffer formatHeaderElement (org.apache.http.util.CharArrayBuffer, org.apache.http.HeaderElement, boolean)
int i
org.apache.http.util.CharArrayBuffer charBuffer
org.apache.http.HeaderElement elem
boolean quote
int len
org.apache.http.util.CharArrayBuffer buffer
String value
int parcnt
protected int estimateHeaderElementLen (org.apache.http.HeaderElement)
int i
org.apache.http.HeaderElement elem
int result
String value
int parcnt
public static java.lang.String formatParameters (org.apache.http.NameValuePair[], boolean, org.apache.http.message.HeaderValueFormatter)
org.apache.http.NameValuePair[] nvps
boolean quote
org.apache.http.message.HeaderValueFormatter formatter
public org.apache.http.util.CharArrayBuffer formatParameters (org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair[], boolean)
int i
org.apache.http.util.CharArrayBuffer charBuffer
org.apache.http.NameValuePair[] nvps
boolean quote
int len
org.apache.http.util.CharArrayBuffer buffer
protected int estimateParametersLen (org.apache.http.NameValuePair[])
org.apache.http.NameValuePair nvp
org.apache.http.NameValuePair[] arr$
int len$
int i$
org.apache.http.NameValuePair[] nvps
int result
public static java.lang.String formatNameValuePair (org.apache.http.NameValuePair, boolean, org.apache.http.message.HeaderValueFormatter)
org.apache.http.NameValuePair nvp
boolean quote
org.apache.http.message.HeaderValueFormatter formatter
public org.apache.http.util.CharArrayBuffer formatNameValuePair (org.apache.http.util.CharArrayBuffer, org.apache.http.NameValuePair, boolean)
org.apache.http.util.CharArrayBuffer charBuffer
org.apache.http.NameValuePair nvp
boolean quote
int len
org.apache.http.util.CharArrayBuffer buffer
String value
protected int estimateNameValuePairLen (org.apache.http.NameValuePair)
org.apache.http.NameValuePair nvp
int result
String value
protected void doFormatValue (org.apache.http.util.CharArrayBuffer, java.lang.String, boolean)
int i
char ch
int i
org.apache.http.util.CharArrayBuffer buffer
String value
boolean quote
boolean quoteFlag
protected boolean isSeparator (char)
char ch
protected boolean isUnsafe (char)
char ch
static void <clinit> ()
}
org/apache/http/message/HeaderValueParser.class
HeaderValueParser.java
package org.apache.http.message
public abstract org.apache.http.message.HeaderValueParser extends java.lang.Object {
public abstract org.apache.http.HeaderElement[] parseElements (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
public abstract org.apache.http.HeaderElement parseHeaderElement (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
public abstract org.apache.http.NameValuePair[] parseParameters (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
public abstract org.apache.http.NameValuePair parseNameValuePair (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apache.http.ParseException
}
org/apache/http/message/BasicHttpResponse.class
BasicHttpResponse.java
package org.apache.http.message
public org.apache.http.message.BasicHttpResponse extends org.apache.http.message.AbstractHttpMessage implements org.apache.http.HttpResponse {
private org.apache.http.StatusLine statusline
private org.apache.http.ProtocolVersion ver
private int code
private String reasonPhrase
private org.apache.http.HttpEntity entity
private final org.apache.http.ReasonPhraseCatalog reasonCatalog
private java.util.Locale locale
public void <init> (org.apache.http.StatusLine, org.apache.http.ReasonPhraseCatalog, java.util.Locale)
org.apache.http.StatusLine statusline
org.apache.http.ReasonPhraseCatalog catalog
java.util.Locale locale
public void <init> (org.apache.http.StatusLine)
org.apache.http.StatusLine statusline
public void <init> (org.apache.http.ProtocolVersion, int, java.lang.String)
org.apache.http.ProtocolVersion ver
int code
String reason
public org.apache.http.ProtocolVersion getProtocolVersion ()
public org.apache.http.StatusLine getStatusLine ()
public org.apache.http.HttpEntity getEntity ()
public java.util.Locale getLocale ()
public void setStatusLine (org.apache.http.StatusLine)
org.apache.http.StatusLine statusline
public void setStatusLine (org.apache.http.ProtocolVersion, int)
org.apache.http.ProtocolVersion ver
int code
public void setStatusLine (org.apache.http.ProtocolVersion, int, java.lang.String)
org.apache.http.ProtocolVersion ver
int code
String reason
public void setStatusCode (int)
int code
public void setReasonPhrase (java.lang.String)
String reason
public void setEntity (org.apache.http.HttpEntity)
org.apache.http.HttpEntity entity
public void setLocale (java.util.Locale)
java.util.Locale locale
protected java.lang.String getReason (int)
int code
public java.lang.String toString ()
StringBuilder sb
}
org/apache/http/message/BasicHeaderValueParser.class
BasicHeaderValueParser.java
package org.apache.http.message
public org.apache.http.message.BasicHeaderValueParser extends java.lang.Object implements org.apache.http.message.HeaderValueParser {
public static final org.apache.http.message.BasicHeaderValueParser DEFAULT
public static final org.apache.http.message.BasicHeaderValueParser INSTANCE
private static final char PARAM_DELIMITER
private static final char ELEM_DELIMITER
private static final java.util.BitSet TOKEN_DELIMS
private static final java.util.BitSet VALUE_DELIMS
private final org.apache.http.message.TokenParser tokenParser
public void <init> ()
public static org.apache.http.HeaderElement[] parseElements (java.lang.String, org.apache.http.message.HeaderValueParser) throws org.apache.http.ParseException
String value
org.apache.http.message.HeaderValueParser parser
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
public org.apache.http.HeaderElement[] parseElements (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor)
org.apache.http.HeaderElement element
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
java.util.List elements
public static org.apache.http.HeaderElement parseHeaderElement (java.lang.String, org.apache.http.message.HeaderValueParser) throws org.apache.http.ParseException
String value
org.apache.http.message.HeaderValueParser parser
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
public org.apache.http.HeaderElement parseHeaderElement (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor)
char ch
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
org.apache.http.NameValuePair nvp
org.apache.http.NameValuePair[] params
protected org.apache.http.HeaderElement createHeaderElement (java.lang.String, java.lang.String, org.apache.http.NameValuePair[])
String name
String value
org.apache.http.NameValuePair[] params
public static org.apache.http.NameValuePair[] parseParameters (java.lang.String, org.apache.http.message.HeaderValueParser) throws org.apache.http.ParseException
String value
org.apache.http.message.HeaderValueParser parser
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
public org.apache.http.NameValuePair[] parseParameters (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor)
org.apache.http.NameValuePair param
char ch
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
java.util.List params
public static org.apache.http.NameValuePair parseNameValuePair (java.lang.String, org.apache.http.message.HeaderValueParser) throws org.apache.http.ParseException
String value
org.apache.http.message.HeaderValueParser parser
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
public org.apache.http.NameValuePair parseNameValuePair (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor)
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
String name
int delim
String value
public org.apache.http.NameValuePair parseNameValuePair (org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, char[])
char delimiter
char[] arr$
int len$
int i$
org.apache.http.util.CharArrayBuffer buffer
org.apache.http.message.ParserCursor cursor
char[] delimiters
java.util.BitSet delimSet
String name
int delim
String value
protected org.apache.http.NameValuePair createNameValuePair (java.lang.String, java.lang.String)
String name
String value
static void <clinit> ()
}