Class VaadinWebsocketEndpointExporter

java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.socket.server.standard.ServerEndpointExporter
io.jmix.autoconfigure.ui.vaadin.VaadinWebsocketEndpointExporter
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware

public class VaadinWebsocketEndpointExporter extends org.springframework.web.socket.server.standard.ServerEndpointExporter
  • Field Summary

    Fields inherited from class org.springframework.context.support.ApplicationObjectSupport

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
     

    Methods inherited from class org.springframework.web.socket.server.standard.ServerEndpointExporter

    afterSingletonsInstantiated, getServerContainer, initServletContext, isContextRequired, setAnnotatedEndpointClasses, setServerContainer

    Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport

    getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, setServletContext

    Methods inherited from class org.springframework.context.support.ApplicationObjectSupport

    getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext

    Methods inherited from class java.lang.Object

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

    • VaadinWebsocketEndpointExporter

      public VaadinWebsocketEndpointExporter()
  • Method Details

    • registerEndpoints

      protected void registerEndpoints()
      Overrides:
      registerEndpoints in class org.springframework.web.socket.server.standard.ServerEndpointExporter
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class org.springframework.web.socket.server.standard.ServerEndpointExporter