Class JettyWebSocketConfiguration

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

public class JettyWebSocketConfiguration extends org.eclipse.jetty.webapp.AbstractConfiguration

Websocket Configuration

This configuration configures the WebAppContext server/system classes to be able to see the org.eclipse.jetty.websocket.api, org.eclipse.jetty.websocket.server and org.eclipse.jetty.websocket.servlet packages.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration

    org.eclipse.jetty.webapp.Configuration.Wrapper, org.eclipse.jetty.webapp.Configuration.WrapperFunction
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.webapp.Configuration

    ATTR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, configure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, preConfigure, protect, protectAndExpose

    Methods inherited from class java.lang.Object

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

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

    isAvailable, replaces
  • Constructor Details

    • JettyWebSocketConfiguration

      public JettyWebSocketConfiguration()