Interface ServletConfiguration

All Known Implementing Classes:
MicronautServletConfiguration

public interface ServletConfiguration
Configuration for the servlet environment.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The default configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Is async file serving enabled.
  • Field Details

  • Method Details

    • isAsyncFileServingEnabled

      boolean isAsyncFileServingEnabled()
      Is async file serving enabled.
      Returns:
      True if it is.