org.glassfish.tyrus.platform.web
Class WebSocketServletContainerInitializer
java.lang.Object
org.glassfish.tyrus.platform.web.WebSocketServletContainerInitializer
- All Implemented Interfaces:
- javax.servlet.ServletContainerInitializer
public class WebSocketServletContainerInitializer
- extends Object
- implements javax.servlet.ServletContainerInitializer
Registers a context listener to handle WebSocketEndpoint endpoints.
- Author:
- Jitendra Kotamraju
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSocketServletContainerInitializer
public WebSocketServletContainerInitializer()
onStartup
public void onStartup(Set<Class<?>> set,
javax.servlet.ServletContext ctx)
throws javax.servlet.ServletException
- Specified by:
onStartup in interface javax.servlet.ServletContainerInitializer
- Throws:
javax.servlet.ServletException
Copyright © 2012. All Rights Reserved.