previous
|
start
|
next
Retrieve Other Response Information from
URLConnection
Content-Type
int length = connection.getContentLength();
Content-Content
String type = connection.getContentType();
previous
|
start
|
next