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

cz.mmsparams.api.websocket.messages.KeepAliveMessage Maven / Gradle / Ivy

The newest version!
package cz.mmsparams.api.websocket.messages;

import java.io.Serializable;

import cz.mmsparams.api.websocket.WebSocketMessageBase;

public class KeepAliveMessage extends WebSocketMessageBase implements Serializable
{
    @Override
    public String toString()
    {
        return "KeepAliveMessage{} " + super.toString();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy