public class UdpServerListener extends TcpServerListener<io.reactivex.netty.server.ServerMetricsEvent<?>>
| Modifier | Constructor and Description |
|---|---|
protected |
UdpServerListener(java.lang.String monitorId) |
| Modifier and Type | Method and Description |
|---|---|
static UdpServerListener |
newUdpListener(java.lang.String monitorId) |
void |
onEvent(io.reactivex.netty.server.ServerMetricsEvent<?> event,
long duration,
java.util.concurrent.TimeUnit timeUnit,
java.lang.Throwable throwable,
java.lang.Object value) |
getBytesRead, getBytesWritten, getConnectionProcessingTimes, getFailedConnections, getFailedFlushes, getFailedWrites, getFlushTimes, getInflightConnections, getLiveConnections, getPendingFlushes, getPendingWrites, getWriteTimes, newListener, onByteRead, onCompleted, onConnectionCloseFailed, onConnectionCloseStart, onConnectionCloseSuccess, onConnectionHandlingFailed, onConnectionHandlingStart, onConnectionHandlingSuccess, onFlushFailed, onFlushStart, onFlushSuccess, onNewClientConnected, onSubscribe, onWriteFailed, onWriteStart, onWriteSuccesspublic void onEvent(io.reactivex.netty.server.ServerMetricsEvent<?> event,
long duration,
java.util.concurrent.TimeUnit timeUnit,
java.lang.Throwable throwable,
java.lang.Object value)
onEvent in interface io.reactivex.netty.metrics.MetricEventsListener<io.reactivex.netty.server.ServerMetricsEvent<?>>onEvent in class io.reactivex.netty.metrics.ServerMetricEventsListener<io.reactivex.netty.server.ServerMetricsEvent<?>>public static UdpServerListener newUdpListener(java.lang.String monitorId)