Package jetbrains.buildServer.push.impl
Class WebSocketFeature
- java.lang.Object
-
- jetbrains.buildServer.push.impl.WebSocketFeature
-
@ThreadSafe public class WebSocketFeature extends Object
- Author:
- Dmitry Treskunov
-
-
Constructor Summary
Constructors Constructor Description WebSocketFeature(javax.servlet.ServletContext servletContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeartbeatIntervalMillis()
boolean
isEnabled()
boolean
isWebSocketSupported()
protected boolean
jsr356implementationExists()
void
turnOff()
Turn it off until server restart.
-
-
-
Field Detail
-
LOGGER
@NotNull public static final Logger LOGGER
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
isWebSocketSupported
public boolean isWebSocketSupported()
-
getHeartbeatIntervalMillis
public int getHeartbeatIntervalMillis()
-
turnOff
public void turnOff()
Turn it off until server restart.
-
jsr356implementationExists
protected boolean jsr356implementationExists()
-
-