previous
|
start
|
next
Retrieving Response Code and Message
Cast the
URLConnection
object to the
HttpConnection
subclass
Get the response code with
getResponseCode
Get the response message with
getResponseMessage
previous
|
start
|
next