railo.commons.net.http
Interface HTTPResponse
- All Known Implementing Classes:
- HTTPResponse3Impl, HTTPResponse4Impl, HTTPResponseSupport
public interface HTTPResponse
getContentAsString
String getContentAsString()
throws IOException
- Throws:
IOException
getContentAsString
String getContentAsString(String charset)
throws IOException
- Throws:
IOException
getContentAsStream
InputStream getContentAsStream()
throws IOException
- Throws:
IOException
getContentAsByteArray
byte[] getContentAsByteArray()
throws IOException
- Throws:
IOException
getContentType
ContentType getContentType()
getLastHeader
Header getLastHeader(String name)
getLastHeaderIgnoreCase
Header getLastHeaderIgnoreCase(String name)
getCharset
String getCharset()
getContentLength
long getContentLength()
throws IOException
- Throws:
IOException
getURL
URL getURL()
getStatusCode
int getStatusCode()
getStatusText
String getStatusText()
getProtocolVersion
String getProtocolVersion()
getStatusLine
String getStatusLine()
getAllHeaders
Header[] getAllHeaders()
Copyright © 2012 Railo