org.atmosphere
Interface Atmosphere<E extends AsyncRequest,F extends AsyncResponse>


public interface Atmosphere<E extends AsyncRequest,F extends AsyncResponse>

Author:
Jeanfrancois Arcand

Nested Class Summary
static class Atmosphere.STATUS
           
 
Method Summary
 Atmosphere.STATUS onAsyncEvent(E requestObject, F responseObject)
           
 Atmosphere.STATUS onSyncEvent(E requestObject, F responseObject)
           
 

Method Detail

onSyncEvent

Atmosphere.STATUS onSyncEvent(E requestObject,
                              F responseObject)
                              throws IOException,
                                     AtmosphereException
Parameters:
req -
res -
Returns:
Throws:
IOException
AtmosphereException

onAsyncEvent

Atmosphere.STATUS onAsyncEvent(E requestObject,
                               F responseObject)
                               throws IOException,
                                      AtmosphereException
Parameters:
req -
res -
Returns:
Throws:
IOException
AtmosphereException


Copyright © 2009 SUN Microsystems. All Rights Reserved.