public class OFEncoder extends io.netty.handler.codec.MessageToByteEncoder<MessageListenerWrapper>
Constructor and Description |
---|
OFEncoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
MessageListenerWrapper wrapper,
io.netty.buffer.ByteBuf out) |
void |
setSerializationFactory(SerializationFactory serializationFactory) |
acceptOutboundMessage, allocateBuffer, isPreferDirect, write
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
protected void encode(io.netty.channel.ChannelHandlerContext ctx, MessageListenerWrapper wrapper, io.netty.buffer.ByteBuf out) throws Exception
encode
in class io.netty.handler.codec.MessageToByteEncoder<MessageListenerWrapper>
Exception
public void setSerializationFactory(SerializationFactory serializationFactory)
Copyright © 2020 OpenDaylight. All rights reserved.