
io.firebus.adapters.http.websocket.BasicWebsocketHandler Maven / Gradle / Ivy
package io.firebus.adapters.http.websocket;
import io.firebus.Firebus;
import io.firebus.adapters.http.WebsocketHandler;
import io.firebus.utils.DataMap;
public class BasicWebsocketHandler extends WebsocketHandler {
public BasicWebsocketHandler(DataMap c, Firebus f) {
super(c, f);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy