public interface NetworkStatsListener<N extends NetworkContext>
| Modifier and Type | Method and Description |
|---|---|
void |
onHostPort(String hostName,
int port) |
void |
onNetworkStats(long writeBps,
long readBps,
long socketPollCountPerSecond,
N networkContext) |
Copyright © 2016. All rights reserved.