Class NoVNCWebsocket

java.lang.Object
de.bytestore.hostinger.process.api.NoVNCWebsocket
All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer

@Configuration @EnableWebSocket public class NoVNCWebsocket extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
  • Constructor Details

    • NoVNCWebsocket

      public NoVNCWebsocket()
  • Method Details

    • securityFilterChain

      @Bean(name="novncSecurityFilterChain") @Order(390) public org.springframework.security.web.SecurityFilterChain securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception
    • registerWebSocketHandlers

      public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registryIO)
      Specified by:
      registerWebSocketHandlers in interface org.springframework.web.socket.config.annotation.WebSocketConfigurer