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