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

com.exaroton.api.ws.stream.ServerStatusStream Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy