public class ChannelStateful extends Object
| Constructor and Description |
|---|
ChannelStateful(io.netty.channel.Channel newChannel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveColoring() |
long |
getActiveEntity() |
long |
getActiveGraph() |
io.netty.channel.Channel |
getChannel() |
boolean |
isPolling() |
void |
setActiveColoring(String newActiveColoring) |
void |
setActiveEntity(long newActiveEntity) |
void |
setActiveGraph(long newActiveGraph) |
void |
setPolling(boolean newPolling) |
public io.netty.channel.Channel getChannel()
public long getActiveEntity()
public void setActiveEntity(long newActiveEntity)
public String getActiveColoring()
public void setActiveColoring(String newActiveColoring)
public long getActiveGraph()
public void setActiveGraph(long newActiveGraph)
public boolean isPolling()
public void setPolling(boolean newPolling)
Copyright © 2021. All rights reserved.