Class DubboCountCodec
java.lang.Object
org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec
- All Implemented Interfaces:
Codec2
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.dubbo.remoting.Codec2
Codec2.DecodeResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(Channel channel, ChannelBuffer buffer) voidencode(Channel channel, ChannelBuffer buffer, Object msg)
-
Constructor Details
-
DubboCountCodec
public DubboCountCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceCodec2- Throws:
IOException
-
decode
- Specified by:
decodein interfaceCodec2- Throws:
IOException
-