Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Fwd: BOSH on ebmedded Jetty - server side.

Hello,

    Is it possible to implement server which supports some kind of the BOSH protocol (http://xmpp.org/extensions/xep-0124.html) with jetty?
Particularly, we need ability to sequentially (not concurrently) process a second HTTP POST request before response on a first one is sent. Both requests should use the same persistent connection.
If it is not possible to start the second request processing prior to response on the first one is sent, is it possible to receive notification about the second request availability?

Best regards,
Sergey

Back to the top