Package | Description |
---|---|
javax.websocket |
This package contains all the WebSocket APIs common to both the client
and server side.
|
Modifier and Type | Method | Description |
---|---|---|
ClientEndpointConfig.Configurator |
ClientEndpointConfig.getConfigurator() |
Return the custom configurator for this configuration.
|
Modifier and Type | Method | Description |
---|---|---|
ClientEndpointConfig.Builder |
ClientEndpointConfig.Builder.configurator(ClientEndpointConfig.Configurator clientEndpointConfigurator) |
Sets the configurator object for the configuration this builder will build.
|
Copyright © 2019 Oracle. All rights reserved.