public class StompSubframeEncoder extends io.netty.handler.codec.MessageToMessageEncoder<StompSubframe>
Constructor and Description |
---|
StompSubframeEncoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
StompSubframe msg,
List<Object> out) |
acceptOutboundMessage, write
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
protected void encode(io.netty.channel.ChannelHandlerContext ctx, StompSubframe msg, List<Object> out) throws Exception
encode
in class io.netty.handler.codec.MessageToMessageEncoder<StompSubframe>
Exception
Copyright © 2008–2020 The Netty Project. All rights reserved.