Skip to main content

All Questions

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 ...
nanofarad's user avatar
  • 451