Class JakartaWebSocketConfiguration

java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketConfiguration
All Implemented Interfaces:
org.eclipse.jetty.ee10.webapp.Configuration

public class JakartaWebSocketConfiguration extends org.eclipse.jetty.ee10.webapp.AbstractConfiguration

Websocket Configuration

This configuration configures the WebAppContext server/system classes to be able to see the org.eclipse.jetty.websocket.jakarta packages.

  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration

    org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration

    abort, configure, deconfigure, destroy, getDependencies, getDependents, getHiddenClasses, getProtectedClasses, isEnabledByDefault, postConfigure, preConfigure

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.ee10.webapp.Configuration

    getServerClasses, getSystemClasses, isAvailable, replaces
  • Constructor Details

    • JakartaWebSocketConfiguration

      public JakartaWebSocketConfiguration()