Package org.atmosphere.handler
Interface AnnotatedProxy
-
- All Superinterfaces:
AtmosphereHandler
- All Known Implementing Classes:
ManagedAtmosphereHandler
public interface AnnotatedProxy extends AtmosphereHandler
Marker class for anAtmosphereHandlerproxy of a POJO object.- Author:
- Jeanfrancois Arcand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedProxyconfigure(AtmosphereConfig config, java.lang.Object c)Configure the proxy.booleanpathParams()Return true ifPathParamare supported.java.lang.Objecttarget()The Object theAtmosphereHandleris proxying.-
Methods inherited from interface org.atmosphere.cpr.AtmosphereHandler
destroy, onRequest, onStateChange
-
-
-
-
Method Detail
-
target
java.lang.Object target()
The Object theAtmosphereHandleris proxying.- Returns:
-
pathParams
boolean pathParams()
Return true ifPathParamare supported.- Returns:
- true if
PathParamare supported.
-
configure
AnnotatedProxy configure(AtmosphereConfig config, java.lang.Object c)
Configure the proxy.- Parameters:
config-c-- Returns:
-
-