Package org.spincast.plugins.undertow
Interface WebsocketEndpointFactory
public interface WebsocketEndpointFactory
Factory to create Websocket endpoints.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String enpointId, WebsocketEndpointHandler endpointHandler)
-
Method Details
-
create
-