Package org.apache.dubbo.remoting
Interface Codec2
- All Known Implementing Classes:
AbstractCodec,CodecAdapter,DefaultCodec,ExchangeCodec,TelnetCodec,TransportCodec
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondecode(Channel channel, ChannelBuffer buffer) voidencode(Channel channel, ChannelBuffer buffer, Object message)
-
Method Details
-
encode
@Adaptive("codec") void encode(Channel channel, ChannelBuffer buffer, Object message) throws IOException - Throws:
IOException
-
decode
- Throws:
IOException
-