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

com.gateway.constant.Constants Maven / Gradle / Ivy

 
package com.gateway.constant;

import io.netty.util.AttributeKey;

public class Constants {

    /**
     * ,,
     */
    public static final int DEFAULT_SERVER_PORT = 22000;

    public static final int NOTIFY_SUCCESS = 1;
    public static final int NOTIFY_FAILURE = 0;
    public static final int NOTIFY_NO_SESSION = 2;
   
    public static final AttributeKey SERVER_SESSION_HOOK = AttributeKey.valueOf("SERVER_SESSION_HOOK");
    public static final String ServerStatusTopic = "gateway.serverStatus";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy