@ChannelHandler.Sharable
public final class WebSocketGremlinResponseDecoder
extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.handler.codec.http.websocketx.WebSocketFrame>
Constructor and Description |
---|
WebSocketGremlinResponseDecoder(MessageSerializer<?> serializer) |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext channelHandlerContext,
io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame,
List<Object> objects) |
acceptInboundMessage, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public WebSocketGremlinResponseDecoder(MessageSerializer<?> serializer)
protected void decode(io.netty.channel.ChannelHandlerContext channelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame, List<Object> objects) throws Exception
decode
in class io.netty.handler.codec.MessageToMessageDecoder<io.netty.handler.codec.http.websocketx.WebSocketFrame>
Exception
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.