From 7af3bd7c72cece323f569ef6deb462dfb4534fa7 Mon Sep 17 00:00:00 2001 From: guilin <39266896+r1-12king@users.noreply.github.com> Date: Tue, 7 Sep 2021 09:54:01 +0800 Subject: [PATCH] enhance protocol.md #922 (#923) --- content/en/docs/v2.7/dev/impls/protocol.md | 4 ++++ content/zh/docs/references/spis/protocol.md | 1 + content/zh/docsv2.7/dev/impls/protocol.md | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/content/en/docs/v2.7/dev/impls/protocol.md b/content/en/docs/v2.7/dev/impls/protocol.md index 5dc9babb071..468faeff7be 100644 --- a/content/en/docs/v2.7/dev/impls/protocol.md +++ b/content/en/docs/v2.7/dev/impls/protocol.md @@ -75,6 +75,10 @@ public interface Protocol { * `org.apache.dubbo.rpc.protocol.rmi.RmiProtocol` * `org.apache.dubbo.rpc.protocol.http.HttpProtocol` * `org.apache.dubbo.rpc.protocol.http.hessian.HessianProtocol` +* `org.apache.dubbo.rpc.protocol.memcached.MemcachedProtocol` +* `org.apache.dubbo.rpc.support.MockProtocol` +* `org.apache.dubbo.rpc.protocol.redis.RedisProtocol` +* `org.apache.dubbo.rpc.protocol.nativethrift.ThriftProtocol` ## Extension Guide diff --git a/content/zh/docs/references/spis/protocol.md b/content/zh/docs/references/spis/protocol.md index c97f93d2709..6eee1253764 100644 --- a/content/zh/docs/references/spis/protocol.md +++ b/content/zh/docs/references/spis/protocol.md @@ -75,6 +75,7 @@ public interface Protocol { * `org.apache.dubbo.rpc.protocol.rmi.RmiProtocol` * `org.apache.dubbo.rpc.protocol.http.HttpProtocol` * `org.apache.dubbo.rpc.protocol.http.hessian.HessianProtocol` +* `org.apache.dubbo.rpc.support.MockProtocol` ## 扩展示例 diff --git a/content/zh/docsv2.7/dev/impls/protocol.md b/content/zh/docsv2.7/dev/impls/protocol.md index c97f93d2709..ab373000ead 100644 --- a/content/zh/docsv2.7/dev/impls/protocol.md +++ b/content/zh/docsv2.7/dev/impls/protocol.md @@ -75,6 +75,10 @@ public interface Protocol { * `org.apache.dubbo.rpc.protocol.rmi.RmiProtocol` * `org.apache.dubbo.rpc.protocol.http.HttpProtocol` * `org.apache.dubbo.rpc.protocol.http.hessian.HessianProtocol` +* `org.apache.dubbo.rpc.protocol.memcached.MemcachedProtocol` +* `org.apache.dubbo.rpc.support.MockProtocol` +* `org.apache.dubbo.rpc.protocol.redis.RedisProtocol` +* `org.apache.dubbo.rpc.protocol.nativethrift.ThriftProtocol` ## 扩展示例