MCPcopy Create free account
hub / github.com/e2wugui/zeze / start

Method start

ZezeJava/ZezeJava/src/main/java/Zeze/Netty/HttpSession.java:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 public void start() throws ParseException {
113 // 全局一个timer实例,会忽略重复注册调用。
114 // 不取消。
115 zeze.getTimer().scheduleNamed(GlobalHttpSessionExpiredTimer, "0 0 5 * * ?", ExpiredTimer.class, null);
116 }
117
118 public void stop() {
119 zeze.getAppBase().removeModule(this);

Callers

nothing calls this directly

Calls 2

scheduleNamedMethod · 0.80
getTimerMethod · 0.45

Tested by

no test coverage detected