org.atmosphere
Interface Atmosphere<E extends AsyncRequest,F extends AsyncResponse>
public interface Atmosphere<E extends AsyncRequest,F extends AsyncResponse>
- Author:
- Jeanfrancois Arcand
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.