public abstract class InboundHandlerWithCounters<S,D> extends InboundHandler<S,D>
Modifier and Type | Field and Description |
---|---|
protected Counter |
normalPacketsRead |
protected Counter |
priorityPacketsRead |
channel, dst, src
Constructor and Description |
---|
InboundHandlerWithCounters() |
Modifier and Type | Method and Description |
---|---|
void |
setNormalPacketsRead(Counter normalPacketsRead) |
void |
setPriorityPacketsRead(Counter priorityPacketsRead) |
initSrcBuffer, initSrcBuffer, onRead
dst, dst, handlerAdded, interceptError, setChannel, src, src
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.