Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

where cometds represents an SSL configured endpoint.

Options

resourceBase=./target/test-classes/webapp&"
+ "timeout=240000&interval=0&maxInterval=30000&multiFrameInterval=1500&jsonCommented=true&logLevel=2

Name

Default Value

Description

resourceBase

 

It's the root directory for the web resources

timeout

240000

The server side poll timeout in milliseconds. This is how
long the server will hold a reconnect request before responding.

interval

0

The client side poll timeout in milliseconds. How long a client
will wait between reconnects

maxInterval

30000

The max client side poll timeout in milliseconds. A client will
be removed if a connection is not received in this time.

multiFrameInterval

1500

the client side poll timeout
if multiple connections are detected from the same browser

jsonCommented

true

If "true" then the server will accept JSON wrapped
in a comment and will generate JSON wrapped in a comment. This is a defence against
Ajax Hijacking

logLevel

1

0=none, 1=info, 2=debug

...