Package dev.dsf.fhir.websocket
Class ServerEndpointRegistrationForAuthentication
java.lang.Object
jakarta.websocket.server.ServerEndpointConfig.Configurator
org.springframework.web.socket.server.standard.ServerEndpointRegistration
dev.dsf.fhir.websocket.ServerEndpointRegistrationForAuthentication
- All Implemented Interfaces:
jakarta.websocket.EndpointConfig,jakarta.websocket.server.ServerEndpointConfig,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.InitializingBean
public class ServerEndpointRegistrationForAuthentication
extends org.springframework.web.socket.server.standard.ServerEndpointRegistration
implements org.springframework.beans.factory.InitializingBean
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.websocket.server.ServerEndpointConfig
jakarta.websocket.server.ServerEndpointConfig.Builder, jakarta.websocket.server.ServerEndpointConfig.Configurator -
Constructor Summary
ConstructorsConstructorDescriptionServerEndpointRegistrationForAuthentication(jakarta.websocket.server.ServerEndpointConfig.Configurator containerDefaultConfigurator, String path, jakarta.websocket.Endpoint endpoint) -
Method Summary
Modifier and TypeMethodDescriptionvoidjakarta.websocket.server.ServerEndpointConfig.ConfiguratorMethods inherited from class org.springframework.web.socket.server.standard.ServerEndpointRegistration
getConfigurator, getDecoders, getEncoders, getEndpoint, getEndpointClass, getEndpointInstance, getExtensions, getPath, getSubprotocols, getUserProperties, modifyHandshake, setBeanFactory, setDecoders, setEncoders, setExtensions, setSubprotocols, setUserProperties, toStringMethods inherited from class jakarta.websocket.server.ServerEndpointConfig.Configurator
checkOrigin, getNegotiatedExtensions, getNegotiatedSubprotocol
-
Constructor Details
-
ServerEndpointRegistrationForAuthentication
public ServerEndpointRegistrationForAuthentication(jakarta.websocket.server.ServerEndpointConfig.Configurator containerDefaultConfigurator, String path, jakarta.websocket.Endpoint endpoint)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getContainerDefaultConfigurator
public jakarta.websocket.server.ServerEndpointConfig.Configurator getContainerDefaultConfigurator()- Overrides:
getContainerDefaultConfiguratorin classjakarta.websocket.server.ServerEndpointConfig.Configurator
-