MCPcopy Create free account
hub / github.com/ebarlas/microhttp / EventLoop

Method EventLoop

src/main/java/org/microhttp/EventLoop.java:34–36  ·  view source on GitHub ↗
(Handler handler)

Source from the content-addressed store, hash-verified

32 private final Thread thread;
33
34 public EventLoop(Handler handler) throws IOException {
35 this(Options.builder().build(), handler);
36 }
37
38 public EventLoop(Options options, Handler handler) throws IOException {
39 this(options, NoopLogger.instance(), handler);

Callers

nothing calls this directly

Calls 6

builderMethod · 0.95
instanceMethod · 0.95
buildMethod · 0.80
portMethod · 0.80
registerMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected