ScalableSelector and data transformation
ScalableSelector
replacesTcpServer
and can handle multipleServerSocketChannels
at the same time.ClientChannel
now has an optional data transformation function, to transform the incoming data before the message is reconstructed and parsed. For instance, you can use this function to decipher the incoming bytes with AES.