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