| Package | Description |
|---|---|
| com.alibaba.dubbo.remoting | |
| org.apache.dubbo.remoting.exchange.codec | |
| org.apache.dubbo.remoting.telnet.codec | |
| org.apache.dubbo.remoting.transport | |
| org.apache.dubbo.remoting.transport.codec | |
| org.apache.dubbo.remoting.transport.grizzly | |
| org.apache.dubbo.remoting.transport.netty4 | |
| org.apache.dubbo.rpc.protocol.dubbo |
FutureAdapter was in dubbo-rpc-dubbo module,
considering some users will use this class directly, keep the package not changed. |
| org.apache.dubbo.rpc.protocol.thrift |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Codec2
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExchangeCodec
ExchangeCodec.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TelnetCodec
TelnetCodec
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodec
AbstractCodec
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodecAdapter |
class |
TransportCodec
Deprecated.
|
| Constructor and Description |
|---|
GrizzlyCodecAdapter(Codec2 codec,
URL url,
ChannelHandler handler) |
| Constructor and Description |
|---|
NettyCodecAdapter(Codec2 codec,
URL url,
ChannelHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DubboCodec
Dubbo codec.
|
class |
DubboCountCodec |
| Modifier and Type | Class and Description |
|---|---|
class |
ThriftCodec
Deprecated.
|
class |
ThriftNativeCodec
Deprecated.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.