|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotThreadSafe | |
|---|---|
| org.apache.http.config | Core configuration APIs. |
| org.apache.http.entity | Core HTTP entity implementations. |
| org.apache.http.impl | Default implementations of HTTP connections for synchronous, blocking communication. |
| org.apache.http.impl.io | Default implementations of message parses and writers for synchronous, blocking communication. |
| org.apache.http.message | Core HTTP message components, message element parser and writer APIs and their default implementations. |
| org.apache.http.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. |
| org.apache.http.util | Core utility classes. |
| Uses of NotThreadSafe in org.apache.http.config |
|---|
| Classes in org.apache.http.config with annotations of type NotThreadSafe | |
|---|---|
class |
RegistryBuilder<I>
Builder for Registry instances. |
| Uses of NotThreadSafe in org.apache.http.entity |
|---|
| Classes in org.apache.http.entity with annotations of type NotThreadSafe | |
|---|---|
class |
AbstractHttpEntity
Abstract base class for entities. |
class |
BasicHttpEntity
A generic streamed, non-repeatable entity that obtains its content from an InputStream. |
class |
BufferedHttpEntity
A wrapping entity that buffers it content if necessary. |
class |
ByteArrayEntity
A self contained, repeatable entity that obtains its content from a byte array. |
class |
FileEntity
A self contained, repeatable entity that obtains its content from a file. |
class |
HttpEntityWrapper
Base class for wrapping entities. |
class |
InputStreamEntity
A streamed, non-repeatable entity that obtains its content from an InputStream. |
class |
SerializableEntity
A streamed entity that obtains its content from a Serializable. |
class |
StringEntity
A self contained, repeatable entity that obtains its content from a String. |
| Uses of NotThreadSafe in org.apache.http.impl |
|---|
| Classes in org.apache.http.impl with annotations of type NotThreadSafe | |
|---|---|
class |
AbstractHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
class |
AbstractHttpServerConnection
Deprecated. (4.3) use DefaultBHttpServerConnection |
class |
BHttpConnectionBase
This class serves as a base for all HttpConnection implementations and provides
functionality common to both client and server HTTP connections. |
class |
DefaultBHttpClientConnection
Default implementation of HttpClientConnection. |
class |
DefaultBHttpServerConnection
Default implementation of HttpServerConnection. |
class |
DefaultHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
class |
DefaultHttpServerConnection
Deprecated. (4.3) use DefaultBHttpServerConnection |
class |
HttpConnectionMetricsImpl
Default implementation of the HttpConnectionMetrics interface. |
class |
SocketHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
| Uses of NotThreadSafe in org.apache.http.impl.io |
|---|
| Classes in org.apache.http.impl.io with annotations of type NotThreadSafe | |
|---|---|
class |
AbstractMessageParser<T extends HttpMessage>
Abstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer. |
class |
AbstractMessageWriter<T extends HttpMessage>
Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer. |
class |
AbstractSessionInputBuffer
Deprecated. (4.3) use SessionInputBufferImpl |
class |
AbstractSessionOutputBuffer
Deprecated. (4.3) use SessionOutputBufferImpl |
class |
ChunkedInputStream
Implements chunked transfer coding. |
class |
ChunkedOutputStream
Implements chunked transfer coding. |
class |
ContentLengthInputStream
Input stream that cuts off after a defined number of bytes. |
class |
ContentLengthOutputStream
Output stream that cuts off after a defined number of bytes. |
class |
DefaultHttpRequestParser
HTTP request parser that obtain its input from an instance of SessionInputBuffer. |
class |
DefaultHttpRequestWriter
HTTP request writer that serializes its output to an instance of SessionOutputBuffer. |
class |
DefaultHttpResponseParser
HTTP response parser that obtain its input from an instance of SessionInputBuffer. |
class |
DefaultHttpResponseWriter
HTTP response writer that serializes its output to an instance of SessionOutputBuffer. |
class |
HttpRequestParser
Deprecated. (4.2) use DefaultHttpRequestParser |
class |
HttpRequestWriter
Deprecated. (4.3) use DefaultHttpRequestWriter |
class |
HttpResponseParser
Deprecated. (4.2) use DefaultHttpResponseParser |
class |
HttpResponseWriter
Deprecated. (4.3) use DefaultHttpResponseWriter |
class |
HttpTransportMetricsImpl
Default implementation of HttpTransportMetrics. |
class |
IdentityInputStream
Input stream that reads data without any transformation. |
class |
IdentityOutputStream
Output stream that writes data without any transformation. |
class |
SessionInputBufferImpl
Abstract base class for session input buffers that stream data from an arbitrary InputStream. |
class |
SessionOutputBufferImpl
Abstract base class for session output buffers that stream data to an arbitrary OutputStream. |
class |
SocketInputBuffer
Deprecated. (4.3) use SessionInputBufferImpl |
class |
SocketOutputBuffer
Deprecated. (4.3) use SessionOutputBufferImpl |
| Uses of NotThreadSafe in org.apache.http.message |
|---|
| Classes in org.apache.http.message with annotations of type NotThreadSafe | |
|---|---|
class |
AbstractHttpMessage
Basic implementation of HttpMessage. |
class |
BasicHeaderElement
Basic implementation of HeaderElement |
class |
BasicHeaderElementIterator
Basic implementation of a HeaderElementIterator. |
class |
BasicHeaderIterator
Basic implementation of a HeaderIterator. |
class |
BasicHttpEntityEnclosingRequest
Basic implementation of HttpEntityEnclosingRequest. |
class |
BasicHttpRequest
Basic implementation of HttpRequest. |
class |
BasicHttpResponse
Basic implementation of HttpResponse. |
class |
BasicListHeaderIterator
Implementation of a HeaderIterator based on a List. |
class |
BasicTokenIterator
Basic implementation of a TokenIterator. |
class |
BufferedHeader
This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed. |
class |
HeaderGroup
A class for combining a set of headers. |
class |
ParserCursor
This class represents a context of a parsing operation: the current position the parsing operation is expected to start at the bounds limiting the scope of the parsing operation |
| Uses of NotThreadSafe in org.apache.http.protocol |
|---|
| Classes in org.apache.http.protocol with annotations of type NotThreadSafe | |
|---|---|
class |
BasicHttpProcessor
Deprecated. (4.3) |
class |
HttpCoreContext
Implementation of HttpContext that provides convenience
setters for user assignable attributes and getter for readable attributes. |
| Uses of NotThreadSafe in org.apache.http.util |
|---|
| Classes in org.apache.http.util with annotations of type NotThreadSafe | |
|---|---|
class |
ByteArrayBuffer
A resizable byte array. |
class |
CharArrayBuffer
A resizable char array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||