public abstract class ChannelInboundHandlerWithCounters extends Object implements ChannelInboundHandler
Modifier and Type | Field and Description |
---|---|
protected Counter |
normalPacketsRead |
protected Counter |
priorityPacketsRead |
Constructor and Description |
---|
ChannelInboundHandlerWithCounters() |
Modifier and Type | Method and Description |
---|---|
void |
setNormalPacketsRead(Counter normalPacketsRead) |
void |
setPriorityPacketsRead(Counter priorityPacketsRead) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onRead
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.