public final class HttpViews extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
registerAllClientViews()
Register all default client views.
|
static void |
registerAllServerViews()
Register all default server views.
|
static void |
registerAllViews()
Register all default views.
|
public static final void registerAllClientViews()
It is recommended to call this method before doing any HTTP call to avoid missing stats.
public static final void registerAllServerViews()
It is recommended to call this method before doing any HTTP call to avoid missing stats.
public static final void registerAllViews()
registerAllClientViews() and
registerAllServerViews().
It is recommended to call this method before doing any HTTP call to avoid missing stats.