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

com.github.ji4597056.utils.WebsocketConstant Maven / Gradle / Ivy

The newest version!
package com.github.ji4597056.utils;

/**
 * websocket constant
 *
 * @author Jeffrey
 * @since 2017/12/04 14:57
 */
public class WebsocketConstant {

    private WebsocketConstant() {
        throw new AssertionError("No WebsocketConstant instances for you!");
    }

    /**
     * ws scheme
     */
    public static final String WS_SCHEME = "ws";

    /**
     * wss scheme
     */
    public static final String WSS_SCHEME = "wss";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy