Class EmptyConfigurator
- java.lang.Object
-
- javax.websocket.ClientEndpointConfig.Configurator
-
- org.eclipse.jetty.websocket.jsr356.client.EmptyConfigurator
-
public class EmptyConfigurator extends javax.websocket.ClientEndpointConfig.Configurator
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyConfigurator
INSTANCE
-
Constructor Summary
Constructors Constructor Description EmptyConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterResponse(javax.websocket.HandshakeResponse hr)
void
beforeRequest(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
-
-
Field Detail
-
INSTANCE
public static final EmptyConfigurator INSTANCE
-
-
Method Detail
-
afterResponse
public void afterResponse(javax.websocket.HandshakeResponse hr)
- Overrides:
afterResponse
in classjavax.websocket.ClientEndpointConfig.Configurator
-
beforeRequest
public void beforeRequest(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
- Overrides:
beforeRequest
in classjavax.websocket.ClientEndpointConfig.Configurator
-
-