public final class ResponseDataDecodeRegistry extends Object
| Constructor and Description |
|---|
ResponseDataDecodeRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addDecoder(int type,
EntityDecoder<io.netty.buffer.ByteBuf,?> decoder) |
static EntityDecoder<io.netty.buffer.ByteBuf,Object> |
getDecoder(int type) |
static boolean |
removeDecoder(int type) |
public static boolean addDecoder(int type,
EntityDecoder<io.netty.buffer.ByteBuf,?> decoder)
public static EntityDecoder<io.netty.buffer.ByteBuf,Object> getDecoder(int type)
public static boolean removeDecoder(int type)
Copyright © 2021 Alibaba Group. All rights reserved.