Class DefaultServerEndpointConfig

java.lang.Object
javax.websocket.server.DefaultServerEndpointConfig
All Implemented Interfaces:
EndpointConfig, ServerEndpointConfig

final class DefaultServerEndpointConfig extends Object implements ServerEndpointConfig
The DefaultServerEndpointConfig is a concrete class that embodies all the configuration parameters for an endpoint that is to be published as a server endpoint. Developers may subclass this class in order to override the configuration behavior.