类分层结构
- java.lang.Object
- org.apache.dubbo.rpc.protocol.AbstractProtocol (implements org.apache.dubbo.rpc.Protocol)
- org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
- org.apache.dubbo.rpc.protocol.rest.RestProtocol
- org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
- org.apache.dubbo.rpc.protocol.rest.BaseRestProtocolServer (implements org.apache.dubbo.rpc.protocol.rest.RestProtocolServer)
- org.apache.dubbo.rpc.protocol.rest.DubboHttpProtocolServer
- org.apache.dubbo.rpc.protocol.rest.NettyRestProtocolServer
- org.apache.dubbo.rpc.protocol.rest.DubboResourceFactory (implements org.jboss.resteasy.spi.ResourceFactory)
- org.apache.dubbo.rpc.protocol.rest.RestConstraintViolation (implements java.io.Serializable)
- org.apache.dubbo.rpc.protocol.rest.RestServerFactory
- org.apache.dubbo.rpc.protocol.rest.RpcContextFilter (implements javax.ws.rs.client.ClientRequestFilter, javax.ws.rs.container.ContainerRequestFilter)
- org.apache.dubbo.rpc.protocol.rest.RpcExceptionMapper (implements javax.ws.rs.ext.ExceptionMapper<E>)
- org.apache.dubbo.rpc.protocol.rest.ViolationReport (implements java.io.Serializable)
- org.apache.dubbo.rpc.protocol.AbstractProtocol (implements org.apache.dubbo.rpc.Protocol)
接口分层结构
- org.apache.dubbo.rpc.protocol.rest.Constants
- org.apache.dubbo.rpc.ProtocolServer
- org.apache.dubbo.rpc.protocol.rest.RestProtocolServer