httpServer property

HttpServer httpServer

The internal HTTP server for serving this channel. *

  • Note: server starts one or multiple HttpServer instances to serve
  • one or multiple channels. Each channel is served by one HttpServer instance.

Implementation

HttpServer get httpServer;