For a server using Netty 4.0,
1) Can i use one handler to handle data coming from clients which are developed in different languages?(for example : c#, flash, objective-c, javascript)
2) Should i use ChannelInboundByteHandler or ChannelInboundMessageHandler for the above situation?
thank you..