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

rebue.wheel.vertx.CtxCst Maven / Gradle / Ivy

package rebue.wheel.vertx;

public interface CtxCst {
    /**
     * HTTP服务器是否是SSL(值是boolean类型)
     */
    String HTTP_SERVER_SSL  = "HTTP_SERVER_SSL";
    /**
     * HTTP服务器监听的端口(值是int类型)
     */
    String HTTP_SERVER_PORT = "HTTP_SERVER_PORT";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy