@AtmosphereAnnotation(value=WebSocketHandlerService.class) public class WebSocketHandlerServiceProcessor extends Object implements Processor<WebSocketHandler>
| Constructor and Description |
|---|
WebSocketHandlerServiceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AtmosphereFramework framework,
Class<WebSocketHandler> annotatedClass)
Invoked by the
AnnotationHandler when an annotation is detected. |
public void handle(AtmosphereFramework framework, Class<WebSocketHandler> annotatedClass)
ProcessorAnnotationHandler when an annotation is detected.handle in interface Processor<WebSocketHandler>framework - the AtmosphereFrameworkannotatedClass - the annotated classes.Copyright © 2016. All rights reserved.