Class EmptyConfigurator
java.lang.Object
jakarta.websocket.ClientEndpointConfig.Configurator
org.eclipse.jetty.ee10.websocket.jakarta.client.internal.EmptyConfigurator
public class EmptyConfigurator
extends jakarta.websocket.ClientEndpointConfig.Configurator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterResponse
(jakarta.websocket.HandshakeResponse hr) void
beforeRequest
(Map<String, List<String>> headers)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyConfigurator
public EmptyConfigurator()
-
-
Method Details
-
afterResponse
public void afterResponse(jakarta.websocket.HandshakeResponse hr) - Overrides:
afterResponse
in classjakarta.websocket.ClientEndpointConfig.Configurator
-
beforeRequest
- Overrides:
beforeRequest
in classjakarta.websocket.ClientEndpointConfig.Configurator
-