Package org.jupnp.transport.impl.async
Klasse AsyncUtil
java.lang.Object
org.jupnp.transport.impl.async.AsyncUtil
Utility class containing helper methods for the support of the Servlet 2.4
non-async and Servlet 3.0 async implementations.
- Autor:
- Ivan Iliev
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final booleanTrue if theServletRequestclass has a "startAsync" method, otherwise false. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
SERVLET3_SUPPORT
public static final boolean SERVLET3_SUPPORTTrue if theServletRequestclass has a "startAsync" method, otherwise false.
-
-
Konstruktordetails
-
AsyncUtil
public AsyncUtil()
-