Uses of Package
org.apache.http.annotation

Packages that use org.apache.http.annotation
org.apache.http Core HTTP components based on the blocking I/O model. 
org.apache.http.entity Common HTTP entity implementations. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.entity Default implementations for interfaces in org.apache.http.entity and provides utility classes for serialization and deserialization of HTTP content entities. 
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.impl.pool Basic implementations for interfaces in org.apache.http.pool
org.apache.http.message Basic HTTP message implementations. 
org.apache.http.params The parameterization framework for HTTP components. 
org.apache.http.pool Synchronous (blocking) connection pool components. 
org.apache.http.protocol HTTP protocol execution framework and synchronous HTTP protocol handlers based on the blocking I/O model. 
org.apache.http.util Resizable byte and char arrays and various utility classes with static helper methods. 
 

Classes in org.apache.http.annotation used by org.apache.http
Immutable
          The class to which this annotation is applied is immutable.
 

Classes in org.apache.http.annotation used by org.apache.http.entity
Immutable
          The class to which this annotation is applied is immutable.
NotThreadSafe
          The class to which this annotation is applied is not thread-safe.
 

Classes in org.apache.http.annotation used by org.apache.http.impl
Immutable
          The class to which this annotation is applied is immutable.
NotThreadSafe
          The class to which this annotation is applied is not thread-safe.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.entity
Immutable
          The class to which this annotation is applied is immutable.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.io
NotThreadSafe
          The class to which this annotation is applied is not thread-safe.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.pool
Immutable
          The class to which this annotation is applied is immutable.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in org.apache.http.annotation used by org.apache.http.message
Immutable
          The class to which this annotation is applied is immutable.
NotThreadSafe
          The class to which this annotation is applied is not thread-safe.
 

Classes in org.apache.http.annotation used by org.apache.http.params
NotThreadSafe
          The class to which this annotation is applied is not thread-safe.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in org.apache.http.annotation used by org.apache.http.pool
Immutable
          The class to which this annotation is applied is immutable.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in org.apache.http.annotation used by org.apache.http.protocol
Immutable
          The class to which this annotation is applied is immutable.
NotThreadSafe
          The class to which this annotation is applied is not thread-safe.
ThreadSafe
          The class to which this annotation is applied is thread-safe.
 

Classes in org.apache.http.annotation used by org.apache.http.util
NotThreadSafe
          The class to which this annotation is applied is not thread-safe.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.