Package org.atmosphere.handler
Interface AnnotatedProxy
- All Superinterfaces:
AtmosphereHandler
- All Known Implementing Classes:
ManagedAtmosphereHandler
Marker class for an
AtmosphereHandler proxy of a POJO object.- Author:
- Jeanfrancois Arcand
-
Method Summary
Modifier and TypeMethodDescriptionconfigure(AtmosphereConfig config, Object c) Configure the proxy.booleanReturn true ifPathParamare supported.target()The Object theAtmosphereHandleris proxying.Methods inherited from interface org.atmosphere.cpr.AtmosphereHandler
destroy, onRequest, onStateChange
-
Method Details
-
target
Object target()The Object theAtmosphereHandleris proxying.- Returns:
-
pathParams
boolean pathParams()Return true ifPathParamare supported.- Returns:
- true if
PathParamare supported.
-
configure
Configure the proxy.- Parameters:
config-c-- Returns:
-