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

com.alibaba.arthas.nat.agent.common.constants.NativeAgentConstants Maven / Gradle / Ivy

The newest version!
package com.alibaba.arthas.nat.agent.common.constants;

/**
 * @description: hello world
 * @author:flzjkl
 * @date: 2024-09-22 0:47
 */
public class NativeAgentConstants {

    public static final int ARTHAS_SERVER_HTTP_PORT = 8563;

    public static final int MAX_HTTP_CONTENT_LENGTH = 1024 * 1024 * 10;

    public static final String NATIVE_AGENT_KEY = "/native-agent";

    public static final String NATIVE_AGENT_PROXY_KEY = "/native-agent-proxy";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy