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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterResponse(javax.websocket.HandshakeResponse hr) voidbeforeRequest(Map<String, List<String>> headers)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyConfigurator
public EmptyConfigurator()
-
-
Method Details
-
afterResponse
public void afterResponse(javax.websocket.HandshakeResponse hr) - Overrides:
afterResponsein classjavax.websocket.ClientEndpointConfig.Configurator
-
beforeRequest
- Overrides:
beforeRequestin classjavax.websocket.ClientEndpointConfig.Configurator
-