The CometD Servlet maps HTTP requests to the {@link org.cometd.server.transport.AbstractHttpTransport}of a {@link BayeuxServer} instance.
The {@link BayeuxServer} instance is searched in the servlet context under the {@link BayeuxServer#ATTRIBUTE}attribute; if it is found then it is used without further configuration, otherwise a new {@link BayeuxServer}instance is created and configured using the init parameters of this servlet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|