public interface ResponseStarted extends NetworkEvent
Modifier and Type | Method and Description |
---|---|
default Network |
network()
Returns the
Network instance initiated this event. |
default int |
responseCode()
Returns the HTTP response code.
|
default UrlRequest |
urlRequest()
Returns the URL request associated with the response.
|
default Network network()
NetworkEvent
Network
instance initiated this event.network
in interface NetworkEvent
default UrlRequest urlRequest()
default int responseCode()