org.persvr.servlet
Class Bayeux

java.lang.Object
  extended by HttpServlet
      extended by org.persvr.servlet.Channels
          extended by org.persvr.servlet.Bayeux

public class Bayeux
extends Channels

Bayeux implementation for Persevere

Author:
Kris

Nested Class Summary
 
Nested classes/interfaces inherited from class org.persvr.servlet.Channels
Channels.ConnectionConflictException
 
Field Summary
 
Fields inherited from class org.persvr.servlet.Channels
COMET_TIMEOUT
 
Constructor Summary
Bayeux()
           
 
Method Summary
 void init()
           
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.persvr.servlet.Channels
doGet, doPost, getCometSerializer, getEventStream, isHttpStreamAcceptable, sendEvent, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bayeux

public Bayeux()
Method Detail

service

protected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       java.io.IOException
Throws:
ServletException
java.io.IOException

init

public void init()
          throws ServletException
Throws:
ServletException