Package io.datarouter.websocket.service
Class WebSocketHttpsConfiguration
java.lang.Object
io.datarouter.websocket.service.WebSocketHttpsConfiguration
- All Implemented Interfaces:
io.datarouter.web.config.HttpsConfiguration
- Direct Known Subclasses:
WebSocketNoHstsHttpsConfiguration
@Singleton public class WebSocketHttpsConfiguration extends Object implements io.datarouter.web.config.HttpsConfiguration
-
Constructor Summary
Constructors Constructor Description WebSocketHttpsConfiguration() -
Method Summary
Modifier and Type Method Description io.datarouter.httpclient.security.UrlSchemegetRequiredScheme(String path)booleanshouldSetHsts()
-
Constructor Details
-
WebSocketHttpsConfiguration
public WebSocketHttpsConfiguration()
-
-
Method Details
-
getRequiredScheme
- Specified by:
getRequiredSchemein interfaceio.datarouter.web.config.HttpsConfiguration
-
shouldSetHsts
public boolean shouldSetHsts()- Specified by:
shouldSetHstsin interfaceio.datarouter.web.config.HttpsConfiguration
-