Package io.micronaut.starter.feature.server
package io.micronaut.starter.feature.server
-
ClassDescriptionBase class for Micronaut server features that integrates server-specific capabilities with Micronaut runtime features.Base feature for all servlet impls.Feature for adding support for Plain Old Java HTTP Applications using Apache libraries within a Micronaut server environment.Feature to add support for the Jetty server in a Micronaut application.Marks a feature as dependent on a Micronaut Server (such as Netty) and cannot be combined with a third party server feature.Validates that features dependent on a Micronaut server are not included when a 3rd party (i.e.Feature to add support for the Netty server in a Micronaut application.Represents a server feature for Micronaut applications.Marks a server feature as third party as opposed to a Micronaut server, to denote it cannot be combined with features that are dependent on a Micronaut Server feature.Represents the Tomcat server feature for Micronaut applications.Represents the Undertow server feature for Micronaut applications.