org.ektorp.http
Interface HttpResponse

All Known Implementing Classes:
StdHttpResponse

public interface HttpResponse


Method Summary
 void abort()
           
 int getCode()
           
 InputStream getContent()
           
 int getContentLength()
           
 String getContentType()
           
 String getRequestURI()
           
 boolean isSuccessful()
           
 void releaseConnection()
           
 

Method Detail

isSuccessful

boolean isSuccessful()

getCode

int getCode()

getRequestURI

String getRequestURI()

getContentType

String getContentType()

getContentLength

int getContentLength()

getContent

InputStream getContent()

releaseConnection

void releaseConnection()

abort

void abort()


Copyright © 2011. All Rights Reserved.