Uses of Interface
org.apache.storm.messaging.netty.INettySerializable
Packages that use INettySerializable
-
Uses of INettySerializable in org.apache.storm.messaging.netty
Classes in org.apache.storm.messaging.netty that implement INettySerializableModifier and TypeClassDescriptionenum
class
Send and receive SASL tokens.Methods in org.apache.storm.messaging.netty with parameters of type INettySerializableModifier and TypeMethodDescriptionprotected org.apache.storm.shade.io.netty.buffer.ByteBuf
NettySerializableMessageEncoder.allocateBuffer
(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, INettySerializable msg, boolean preferDirect) protected void
NettySerializableMessageEncoder.encode
(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, INettySerializable msg, org.apache.storm.shade.io.netty.buffer.ByteBuf out)