org.atmosphere.annotation
Class WebSocketHandlerServiceProcessor
java.lang.Object
org.atmosphere.annotation.WebSocketHandlerServiceProcessor
- All Implemented Interfaces:
- Processor<WebSocketHandler>
@AtmosphereAnnotation(value=WebSocketHandlerService.class)
public class WebSocketHandlerServiceProcessor
- extends Object
- implements Processor<WebSocketHandler>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSocketHandlerServiceProcessor
public WebSocketHandlerServiceProcessor()
handle
public void handle(AtmosphereFramework framework,
Class<WebSocketHandler> annotatedClass)
- Description copied from interface:
Processor
- Invoked by the
AnnotationHandler when an annotation is detected.
- Specified by:
handle in interface Processor<WebSocketHandler>
- Parameters:
framework - the AtmosphereFrameworkannotatedClass - the annotated classes.
Copyright © 2014. All Rights Reserved.