Uses of Class
org.apache.http.annotation.ThreadSafe

Packages that use ThreadSafe
org.apache.http.auth The API for client-side HTTP authentication against a server. 
org.apache.http.conn.scheme Scheme class represents a protocol scheme such as "http" or "https" and contains a number of protocol properties such as the default port and the socket factory to be used to creating Sockets for the given protocol 
org.apache.http.cookie The API for client-side state management via cookies. 
org.apache.http.entity.mime Support for MIME multipart messages based on Apache Mime4J 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
org.apache.http.impl.conn Default implementations for interfaces in org.apache.http.impl.conn and related classes. 
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of ThreadSafe in org.apache.http.auth
 

Classes in org.apache.http.auth with annotations of type ThreadSafe
 class AuthSchemeRegistry
          Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.
 

Uses of ThreadSafe in org.apache.http.conn.scheme
 

Classes in org.apache.http.conn.scheme with annotations of type ThreadSafe
 class SchemeRegistry
          A set of supported protocol Schemes.
 

Uses of ThreadSafe in org.apache.http.cookie
 

Classes in org.apache.http.cookie with annotations of type ThreadSafe
 class CookieSpecRegistry
          Cookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of cookie.
 

Uses of ThreadSafe in org.apache.http.entity.mime
 

Classes in org.apache.http.entity.mime with annotations of type ThreadSafe
 class MultipartEntity
          Multipart/form coded HTTP entity consisting of multiple body parts.
 

Uses of ThreadSafe in org.apache.http.impl.client
 

Classes in org.apache.http.impl.client with annotations of type ThreadSafe
 class AbstractHttpClient
          Base class for HttpClient implementations.
 class BasicCookieStore
          Default implementation of CookieStore
 class BasicCredentialsProvider
          Default implementation of CredentialsProvider.
 class DefaultHttpClient
          Default implementation of AbstractHttpClient.
 

Uses of ThreadSafe in org.apache.http.impl.conn
 

Classes in org.apache.http.impl.conn with annotations of type ThreadSafe
 class DefaultClientConnectionOperator
          Default implementation of a ClientConnectionOperator.
 class DefaultHttpRoutePlanner
          Default implementation of an HttpRoutePlanner.
 class DefaultResponseParser
          Default HTTP response parser implementation.
 class SingleClientConnManager
          A connection manager for a single connection.
 

Uses of ThreadSafe in org.apache.http.impl.conn.tsccm
 

Classes in org.apache.http.impl.conn.tsccm with annotations of type ThreadSafe
 class AbstractConnPool
          An abstract connection pool.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.