FileDocCategorySizeDatePackage
CometProcessor.javaAPI DocApache Tomcat 6.0.141645Fri Jul 20 04:20:32 BST 2007org.apache.catalina

CometProcessor

public interface CometProcessor
This interface should be implemented by servlets which would like to handle asynchronous IO, recieving events when data is available for reading, and being able to output data without the need for being invoked by the container. Note: When this interface is implemented, the service method of the servlet will never be called, and will be replaced with a begin event.

Fields Summary
Constructors Summary
Methods Summary
public voidevent(CometEvent event)
Process the given Comet event.

param
event The Comet event that will be processed
throws
IOException
throws
ServletException