- All Implemented Interfaces:
org.noear.solon.core.Plugin
public class VxHttpPlugin
extends Object
implements org.noear.solon.core.Plugin
- Since:
- 2.9
- Author:
- noear
-
Constructor Summary
Constructors
-
Method Summary
static org.noear.solon.core.Signal
void
start(org.noear.solon.core.AppContext context)
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.noear.solon.core.Plugin
prestop
-
Constructor Details
-
VxHttpPlugin
public VxHttpPlugin()
-
Method Details
-
signal
public static org.noear.solon.core.Signal signal()
-
solon_server_ver
public static String solon_server_ver()
-
start
public void start(org.noear.solon.core.AppContext context)
throws Throwable
- Specified by:
start in interface org.noear.solon.core.Plugin
- Throws:
Throwable
-
stop
- Specified by:
stop in interface org.noear.solon.core.Plugin
- Throws:
Throwable