Package org.atmosphere.cpr
Interface AsyncSupportResolver
- All Known Implementing Classes:
DefaultAsyncSupportResolver
public interface AsyncSupportResolver
This interface is used by
AtmosphereFramework to determine which AsyncSupport instance should be used- Author:
- Viktor Klang
-
Method Summary
Modifier and TypeMethodDescriptionresolve(boolean useNativeIfPossible, boolean defaultToBlocking, boolean useWebsocketIfPossible)
-
Method Details
-
resolve
AsyncSupport resolve(boolean useNativeIfPossible, boolean defaultToBlocking, boolean useWebsocketIfPossible)
-