Package com.iizix.comm
Interface IWebSocketEngine
public interface IWebSocketEngine
The interface for the WebSocket engines for the different implementations such as Grizzly, Jetty.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
Destroys and unregisters the engine for the URI it was registered for.void
register
(WebSocketAcceptor listener) Creates and registers an engine for the receipt of web socket requests for a particular URI.
Method Details
register
Creates and registers an engine for the receipt of web socket requests for a particular URI.- Parameters:
listener
- The listener for incoming requests.- Throws:
IOException
- for communication failures.
destroy
void destroy()Destroys and unregisters the engine for the URI it was registered for.