com.alibaba.dubbo.remoting.transport
Class AbstractCodec

java.lang.Object
  extended by com.alibaba.dubbo.remoting.transport.AbstractCodec
All Implemented Interfaces:
Codec
Direct Known Subclasses:
TransportCodec

public abstract class AbstractCodec
extends Object
implements Codec

AbstractCodec

Author:
william.liangf

Field Summary
 
Fields inherited from interface com.alibaba.dubbo.remoting.Codec
NEED_MORE_INPUT
 
Constructor Summary
AbstractCodec()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.alibaba.dubbo.remoting.Codec
decode, encode
 

Constructor Detail

AbstractCodec

public AbstractCodec()


Copyright © 2012 Alibaba. All Rights Reserved.