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

org.webbitserver.WebSocket Maven / Gradle / Ivy

package org.webbitserver;

public interface WebSocket extends Endpoint {
    WebSocket reconnectEvery(long millis);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy