Package io.micronaut.servlet.http
Interface ServletConfiguration
- All Known Implementing Classes:
MicronautServletConfiguration
public interface ServletConfiguration
Configuration for the servlet environment.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is async file serving enabled.
-
Field Details
-
DEFAULT
The default configuration.
-
-
Method Details
-
isAsyncFileServingEnabled
boolean isAsyncFileServingEnabled()Is async file serving enabled.- Returns:
- True if it is.
-