Uses of Interface
javax.websocket.server.ServerEndpointConfig
Packages that use ServerEndpointConfig
Package
Description
This package contains all the WebSocket APIs used only by server side
applications.
-
Uses of ServerEndpointConfig in javax.websocket.server
Classes in javax.websocket.server that implement ServerEndpointConfigModifier and TypeClassDescription(package private) final class
The DefaultServerEndpointConfig is a concrete class that embodies all the configuration parameters for an endpoint that is to be published as a server endpoint.Methods in javax.websocket.server that return ServerEndpointConfigModifier and TypeMethodDescriptionServerEndpointConfig.Builder.build()
Builds the configuration object using the current attributes that have been set on this builder object.Methods in javax.websocket.server that return types with arguments of type ServerEndpointConfigModifier and TypeMethodDescriptionServerApplicationConfig.getEndpointConfigs
(Set<Class<? extends Endpoint>> endpointClasses) Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic endpoints.Methods in javax.websocket.server with parameters of type ServerEndpointConfigModifier and TypeMethodDescriptionvoid
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.