Package | Description |
---|---|
javax.websocket.server |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultServerEndpointConfig
The DefaultServerEndpointConfig is a concrete class that embodies all the configuration
parameters for an endpoint that is to be published as a server endpoint.
|
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 |
---|---|
java.util.Set<ServerEndpointConfig> |
ServerApplicationConfig.getEndpointConfigs(java.util.Set<java.lang.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.
|