JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.mastfrog.netty.http.client
Interface ActivityMonitor
public interface
ActivityMonitor
Allows network activity to be monitored in an HTTP client
Author:
Tim Boudreau
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onEndRequest
(
URL
url)
void
onStartRequest
(
URL
url)
Method Details
onStartRequest
void
onStartRequest
(
URL
url)
onEndRequest
void
onEndRequest
(
URL
url)