- All Implemented Interfaces:
- io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
@ChannelHandler.Sharable
public class OpenHandler
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
We are using Kryo for serialization message between spark and the Olap Server.
This handler is going to simply take the current pipeline and add 2 standard channels
to encode a kryo object and decode a kryo object.
Also it is going to add the main channel handler in the pipleline
- See Also:
StreamListenerServer
,
ResultStreamer