public class NioGremlinBinaryRequestDecoder
extends ByteToMessageDecoder
Constructor and Description |
---|
NioGremlinBinaryRequestDecoder(Map<String,MessageSerializer> serializers) |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(ChannelHandlerContext channelHandlerContext,
ByteBuf byteBuf,
List<Object> objects) |
MessageSerializer |
select(String mimeType,
MessageSerializer defaultSerializer) |
public NioGremlinBinaryRequestDecoder(Map<String,MessageSerializer> serializers)
protected void decode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List<Object> objects) throws Exception
Exception
public MessageSerializer select(String mimeType, MessageSerializer defaultSerializer)
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.