Added in Bayeux implementation, as per
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Sep 2008 20:00:36 +0000 (20:00 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Sep 2008 20:00:36 +0000 (20:00 +0000)
commit86cf6875ae30ae1fb0bd4377894fec54875a98bf
tree6e7822f63271f261a65aad2e09c5d609008722aa
parent4880fa99a842fb8d84e1bebf2e43643d8f55cdaf
Added in Bayeux implementation, as per
https://issues.apache.org/bugzilla/show_bug.cgi?id=45413
to build,
ant download
ant
ant -f extras.xml bayeux

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@691359 13f79535-47bb-0310-9956-ffa450edef68
56 files changed:
.classpath
COPYRIGHT [new file with mode: 0644]
build.properties.default
build.xml
extras.xml
java/org/apache/cometd/bayeux/Bayeux.java [new file with mode: 0644]
java/org/apache/cometd/bayeux/Channel.java [new file with mode: 0644]
java/org/apache/cometd/bayeux/Client.java [new file with mode: 0644]
java/org/apache/cometd/bayeux/DataFilter.java [new file with mode: 0644]
java/org/apache/cometd/bayeux/Listener.java [new file with mode: 0644]
java/org/apache/cometd/bayeux/Message.java [new file with mode: 0644]
java/org/apache/cometd/bayeux/SecurityPolicy.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/BayeuxException.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/BayeuxRequest.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/BayeuxServlet.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/ChannelImpl.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/ClientImpl.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/HttpError.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/MessageImpl.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/RequestBase.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/RequestFactory.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/TomcatBayeux.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/request/MetaConnectRequest.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/request/MetaDisconnectRequest.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/request/MetaHandshakeRequest.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/request/MetaSubscribeRequest.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/request/MetaUnsubscribeRequest.java [new file with mode: 0644]
java/org/apache/tomcat/bayeux/request/PublishRequest.java [new file with mode: 0644]
test/org/apache/cometd/bayeux/samples/EchoChatClient.java [new file with mode: 0644]
webapps/cometd/WEB-INF/filters.json [new file with mode: 0644]
webapps/cometd/WEB-INF/web.xml [new file with mode: 0644]
webapps/cometd/examples/chat/chat.css [new file with mode: 0644]
webapps/cometd/examples/chat/chat.js [new file with mode: 0644]
webapps/cometd/examples/chat/index.html [new file with mode: 0644]
webapps/cometd/examples/dojo/dojo/dojo.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojo/dojo.js.uncompressed.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojo/dojo.xd.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojo/dojo.xd.js.uncompressed.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojox/cometd.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojox/cometd.js.uncompressed.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojox/cometd.xd.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojox/cometd.xd.js.uncompressed.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojox/cometd/session.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojox/cometd/timestamp.js [new file with mode: 0644]
webapps/cometd/examples/dojo/dojox/cometd/timesync.js [new file with mode: 0644]
webapps/cometd/examples/echo/index.html [new file with mode: 0644]
webapps/cometd/examples/simplechat/cometdchat.htm [new file with mode: 0644]
webapps/cometd/examples/tictactoe/resources/0.gif [new file with mode: 0644]
webapps/cometd/examples/tictactoe/resources/1.gif [new file with mode: 0644]
webapps/cometd/examples/tictactoe/resources/10.gif [new file with mode: 0644]
webapps/cometd/examples/tictactoe/resources/blank.gif [new file with mode: 0644]
webapps/cometd/examples/tictactoe/resources/tictactoe.css [new file with mode: 0644]
webapps/cometd/examples/tictactoe/ttt1.htm [new file with mode: 0644]
webapps/cometd/examples/timesync/index.html [new file with mode: 0644]
webapps/cometd/index.html [new file with mode: 0644]
webapps/docs/changelog.xml