I\'m looking for a server example that would combine a http handler on port 80 and a protobuf handler on another port in the same jar. Thanks!
I don't know what exactly you are looking for. Its just about creating two different ServerBootstrap instances, configure them and call bind(..) thats it.