| 接口 | 说明 |
|---|---|
| RestServer |
| 类 | 说明 |
|---|---|
| BaseRestServer | |
| DubboHttpServer | |
| DubboResourceFactory |
We don't support propertyInjector here since the resource impl should be singleton in dubbo
|
| NettyServer |
Netty server can't support @Context injection of servlet objects since it's not a servlet container
|
| RestConstraintViolation | |
| RestServerFactory |
Only the server that implements servlet container
could support something like @Context injection of servlet objects.
|
| SunHttpServer | |
| TjwsServer | |
| UndertowServer |
TODO this impl hasn't been well tested, and we can consider move undertow to a general remoting-http impl in the future
|
| ViolationReport |
Copyright © 2018. All rights reserved.