![JAR search and dependency download from the Maven repository](/logo.png)
com.exaroton.api.ws.stream.ServerStatusStream Maven / Gradle / Ivy
package com.exaroton.api.ws.stream;
import com.exaroton.api.ws.WebSocketManager;
public class ServerStatusStream extends Stream {
public ServerStatusStream(WebSocketManager ws) {
super(ws);
}
@Override
protected String getName() {
return "status";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy