Klasse NoVNCWebsocket

java.lang.Object
de.bytestore.hostinger.api.NoVNCWebsocket
Alle implementierten Schnittstellen:
org.springframework.web.socket.config.annotation.WebSocketConfigurer

@Configuration @EnableWebSocket public class NoVNCWebsocket extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected static final org.slf4j.Logger
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected org.springframework.web.socket.WebSocketHandler
    Handle WebSocket Connection.
    void
    registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registryIO)
     
    org.springframework.security.web.SecurityFilterChain
    securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • log

      protected static final org.slf4j.Logger log
  • Konstruktordetails

    • NoVNCWebsocket

      public NoVNCWebsocket()
  • Methodendetails

    • securityFilterChain

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

      public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registryIO)
      Angegeben von:
      registerWebSocketHandlers in Schnittstelle org.springframework.web.socket.config.annotation.WebSocketConfigurer
    • handleVNC

      @Bean protected org.springframework.web.socket.WebSocketHandler handleVNC()
      Handle WebSocket Connection.
      Gibt zurück: