Class WebSocketHandlerServiceProcessor

java.lang.Object
org.atmosphere.annotation.WebSocketHandlerServiceProcessor
All Implemented Interfaces:
Processor<WebSocketHandler>

@AtmosphereAnnotation(WebSocketHandlerService.class) public class WebSocketHandlerServiceProcessor extends Object implements Processor<WebSocketHandler>
Processes WebSocketHandlerService annotations. Registers a WebSocketHandler with its path mapping and configures the associated broadcaster, broadcast filters, interceptors, event listeners, and broadcaster cache from the annotation attributes.