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

Method start

ZezeJava/ZezeJava/src/main/java/Zeze/Netty/HttpServer.java:211–213  ·  view source on GitHub ↗
(@NotNull Netty netty, int port)

Source from the content-addressed store, hash-verified

209 }
210
211 public @NotNull ChannelFuture start(@NotNull Netty netty, int port) throws Exception {
212 return start(netty, null, port);
213 }
214
215 public @NotNull ChannelFuture start(@NotNull Netty netty, @Nullable String host, int port) throws Exception {
216 lock();

Callers 1

StartMethod · 0.95

Calls 11

lockMethod · 0.95
unlockMethod · 0.95
getEventLoopGroupMethod · 0.80
channelMethod · 0.80
trimMethod · 0.80
startMethod · 0.65
isEmptyMethod · 0.65
getNameMethod · 0.65
forEachMethod · 0.45
keySetMethod · 0.45
bindMethod · 0.45

Tested by 1

StartMethod · 0.76