public class DubboCodec extends ExchangeCodec
Codec2.DecodeResult| Modifier and Type | Field and Description |
|---|---|
static String |
DUBBO_VERSION |
static Class<?>[] |
EMPTY_CLASS_ARRAY |
static Object[] |
EMPTY_OBJECT_ARRAY |
static String |
NAME |
static byte |
RESPONSE_NULL_VALUE |
static byte |
RESPONSE_NULL_VALUE_WITH_ATTACHMENTS |
static byte |
RESPONSE_VALUE |
static byte |
RESPONSE_VALUE_WITH_ATTACHMENTS |
static byte |
RESPONSE_WITH_EXCEPTION |
static byte |
RESPONSE_WITH_EXCEPTION_WITH_ATTACHMENTS |
| Constructor and Description |
|---|
DubboCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel) |
decode, encode, getMagicCodesetFrameworkModelequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetApplicationModel, setModuleModel, setScopeModelpublic static final String NAME
public static final String DUBBO_VERSION
public static final byte RESPONSE_WITH_EXCEPTION
public static final byte RESPONSE_VALUE
public static final byte RESPONSE_NULL_VALUE
public static final byte RESPONSE_WITH_EXCEPTION_WITH_ATTACHMENTS
public static final byte RESPONSE_VALUE_WITH_ATTACHMENTS
public static final byte RESPONSE_NULL_VALUE_WITH_ATTACHMENTS
public static final Object[] EMPTY_OBJECT_ARRAY
public static final Class<?>[] EMPTY_CLASS_ARRAY
public DubboCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.