- ContextFeature (webserver.context) Configuration
Type: io.helidon.webserver.context.ContextFeature
Config keycontextcontent_copyThis type provides the following service implementations:
io.helidon.webserver.spi.ServerFeatureProvider
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
sockets | string[] | List of sockets to register this feature on. If empty, it would get registered on all sockets. @return socket names to register on, defaults to empty (all available sockets) | |
weight | double | 1100.0 | Weight of the context feature. As it is used by other features, the default is quite high: @return weight of the feature |