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

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

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

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

	public PongJsonWebSocketMessage() {
		super(WebSocketMessageTypeEnum.PONG.getValue());
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy