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

com.healthy.common.websocket.message.PingJsonWebSocketMessage Maven / Gradle / Ivy

There is a newer version: 2.0.0-M1
Show newest version
package com.healthy.common.websocket.message;

/**
 * PingJsonWebSocketMessage
 *
 * @author xm.z
 */
public class PingJsonWebSocketMessage extends JsonWebSocketMessage {

	public PingJsonWebSocketMessage() {
		super(WebSocketMessageTypeEnum.PING.getValue());
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy