com.game.netty.sample.common.Constant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of game-netty Show documentation
Show all versions of game-netty Show documentation
library to simplify using tcp/websocket with netty, especially for game
The newest version!
package com.game.netty.sample.common;
public class Constant {
public final static int PROXY_PORT = 6666;
public final static int LOGIC_SERVER_1_PORT = 6667;
public final static int LOGIC_SERVER_2_PORT = 6668;
public final static int WS_PORT = 9669;
}