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, writebind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, isSharable, read, userEventTriggeredprotected void encode(io.netty.channel.ChannelHandlerContext ctx,
StompSubframe msg,
List<Object> out)
throws Exception
encode in class io.netty.handler.codec.MessageToMessageEncoder<StompSubframe>ExceptionCopyright © 2008–2015 The Netty Project. All rights reserved.