Package org.apache.nifi.web.server
Interface ServerProvider
- All Known Implementing Classes:
StandardServerProvider
interface ServerProvider
Abstraction for configuring Server instances based on application properties
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.server.Server
getServer
(NiFiProperties properties) Get Server configured using application properties
-
Method Details
-
getServer
Get Server configured using application properties- Parameters:
properties
- Application properties- Returns:
- Server
-