Interface ServerProvider

All Known Implementing Classes:
StandardServerProvider

interface ServerProvider
Abstraction for configuring Server instances based on application properties
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.server.Server
    Get Server configured using application properties
  • Method Details

    • getServer

      org.eclipse.jetty.server.Server getServer(NiFiProperties properties)
      Get Server configured using application properties
      Parameters:
      properties - Application properties
      Returns:
      Server