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 SummaryModifier and TypeMethodDescription- void- 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- registerCreates 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.
 
- destroyvoid destroy()Destroys and unregisters the engine for the URI it was registered for.