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 java.lang.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(java.lang.String path)booleanshouldSetHsts()
-
Constructor Details
-
WebSocketHttpsConfiguration
public WebSocketHttpsConfiguration()
-
-
Method Details
-
getRequiredScheme
public io.datarouter.httpclient.security.UrlScheme getRequiredScheme(java.lang.String path)- Specified by:
getRequiredSchemein interfaceio.datarouter.web.config.HttpsConfiguration
-
shouldSetHsts
public boolean shouldSetHsts()- Specified by:
shouldSetHstsin interfaceio.datarouter.web.config.HttpsConfiguration
-