
org.webbitserver.netty.contrib.EventSourceMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webbit Show documentation
Show all versions of webbit Show documentation
A Java event based WebSocket and HTTP server
package org.webbitserver.netty.contrib;
/**
* @deprecated use {@link org.webbitserver.EventSourceMessage} instead
*/
@Deprecated
public class EventSourceMessage extends org.webbitserver.EventSourceMessage {
public EventSourceMessage() {
super();
}
public EventSourceMessage(String data) {
super(data);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy