Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for WebSocketStreamingProtocol implementation #1331

Closed
jfarcand opened this issue Oct 7, 2013 · 0 comments
Closed

Add support for WebSocketStreamingProtocol implementation #1331

jfarcand opened this issue Oct 7, 2013 · 0 comments
Labels

Comments

@jfarcand
Copy link
Member

jfarcand commented Oct 7, 2013

So WebSocket's messages are never read in memory and instead handled by the targetted handler.

To enable

<init-param>
   <param-name>org.atmosphere.websocket.WebSocketProtocol</param-name>
   <param-value>org.atmosphere.websocket.protocol.StreamingHttpProtocol</param-value>
</init-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant