Uses of Interface
org.apache.http.entity.EntityDeserializer

Packages that use EntityDeserializer
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
 

Uses of EntityDeserializer in org.apache.http.impl
 

Methods in org.apache.http.impl with parameters of type EntityDeserializer
 void DefaultHttpClientConnection.setEntityDeserializer(EntityDeserializer entitydeserializer)
           
 void DefaultHttpServerConnection.setEntityDeserializer(EntityDeserializer entitydeserializer)
           
 

Uses of EntityDeserializer in org.apache.http.impl.entity
 

Classes in org.apache.http.impl.entity that implement EntityDeserializer
 class DefaultEntityDeserializer
          Default implementation of an entity generator.
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.