public interface HttpResponse
Modifier and Type | Method and Description |
---|---|
void |
abort() |
int |
getCode() |
InputStream |
getContent() |
long |
getContentLength() |
String |
getContentType() |
String |
getETag() |
String |
getRequestURI() |
boolean |
isSuccessful() |
void |
releaseConnection() |
boolean isSuccessful()
int getCode()
String getRequestURI()
String getContentType()
long getContentLength()
InputStream getContent()
String getETag()
void releaseConnection()
void abort()
Copyright © 2013. All Rights Reserved.