Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Support websockets messaging module #11

Merged
merged 3 commits into from
Sep 9, 2016

Conversation

mateuszgrab-cognifide
Copy link
Contributor

No description provided.


@SlingServlet(paths = MessageWebsocketServlet.PATH, methods = "GET")
public class MessageWebsocketServlet extends SlingSafeMethodsServlet implements Acceptor {
public class MessageWebsocketServlet extends SlingSafeMethodsServlet implements WebSocketCreator {

private static final long serialVersionUID = -3631947705678810095L;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to change serialVersionUID after the class was changed.

@mateuszgrab-cognifide mateuszgrab-cognifide merged commit 431bb17 into master Sep 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants