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.UrlScheme getRequiredScheme​(java.lang.String path)  
    boolean shouldSetHsts()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getRequiredScheme

      public io.datarouter.httpclient.security.UrlScheme getRequiredScheme​(java.lang.String path)
      Specified by:
      getRequiredScheme in interface io.datarouter.web.config.HttpsConfiguration
    • shouldSetHsts

      public boolean shouldSetHsts()
      Specified by:
      shouldSetHsts in interface io.datarouter.web.config.HttpsConfiguration