Class RedirectModule
java.lang.Object
cool.scx.app.ScxModule
cool.scx.app.x.redirect.RedirectModule
监听 80 端口并将所有 http 请求重定向 到 https
- Version:
- 0.0.1
- Author:
- scx567888
-
Field Summary
Fields inherited from class cool.scx.app.ScxModule
classList, defaultName, rootPath -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RedirectModule
public RedirectModule() -
RedirectModule
public RedirectModule(int port)
-
-
Method Details
-
startRedirect
public static void startRedirect(int port) 也可以直接以工具类的形式调用- Parameters:
port- a int
-
name
-
start
-