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