Class JettyWebSocketConfiguration
java.lang.Object
org.eclipse.jetty.ee11.webapp.AbstractConfiguration
org.eclipse.jetty.ee11.websocket.server.config.JettyWebSocketConfiguration
- All Implemented Interfaces:
org.eclipse.jetty.ee11.webapp.Configuration
public class JettyWebSocketConfiguration
extends org.eclipse.jetty.ee11.webapp.AbstractConfiguration
Websocket Configuration
This configuration configures the WebAppContext server/system classes to
be able to see the org.eclipse.jetty.ee11.websocket.api, org.eclipse.jetty.websocket.server and
org.eclipse.jetty.websocket.servlet packages.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
abort, configure, deconfigure, destroy, getDependencies, getDependents, getHiddenClasses, getProtectedClasses, isEnabledByDefault, postConfigure, preConfigureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.ee11.webapp.Configuration
isAvailable, replaces
-
Constructor Details
-
JettyWebSocketConfiguration
public JettyWebSocketConfiguration()
-