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