Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.http.HttpEntity

Uses of HttpEntity in org.apache.http
 

Methods in org.apache.http that return HttpEntity
 HttpEntity HttpResponse.getEntity()
          Returns the response entity of this response as set by
 HttpEntity HttpEntityEnclosingRequest.getEntity()
           
 

Methods in org.apache.http with parameters of type HttpEntity
 void HttpResponse.setEntity(HttpEntity entity)
          Associates a response entity with this response.
 void HttpEntityEnclosingRequest.setEntity(HttpEntity entity)