org.apache.http.client.fluent
Class Response

java.lang.Object
  extended by org.apache.http.client.fluent.Response

public class Response
extends Object


Method Summary
 void discardContent()
           
<T> T
handleResponse(ResponseHandler<T> handler)
           
 Content returnContent()
           
 HttpResponse returnResponse()
           
 void saveContent(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

discardContent

public void discardContent()

handleResponse

public <T> T handleResponse(ResponseHandler<T> handler)
                 throws ClientProtocolException,
                        IOException
Throws:
ClientProtocolException
IOException

returnContent

public Content returnContent()
                      throws ClientProtocolException,
                             IOException
Throws:
ClientProtocolException
IOException

returnResponse

public HttpResponse returnResponse()
                            throws IOException
Throws:
IOException

saveContent

public void saveContent(File file)
                 throws IOException
Throws:
IOException


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.