org.atmosphere.handler
Interface AnnotatedProxy

All Superinterfaces:
AtmosphereHandler
All Known Implementing Classes:
ManagedAtmosphereHandler

public interface AnnotatedProxy
extends AtmosphereHandler

Marker class for an AtmosphereHandler proxy of a POJO object.

Author:
Jeanfrancois Arcand

Method Summary
 AnnotatedProxy configure(AtmosphereConfig config, Object c)
          Configure the proxy.
 boolean pathParams()
          Return true if PathParam are supported.
 Object target()
          The Object the AtmosphereHandler is proxying.
 
Methods inherited from interface org.atmosphere.cpr.AtmosphereHandler
destroy, onRequest, onStateChange
 

Method Detail

target

Object target()
The Object the AtmosphereHandler is proxying.

Returns:

pathParams

boolean pathParams()
Return true if PathParam are supported.

Returns:
true if PathParam are supported.

configure

AnnotatedProxy configure(AtmosphereConfig config,
                         Object c)
Configure the proxy.

Parameters:
config -
c -
Returns:


Copyright © 2014. All Rights Reserved.