public class EmptyConfigurator
extends javax.websocket.ClientEndpointConfig.Configurator
| Modifier and Type | Field and Description |
|---|---|
static EmptyConfigurator |
INSTANCE |
| Constructor and Description |
|---|
EmptyConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterResponse(javax.websocket.HandshakeResponse hr) |
void |
beforeRequest(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers) |
public static final EmptyConfigurator INSTANCE
public void afterResponse(javax.websocket.HandshakeResponse hr)
afterResponse in class javax.websocket.ClientEndpointConfig.Configuratorpublic void beforeRequest(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
beforeRequest in class javax.websocket.ClientEndpointConfig.ConfiguratorCopyright © 1995–2022 Webtide. All rights reserved.