com.atlassian.confluence.util.http
Interface HttpResponse
- All Known Implementing Classes:
- HttpClientHttpResponse
public interface HttpResponse
isCached
boolean isCached()
isFailed
boolean isFailed()
isNotFound
boolean isNotFound()
isNotPermitted
boolean isNotPermitted()
getResponse
java.io.InputStream getResponse()
throws java.io.IOException
- Throws:
java.io.IOException
getContentType
java.lang.String getContentType()
getStatusMessage
java.lang.String getStatusMessage()
getStatusCode
int getStatusCode()
finish
void finish()
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.