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(WebSocketHandlerWrapper handlerWrapper)
Creates a
WebSocketCreator that uses the given handler class/instance for
the WebSocket connections. |
public static org.eclipse.jetty.websocket.servlet.WebSocketCreator create(WebSocketHandlerWrapper handlerWrapper)
WebSocketCreator
that uses the given handler class/instance for
the WebSocket connections.handlerWrapper
- The wrapped handler to use to manage WebSocket connections.Copyright © 2019. All rights reserved.