| 类 | 说明 |
|---|---|
| HttpCorsServer |
This example server aims to demonstrate
Cross Origin Resource Sharing (CORS) in Netty.
|
| HttpCorsServerInitializer |
Please refer to the
CorsConfig javadocs for information about all the
configuration options available. |
| OkResponseHandler |
A simple handler which will simple return a successful Http
response for any request.
|