Package org.atmosphere.annotation
Class WebSocketProtocolServiceProcessor
java.lang.Object
org.atmosphere.annotation.WebSocketProtocolServiceProcessor
- All Implemented Interfaces:
Processor<WebSocketProtocol>
@AtmosphereAnnotation(WebSocketProtocolService.class)
public class WebSocketProtocolServiceProcessor
extends Object
implements Processor<WebSocketProtocol>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<WebSocketProtocol> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
WebSocketProtocolServiceProcessor
public WebSocketProtocolServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<WebSocketProtocol>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-