Class | Description |
---|---|
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.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.