org.apache.http.client.fluent
Class Response
java.lang.Object
org.apache.http.client.fluent.Response
public class Response
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.