public class EmptyConfigurator
extends javax.websocket.ClientEndpointConfig.Configurator
| Modifier and Type | Field | Description |
|---|---|---|
static EmptyConfigurator |
INSTANCE |
| Constructor | Description |
|---|---|
EmptyConfigurator() |
| 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) |
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–2018 Webtide. All rights reserved.