Uses of Package
org.apache.http.annotation

Packages that use org.apache.http.annotation
org.apache.http Core HTTP component APIs and primitives. 
org.apache.http.annotation Provides annotations for public interface definitions 
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.entity Default implementations of entity content strategies. 
org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication. 
org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication. 
org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication. 
org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. 
org.apache.http.impl.pool Default implementations of client side connection pools 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.nio.pool Client side connection pools APIs for asynchronous, event driven communication. 
org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. 
org.apache.http.nio.reactor.ssl TLS/SSL support for asynchronous, event driven communication. 
org.apache.http.nio.util Core utility classes for asynchronous, event driven communication. 
org.apache.http.params Deprecated. 
org.apache.http.pool Client side connection pools APIs for synchronous, blocking communication. 
org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. 
 

Classes in org.apache.http.annotation used by org.apache.http
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.annotation
ThreadingBehavior
          Defines types of threading behavior enforced at runtime.
 

Classes in org.apache.http.annotation used by org.apache.http.config
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.entity
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.impl
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.entity
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.io
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.nio
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.nio.pool
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.nio.reactor
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.impl.pool
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.message
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.nio.pool
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.nio.protocol
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.nio.reactor.ssl
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.nio.util
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.params
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.pool
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 

Classes in org.apache.http.annotation used by org.apache.http.protocol
Contract
          This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.