org.atmosphere.cpr
Interface AtmosphereServletProcessor

All Superinterfaces:
AtmosphereHandler<HttpServletRequest,HttpServletResponse>
All Known Implementing Classes:
ReflectorServletProcessor

public interface AtmosphereServletProcessor
extends AtmosphereHandler<HttpServletRequest,HttpServletResponse>

Simp,e interface that can be used to wrap a Servlet from an AtmosphereHandler

Author:
jeanfrancoisarcand

Method Summary
 void destroy()
          Destroy the AtmosphereServletProcessor
 void init(ServletConfig sc)
          Initialize the AtmosphereServletProcessor using the E
 
Methods inherited from interface org.atmosphere.cpr.AtmosphereHandler
onEvent, onMessage
 

Method Detail

init

void init(ServletConfig sc)
          throws ServletException
Initialize the AtmosphereServletProcessor using the E

Parameters:
sc - the E
Throws:
Exception
ServletException

destroy

void destroy()
Destroy the AtmosphereServletProcessor



Copyright © 2009 SUN Microsystems. All Rights Reserved.