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

    Constructors
    Constructor
    Description
    ServerEndpointRegistrationForAuthentication(jakarta.websocket.server.ServerEndpointConfig.Configurator containerDefaultConfigurator, String path, jakarta.websocket.Endpoint endpoint)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    jakarta.websocket.server.ServerEndpointConfig.Configurator
     

    Methods 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, toString

    Methods inherited from class jakarta.websocket.server.ServerEndpointConfig.Configurator

    checkOrigin, getNegotiatedExtensions, getNegotiatedSubprotocol

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ServerEndpointRegistrationForAuthentication

      public ServerEndpointRegistrationForAuthentication(jakarta.websocket.server.ServerEndpointConfig.Configurator containerDefaultConfigurator, String path, jakarta.websocket.Endpoint endpoint)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getContainerDefaultConfigurator

      public jakarta.websocket.server.ServerEndpointConfig.Configurator getContainerDefaultConfigurator()
      Overrides:
      getContainerDefaultConfigurator in class jakarta.websocket.server.ServerEndpointConfig.Configurator