Package de.bytestore.hostinger.api
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 -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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)
-
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 Schnittstelleorg.springframework.web.socket.config.annotation.WebSocketConfigurer
-
handleVNC
@Bean protected org.springframework.web.socket.WebSocketHandler handleVNC()Handle WebSocket Connection.- Gibt zurück:
-