All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.relayr.java.websocket.WebSocketFactory Maven / Gradle / Ivy

package io.relayr.java.websocket;

public class WebSocketFactory {

    WebSocket createWebSocket() {
        return new MqttWebSocket();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy