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.Configurator
public void beforeRequest(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
beforeRequest
in class javax.websocket.ClientEndpointConfig.Configurator
Copyright © 1995–2023 Webtide. All rights reserved.