Interface Registration.Dynamic

All Superinterfaces:
Registration
All Known Subinterfaces:
FilterEnvironment, FilterRegistration.Dynamic, ServletEnvironment, ServletRegistration.Dynamic
All Known Implementing Classes:
DefaultFilterEnvironment, DefaultServletEnvironment
Enclosing interface:
Registration

public static interface Registration.Dynamic extends Registration
The Registration.Dynamic API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • setAsyncSupported

      void setAsyncSupported(boolean asyncSupported)
      Set async supported.
      Parameters:
      asyncSupported - the async supported flag.