|
|||||||||
| Home >> All >> org >> apache >> http >> [ impl overview ] | PREV NEXT | ||||||||
A
- AbstractHttpConnection - class org.apache.http.impl.AbstractHttpConnection.
- Abstract base class for HTTP connections on the client and server side.
- AbstractHttpConnection() - Constructor for class org.apache.http.impl.AbstractHttpConnection
- addHeader(Header) - Method in class org.apache.http.impl.HeaderGroup
- Adds the given header to the group.
- assertNotOpen() - Method in class org.apache.http.impl.AbstractHttpConnection
- assertOpen() - Method in class org.apache.http.impl.AbstractHttpConnection
B
- bind(Socket, HttpParams) - Method in class org.apache.http.impl.AbstractHttpConnection
- bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- buffer - Variable in class org.apache.http.impl.DefaultHttpClientConnection
- buffer - Variable in class org.apache.http.impl.DefaultHttpServerConnection
C
- clear() - Method in class org.apache.http.impl.DefaultHttpParams
- Removes all parameters from this collection.
- clear() - Method in class org.apache.http.impl.HeaderGroup
- Removes any contained headers.
- close() - Method in class org.apache.http.impl.AbstractHttpConnection
- close() - Method in class org.apache.http.impl.DefaultHttpProxyConnection
- constructString(int[]) - Static method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- containsHeader(String) - Method in class org.apache.http.impl.HeaderGroup
- Tests if headers with the given name are contained within this group.
D
- DefaultConnectionReuseStrategy - class org.apache.http.impl.DefaultConnectionReuseStrategy.
- Default implementation of a strategy deciding about connection re-use.
- DefaultConnectionReuseStrategy() - Constructor for class org.apache.http.impl.DefaultConnectionReuseStrategy
- DefaultHttpClientConnection - class org.apache.http.impl.DefaultHttpClientConnection.
- Default implementation of a client-side HTTP connection.
- DefaultHttpClientConnection(HttpHost, InetAddress) - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
- DefaultHttpClientConnection(HttpHost) - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
- DefaultHttpClientConnection() - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
- DefaultHttpParams - class org.apache.http.impl.DefaultHttpParams.
- This class represents a collection of HTTP protocol parameters.
- DefaultHttpParams(HttpParams) - Constructor for class org.apache.http.impl.DefaultHttpParams
- Creates a new collection of parameters with the given parent.
- DefaultHttpParams() - Constructor for class org.apache.http.impl.DefaultHttpParams
- DefaultHttpProxyConnection - class org.apache.http.impl.DefaultHttpProxyConnection.
- Default implementation of a client-side connection through a proxy.
- DefaultHttpProxyConnection(ProxyHost, InetAddress) - Constructor for class org.apache.http.impl.DefaultHttpProxyConnection
- DefaultHttpProxyConnection(ProxyHost) - Constructor for class org.apache.http.impl.DefaultHttpProxyConnection
- DefaultHttpRequestFactory - class org.apache.http.impl.DefaultHttpRequestFactory.
- Default implementation of a factory for creating request objects.
- DefaultHttpRequestFactory() - Constructor for class org.apache.http.impl.DefaultHttpRequestFactory
- DefaultHttpRequestRetryHandler - class org.apache.http.impl.DefaultHttpRequestRetryHandler.
- The default org.apache.http.protocol.HttpRequestRetryHandler used by request executors.
- DefaultHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.http.impl.DefaultHttpRequestRetryHandler
- Default constructor
- DefaultHttpRequestRetryHandler() - Constructor for class org.apache.http.impl.DefaultHttpRequestRetryHandler
- Default constructor
- DefaultHttpResponseFactory - class org.apache.http.impl.DefaultHttpResponseFactory.
- Default implementation of a factory for creating response objects.
- DefaultHttpResponseFactory() - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
- DefaultHttpServerConnection - class org.apache.http.impl.DefaultHttpServerConnection.
- Default implementation of a server-side HTTP connection.
- DefaultHttpServerConnection() - Constructor for class org.apache.http.impl.DefaultHttpServerConnection
- datareceiver - Variable in class org.apache.http.impl.AbstractHttpConnection
- datatransmitter - Variable in class org.apache.http.impl.AbstractHttpConnection
- defaults - Variable in class org.apache.http.impl.DefaultHttpParams
- The set of default values to defer to
E
- entitydeserializer - Variable in class org.apache.http.impl.DefaultHttpClientConnection
- entitydeserializer - Variable in class org.apache.http.impl.DefaultHttpServerConnection
- entityserializer - Variable in class org.apache.http.impl.DefaultHttpClientConnection
- entityserializer - Variable in class org.apache.http.impl.DefaultHttpServerConnection
F
- flush() - Method in class org.apache.http.impl.DefaultHttpClientConnection
- flush() - Method in class org.apache.http.impl.DefaultHttpServerConnection
G
- getAllHeaders() - Method in class org.apache.http.impl.HeaderGroup
- Gets all of the headers contained within this group.
- getBooleanParameter(String, boolean) - Method in class org.apache.http.impl.DefaultHttpParams
- getCondensedHeader(String) - Method in class org.apache.http.impl.HeaderGroup
- Gets a header representing all of the header values with the given name.
- getDefaults() - Method in class org.apache.http.impl.DefaultHttpParams
- getDoubleParameter(String, double) - Method in class org.apache.http.impl.DefaultHttpParams
- getFirstHeader(String) - Method in class org.apache.http.impl.HeaderGroup
- Gets the first header with the given name.
- getHeaders(String) - Method in class org.apache.http.impl.HeaderGroup
- Gets all of the headers with the given name.
- getIntParameter(String, int) - Method in class org.apache.http.impl.DefaultHttpParams
- getLastHeader(String) - Method in class org.apache.http.impl.HeaderGroup
- Gets the last header with the given name.
- getLocalAddress() - Method in class org.apache.http.impl.DefaultHttpClientConnection
- getLongParameter(String, long) - Method in class org.apache.http.impl.DefaultHttpParams
- getParameter(String) - Method in class org.apache.http.impl.DefaultHttpParams
- getRetryCount() - Method in class org.apache.http.impl.DefaultHttpRequestRetryHandler
- getTargetHost() - Method in class org.apache.http.impl.DefaultHttpClientConnection
- getTunnelTarget() - Method in class org.apache.http.impl.DefaultHttpProxyConnection
H
- HeaderGroup - class org.apache.http.impl.HeaderGroup.
- A class for combining a set of headers.
- HeaderGroup() - Constructor for class org.apache.http.impl.HeaderGroup
- Constructor for HeaderGroup.
- headers - Variable in class org.apache.http.impl.HeaderGroup
- The list of headers for this group, in the order in which they were added
I
- isOpen() - Method in class org.apache.http.impl.AbstractHttpConnection
- isParameterFalse(String) - Method in class org.apache.http.impl.DefaultHttpParams
- isParameterSet(String) - Method in class org.apache.http.impl.DefaultHttpParams
- isParameterSetLocally(String) - Method in class org.apache.http.impl.DefaultHttpParams
- isParameterTrue(String) - Method in class org.apache.http.impl.DefaultHttpParams
- isRequestSentRetryEnabled() - Method in class org.apache.http.impl.DefaultHttpRequestRetryHandler
- isResponseAvailable(int) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- isSecure() - Method in class org.apache.http.impl.DefaultHttpProxyConnection
- isStale() - Method in class org.apache.http.impl.AbstractHttpConnection
- isTunnelActive() - Method in class org.apache.http.impl.DefaultHttpProxyConnection
- iterator() - Method in class org.apache.http.impl.HeaderGroup
- Returns an iterator over this group of headers.
K
- keepAlive(HttpResponse) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategy
L
- localAddress - Variable in class org.apache.http.impl.DefaultHttpClientConnection
M
- main(String[]) - Static method in class org.apache.http.impl.TestAllImpl
- main(String[]) - Static method in class org.apache.http.impl.TestBasicRequest
- main(String[]) - Static method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- main(String[]) - Static method in class org.apache.http.impl.TestHeaderGroup
- main(String[]) - Static method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- maxHeaderCount - Variable in class org.apache.http.impl.DefaultHttpClientConnection
- maxHeaderCount - Variable in class org.apache.http.impl.DefaultHttpServerConnection
N
- newHttpRequest(RequestLine) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
- newHttpRequest(String, String) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
- newHttpResponse(HttpVersion, int) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
- newHttpResponse(StatusLine) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
O
- open - Variable in class org.apache.http.impl.AbstractHttpConnection
- open(HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- org.apache.http.impl - package org.apache.http.impl
P
- parameters - Variable in class org.apache.http.impl.DefaultHttpParams
- Hash map of HTTP parameters that this collection contains
R
- RUSSIAN_HELLO - Static variable in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- rcvfactory - Variable in class org.apache.http.impl.AbstractHttpConnection
- readResponseHeaders(HttpResponse) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- readResponseStatusLine(HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- receiveRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- receiveRequestHeader(HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- receiveRequestHeaders(HttpRequest) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- receiveRequestLine(HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- receiveResponseHeader(HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- removeHeader(Header) - Method in class org.apache.http.impl.HeaderGroup
- Removes the given header.
- requestSentRetryEnabled - Variable in class org.apache.http.impl.DefaultHttpRequestRetryHandler
- Whether or not methods that have successfully sent their request will be retried
- requestfactory - Variable in class org.apache.http.impl.DefaultHttpServerConnection
- responsefactory - Variable in class org.apache.http.impl.DefaultHttpClientConnection
- retryCount - Variable in class org.apache.http.impl.DefaultHttpRequestRetryHandler
- the number of times a method will be retried
- retryRequest(IOException, int, HttpContext) - Method in class org.apache.http.impl.DefaultHttpRequestRetryHandler
- Used
retryCountandrequestSentRetryEnabledto determine if the given method should be retried.
S
- SWISS_GERMAN_HELLO - Static variable in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- secure - Variable in class org.apache.http.impl.DefaultHttpProxyConnection
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- sendRequestHeaders(HttpRequest) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- sendRequestLine(HttpRequest) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- sendResponseEntity(HttpResponse) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- sendResponseHeader(HttpResponse) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- sendResponseHeaders(HttpResponse) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- sendResponseStatusLine(HttpResponse) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- serialVersionUID - Static variable in class org.apache.http.impl.DefaultHttpParams
- setBooleanParameter(String, boolean) - Method in class org.apache.http.impl.DefaultHttpParams
- setDefaults(HttpParams) - Method in class org.apache.http.impl.DefaultHttpParams
- setDoubleParameter(String, double) - Method in class org.apache.http.impl.DefaultHttpParams
- setEntityDeserializer(EntityDeserializer) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- setEntityDeserializer(EntityDeserializer) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- setEntitySerializer(EntitySerializer) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- setEntitySerializer(EntitySerializer) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- setHeaders(Header[]) - Method in class org.apache.http.impl.HeaderGroup
- Sets all of the headers contained within this group overriding any existing headers.
- setIntParameter(String, int) - Method in class org.apache.http.impl.DefaultHttpParams
- setLocalAddress(InetAddress) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- setLongParameter(String, long) - Method in class org.apache.http.impl.DefaultHttpParams
- setParameter(String, Object) - Method in class org.apache.http.impl.DefaultHttpParams
- setParameters(String[], Object) - Method in class org.apache.http.impl.DefaultHttpParams
- Assigns the value to all the parameter with the given names
- setReceiverFactory(HttpDataReceiverFactory) - Method in class org.apache.http.impl.AbstractHttpConnection
- setRequestFactory(HttpRequestFactory) - Method in class org.apache.http.impl.DefaultHttpServerConnection
- setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- setTargetHost(HttpHost) - Method in class org.apache.http.impl.DefaultHttpClientConnection
- setTransmitterFactory(HttpDataTransmitterFactory) - Method in class org.apache.http.impl.AbstractHttpConnection
- shutdown() - Method in class org.apache.http.impl.AbstractHttpConnection
- socket - Variable in class org.apache.http.impl.AbstractHttpConnection
- startsWithHTTP(CharArrayBuffer) - Static method in class org.apache.http.impl.DefaultHttpClientConnection
- Tests if the string starts with 'HTTP' signature.
- suite() - Static method in class org.apache.http.impl.TestAllImpl
- suite() - Static method in class org.apache.http.impl.TestBasicRequest
- suite() - Static method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- suite() - Static method in class org.apache.http.impl.TestHeaderGroup
- suite() - Static method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
T
- TestAllImpl - class org.apache.http.impl.TestAllImpl.
- TestAllImpl(String) - Constructor for class org.apache.http.impl.TestAllImpl
- TestBasicRequest - class org.apache.http.impl.TestBasicRequest.
- TestBasicRequest(String) - Constructor for class org.apache.http.impl.TestBasicRequest
- TestDefaultConnectionReuseStrategy - class org.apache.http.impl.TestDefaultConnectionReuseStrategy.
- TestDefaultConnectionReuseStrategy(String) - Constructor for class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- TestHeaderGroup - class org.apache.http.impl.TestHeaderGroup.
- Unit tests for HeaderGroup.
- TestHeaderGroup(String) - Constructor for class org.apache.http.impl.TestHeaderGroup
- TestHttpDataReceiverAndTransmitter - class org.apache.http.impl.TestHttpDataReceiverAndTransmitter.
- TestHttpDataReceiverAndTransmitter(String) - Constructor for class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- targethost - Variable in class org.apache.http.impl.DefaultHttpClientConnection
- testAddRemoveHeader() - Method in class org.apache.http.impl.TestHeaderGroup
- testBasicReadWriteLine() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testBasicReadWriteLineLargeBuffer() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testBrokenConnectionDirective1() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testBrokenConnectionDirective2() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testChunkedContent() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testClear() - Method in class org.apache.http.impl.TestHeaderGroup
- testComplexReadWriteLine() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testCondensedHeader() - Method in class org.apache.http.impl.TestHeaderGroup
- testConstructor() - Method in class org.apache.http.impl.TestBasicRequest
- testConstructor() - Method in class org.apache.http.impl.TestHeaderGroup
- testExplicitClose() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testExplicitKeepAlive() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testFirstLastHeaders() - Method in class org.apache.http.impl.TestHeaderGroup
- testFutureHTTP() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testHTTP10Default() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testHTTP11Default() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testIgnoreInvalidKeepAlive() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testIllegalResponseArg() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testInit() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testInvalidCharArrayBuffer() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testIterator() - Method in class org.apache.http.impl.TestHeaderGroup
- testLineLimit() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testMultibyteCodedReadWriteLine() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testNoContentLengthResponseHttp1_0() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testNoContentLengthResponseHttp1_1() - Method in class org.apache.http.impl.TestDefaultConnectionReuseStrategy
- testNonAsciiReadWriteLine() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testReadWriteByte() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testReadWriteBytes() - Method in class org.apache.http.impl.TestHttpDataReceiverAndTransmitter
- testRequestLine() - Method in class org.apache.http.impl.TestBasicRequest
- testRequestLine2() - Method in class org.apache.http.impl.TestBasicRequest
- testSetHeaders() - Method in class org.apache.http.impl.TestHeaderGroup
- trxfactory - Variable in class org.apache.http.impl.AbstractHttpConnection
- tunnelTo(HttpHost, HttpParams) - Method in class org.apache.http.impl.DefaultHttpProxyConnection
- tunneltarget - Variable in class org.apache.http.impl.DefaultHttpProxyConnection
A B C D E F G H I K L M N O P R S T
|
|||||||||
| Home >> All >> org >> apache >> http >> [ impl overview ] | PREV NEXT | ||||||||