Klasse AsyncUtil

java.lang.Object
org.jupnp.transport.impl.async.AsyncUtil

public class AsyncUtil extends Object
Utility class containing helper methods for the support of the Servlet 2.4 non-async and Servlet 3.0 async implementations.
Autor:
Ivan Iliev
  • Felddetails

    • SERVLET3_SUPPORT

      public static final boolean SERVLET3_SUPPORT
      True if the ServletRequest class has a "startAsync" method, otherwise false.
  • Konstruktordetails

    • AsyncUtil

      public AsyncUtil()