public class WebSocketCreatorFactory extends Object
WebSocketCreator
implementations that
delegate to the given handler class.Constructor and Description |
---|
WebSocketCreatorFactory() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.jetty.websocket.servlet.WebSocketCreator |
create(Class<?> handlerClass)
Creates a
WebSocketCreator that uses the given handler class for
the WebSocket connections. |
public static org.eclipse.jetty.websocket.servlet.WebSocketCreator create(Class<?> handlerClass)
WebSocketCreator
that uses the given handler class for
the WebSocket connections.handlerClass
- The handler to use to manage WebSocket connections.Copyright © 2016. All rights reserved.