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

io.datawire.quark.runtime.WebSocket Maven / Gradle / Ivy

package io.datawire.quark.runtime;

public interface WebSocket {
    boolean send(String message);
    boolean sendBinary(Buffer message);
    boolean close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy