public interface ConnectionStateTracker
Modifier and Type | Method and Description |
---|---|
UUID |
getId() |
io.netty.channel.Channel |
getInboundChannel() |
io.netty.channel.Channel |
getOutboundChannel() |
int |
getReadCount(io.netty.channel.Channel channel) |
void |
incrementReadCount(io.netty.channel.Channel channel) |
void |
incrementWriteCount(io.netty.channel.Channel channel) |
void |
setOutboundChannel(io.netty.channel.Channel outboundChannel) |
String |
toString(String prepend) |
String |
toString(String prepend,
String postpend) |
void setOutboundChannel(io.netty.channel.Channel outboundChannel)
void incrementWriteCount(io.netty.channel.Channel channel)
void incrementReadCount(io.netty.channel.Channel channel)
int getReadCount(io.netty.channel.Channel channel)
UUID getId()
io.netty.channel.Channel getInboundChannel()
io.netty.channel.Channel getOutboundChannel()
Copyright © 2016. All Rights Reserved.