All Questions
1 question
0
votes
2
answers
2k
views
Handling multiple packet types in Java 8
I have a Netty-based game server implementation that handles 40 or so distinct packets with their own serialization structure, for brevity I'll refer to them as FooPacket, BarPacket, ... These packet ...