Package io.datarouter.websocket.service
Class WebSocketNoHstsHttpsConfiguration
java.lang.Object
io.datarouter.websocket.service.WebSocketHttpsConfiguration
io.datarouter.websocket.service.WebSocketNoHstsHttpsConfiguration
- All Implemented Interfaces:
io.datarouter.web.config.HttpsConfiguration
@Singleton public class WebSocketNoHstsHttpsConfiguration extends WebSocketHttpsConfiguration
-
Constructor Summary
Constructors Constructor Description WebSocketNoHstsHttpsConfiguration() -
Method Summary
Modifier and Type Method Description booleanshouldSetHsts()Methods inherited from class io.datarouter.websocket.service.WebSocketHttpsConfiguration
getRequiredScheme
-
Constructor Details
-
WebSocketNoHstsHttpsConfiguration
public WebSocketNoHstsHttpsConfiguration()
-
-
Method Details
-
shouldSetHsts
public boolean shouldSetHsts()- Specified by:
shouldSetHstsin interfaceio.datarouter.web.config.HttpsConfiguration- Overrides:
shouldSetHstsin classWebSocketHttpsConfiguration
-