Class DubboCodec
- All Implemented Interfaces:
Codec2,org.apache.dubbo.rpc.model.ScopeModelAware
Dubbo codec.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.dubbo.remoting.Codec2
Codec2.DecodeResult -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
decode, encode, getMagicCodeMethods inherited from class org.apache.dubbo.remoting.transport.AbstractCodec
setFrameworkModelMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.model.ScopeModelAware
setApplicationModel, setModuleModel, setScopeModel
-
Field Details
-
NAME
- See Also:
-
DUBBO_VERSION
-
RESPONSE_WITH_EXCEPTION
public static final byte RESPONSE_WITH_EXCEPTION- See Also:
-
RESPONSE_VALUE
public static final byte RESPONSE_VALUE- See Also:
-
RESPONSE_NULL_VALUE
public static final byte RESPONSE_NULL_VALUE- See Also:
-
RESPONSE_WITH_EXCEPTION_WITH_ATTACHMENTS
public static final byte RESPONSE_WITH_EXCEPTION_WITH_ATTACHMENTS- See Also:
-
RESPONSE_VALUE_WITH_ATTACHMENTS
public static final byte RESPONSE_VALUE_WITH_ATTACHMENTS- See Also:
-
RESPONSE_NULL_VALUE_WITH_ATTACHMENTS
public static final byte RESPONSE_NULL_VALUE_WITH_ATTACHMENTS- See Also:
-
EMPTY_OBJECT_ARRAY
-
EMPTY_CLASS_ARRAY
-
GENERIC_PTS_ARRAY
-
ECHO_PTS_ARRAY
-
-
Constructor Details
-
DubboCodec
public DubboCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel)
-