public interface BytesSent extends NetworkEvent
Modifier and Type | Method and Description |
---|---|
default int |
count()
Returns the number of bytes measured at the application layer that have been sent over the
network for this request since the last time this event was called.
|
default Network |
network()
Returns the
Network instance initiated this event. |
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 count()