railo.commons.net.http.httpclient3
Class HTTPResponse3Impl
java.lang.Object
railo.commons.net.http.HTTPResponseSupport
railo.commons.net.http.httpclient3.HTTPResponse3Impl
- All Implemented Interfaces:
- HTTPResponse
public class HTTPResponse3Impl
- extends HTTPResponseSupport
HTTPResponse3Impl
public HTTPResponse3Impl(org.apache.commons.httpclient.HttpMethod rsp,
URL url)
getContentAsString
public String getContentAsString()
throws IOException
- Throws:
IOException
getContentAsString
public String getContentAsString(String charset)
throws IOException
- Throws:
IOException
getContentAsStream
public InputStream getContentAsStream()
throws IOException
- Throws:
IOException
getContentAsByteArray
public byte[] getContentAsByteArray()
throws IOException
- Throws:
IOException
getLastHeader
public Header getLastHeader(String name)
getLastHeaderIgnoreCase
public Header getLastHeaderIgnoreCase(String name)
getURL
public URL getURL()
getStatusCode
public int getStatusCode()
getStatusText
public String getStatusText()
getProtocolVersion
public String getProtocolVersion()
getStatusLine
public String getStatusLine()
getAllHeaders
public Header[] getAllHeaders()
Copyright © 2012 Railo