| Package | Description |
|---|---|
| com.alibaba.dubbo.rpc | |
| org.apache.dubbo.qos.protocol | |
| org.apache.dubbo.registry.integration | |
| org.apache.dubbo.rpc | |
| org.apache.dubbo.rpc.protocol | |
| 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.rest |
| Modifier and Type | Method and Description |
|---|---|
default List<ProtocolServer> |
Protocol.getServers()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolServer> |
QosProtocolWrapper.getServers() |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolServer> |
RegistryProtocol.getServers() |
| Modifier and Type | Method and Description |
|---|---|
default List<ProtocolServer> |
Protocol.getServers()
Get all servers serving this protocol
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolServer> |
ProtocolListenerWrapper.getServers() |
List<ProtocolServer> |
ProtocolFilterWrapper.getServers() |
List<ProtocolServer> |
AbstractProtocol.getServers() |
| Modifier and Type | Class and Description |
|---|---|
class |
DubboProtocolServer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestProtocolServer |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRestProtocolServer |
class |
DubboHttpProtocolServer |
class |
NettyRestProtocolServer
Netty server can't support @Context injection of servlet objects since it's not a servlet container
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.