Annotation Type HttpWhiteboardServletAsyncSupported

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static String PREFIX_
      Prefix for the property name.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean asyncSupported
      Service property identifying the asynchronous support of a servlet.
    • Field Detail

      • PREFIX_

        static final String PREFIX_
        Prefix for the property name. This value is prepended to each property name.
    • Element Detail

      • asyncSupported

        boolean asyncSupported
        Service property identifying the asynchronous support of a servlet.
        Returns:
        Whether the servlet supports asynchronous processing.
        See Also:
        HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED
        Default:
        true