???? HttpWhiteboardServletAsyncSupported


@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface HttpWhiteboardServletAsyncSupported
Component Property Type for the osgi.http.whiteboard.servlet.asyncSupported service property.

This annotation can be used on a Servlet to declare the value of the HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED service property.

???????:
1.1
????:
  • "Component Property Types"
  • ??????

    ????
    ??????
    ????
    ??
    boolean
    Service property identifying the asynchronous support of a servlet.
  • ????

    ??
    ??????
    ??
    ??
    static final String
    Prefix for the property name.
  • ??????

    • PREFIX_

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

    • asyncSupported

      boolean asyncSupported
      Service property identifying the asynchronous support of a servlet.
      ??:
      Whether the servlet supports asynchronous processing.
      ????:
      ???:
      true