public final class HttpServer extends Object
HttpServer
provides Alluxio RESTful API. It is implemented through Netty.Constructor and Description |
---|
HttpServer(HttpServerInitializer httpServerInitializer)
HttpServer provides Alluxio RESTful API. |
@Inject public HttpServer(HttpServerInitializer httpServerInitializer)
HttpServer
provides Alluxio RESTful API. It is implemented through Netty.httpServerInitializer
- this object initializes the Netty pipeline of HTTP ServerCopyright © 2023. All Rights Reserved.