
org.webbitserver.EventSourceConnection 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;
public interface EventSourceConnection extends HttpConnection {
EventSourceConnection send(EventSourceMessage message);
// Override methods to provide more specific return type.
@Override
EventSourceConnection close();
@Override
EventSourceConnection data(String key, Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy