org.atmosphere.util
Class Utils
java.lang.Object
org.atmosphere.util.Utils
public final class Utils
- extends Object
Utils class.
- Author:
- Jeanfrancois Arcand
|
Constructor Summary |
Utils()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
webSocketEnabled
public static final boolean webSocketEnabled(javax.servlet.http.HttpServletRequest request)
firefoxWebSocketEnabled
public static final boolean firefoxWebSocketEnabled(javax.servlet.http.HttpServletRequest request)
twoConnectionsTransport
public static final boolean twoConnectionsTransport(AtmosphereResource.TRANSPORT t)
resumableTransport
public static final boolean resumableTransport(AtmosphereResource.TRANSPORT t)
pollableTransport
public static final boolean pollableTransport(AtmosphereResource.TRANSPORT t)
unTrackableTransport
public static final boolean unTrackableTransport(AtmosphereResource.TRANSPORT t)
atmosphereProtocol
public static final boolean atmosphereProtocol(AtmosphereRequest r)
webSocketMessage
public static final boolean webSocketMessage(AtmosphereResource r)
properProtocol
public static boolean properProtocol(javax.servlet.http.HttpServletRequest request)
Copyright © 2014. All Rights Reserved.