| Package | Description |
|---|---|
| jakarta.websocket.server |
This package contains all the Jakarta WebSocket APIs used only by server side applications.
|
| Modifier and Type | Method and Description |
|---|---|
ServerEndpointConfig |
ServerEndpointConfig.Builder.build()
Builds the configuration object using the current attributes that have been set on this builder object.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServerEndpointConfig> |
ServerApplicationConfig.getEndpointConfigs(Set<Class<? extends Endpoint>> endpointClasses)
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic
endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerContainer.addEndpoint(ServerEndpointConfig serverConfig) |
void |
ServerEndpointConfig.Configurator.modifyHandshake(ServerEndpointConfig sec,
HandshakeRequest request,
HandshakeResponse response)
Called by the container after it has formulated a handshake response resulting from a well-formed handshake
request.
|
Comments to: websocket-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.