com.atlassian.confluence.util.http
Interface HttpResponse

All Known Implementing Classes:
HttpClientHttpResponse

public interface HttpResponse


Method Summary
 void finish()
           
 String getContentType()
           
 InputStream getResponse()
           
 int getStatusCode()
           
 String getStatusMessage()
           
 boolean isCached()
           
 boolean isFailed()
           
 boolean isNotFound()
           
 boolean isNotPermitted()
           
 

Method Detail

isCached

boolean isCached()

isFailed

boolean isFailed()

isNotFound

boolean isNotFound()

isNotPermitted

boolean isNotPermitted()

getResponse

InputStream getResponse()
                        throws IOException
Throws:
IOException

getContentType

String getContentType()

getStatusMessage

String getStatusMessage()

getStatusCode

int getStatusCode()

finish

void finish()


Confluence is developed by Atlassian.