railo.commons.net.http
Class HTTPResponseSupport

java.lang.Object
  extended by railo.commons.net.http.HTTPResponseSupport
All Implemented Interfaces:
HTTPResponse
Direct Known Subclasses:
HTTPResponse3Impl, HTTPResponse4Impl

public abstract class HTTPResponseSupport
extends Object
implements HTTPResponse


Constructor Summary
HTTPResponseSupport()
           
 
Method Summary
 String getCharset()
           
 long getContentLength()
           
 ContentType getContentType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface railo.commons.net.http.HTTPResponse
getAllHeaders, getContentAsByteArray, getContentAsStream, getContentAsString, getContentAsString, getLastHeader, getLastHeaderIgnoreCase, getProtocolVersion, getStatusCode, getStatusLine, getStatusText, getURL
 

Constructor Detail

HTTPResponseSupport

public HTTPResponseSupport()
Method Detail

getContentLength

public final long getContentLength()
                            throws IOException
Specified by:
getContentLength in interface HTTPResponse
Throws:
IOException

getContentType

public final ContentType getContentType()
Specified by:
getContentType in interface HTTPResponse

getCharset

public final String getCharset()
Specified by:
getCharset in interface HTTPResponse


Copyright © 2012 Railo