public class TransportState extends Object
| Constructor and Description |
|---|
TransportState() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.Channel |
getChannel() |
Queue<Packet> |
getPacketsQueue() |
void |
setPacketsQueue(Queue<Packet> packetsQueue) |
io.netty.channel.Channel |
update(io.netty.channel.Channel channel) |
Copyright © 2012–2021. All rights reserved.