Package org.apache.storm.messaging.netty
Class NettySerializableMessageEncoder
- java.lang.Object
-
- org.apache.storm.shade.io.netty.channel.ChannelHandlerAdapter
-
- org.apache.storm.shade.io.netty.channel.ChannelOutboundHandlerAdapter
-
- org.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder<INettySerializable>
-
- org.apache.storm.messaging.netty.NettySerializableMessageEncoder
-
- All Implemented Interfaces:
org.apache.storm.shade.io.netty.channel.ChannelHandler
,org.apache.storm.shade.io.netty.channel.ChannelOutboundHandler
@Sharable public class NettySerializableMessageEncoder extends org.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder<INettySerializable>
-
-
Field Summary
Fields Modifier and Type Field Description static NettySerializableMessageEncoder
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.storm.shade.io.netty.buffer.ByteBuf
allocateBuffer(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, INettySerializable msg, boolean preferDirect)
protected void
encode(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, INettySerializable msg, org.apache.storm.shade.io.netty.buffer.ByteBuf out)
-
Methods inherited from class org.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder
acceptOutboundMessage, isPreferDirect, write
-
Methods inherited from class org.apache.storm.shade.io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, read
-
Methods inherited from class org.apache.storm.shade.io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Field Detail
-
INSTANCE
public static final NettySerializableMessageEncoder INSTANCE
-
-
Method Detail
-
encode
protected void encode(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, INettySerializable msg, org.apache.storm.shade.io.netty.buffer.ByteBuf out) throws Exception
- Specified by:
encode
in classorg.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder<INettySerializable>
- Throws:
Exception
-
allocateBuffer
protected org.apache.storm.shade.io.netty.buffer.ByteBuf allocateBuffer(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, INettySerializable msg, boolean preferDirect) throws Exception
- Overrides:
allocateBuffer
in classorg.apache.storm.shade.io.netty.handler.codec.MessageToByteEncoder<INettySerializable>
- Throws:
Exception
-
-