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

Method builder

src/main/java/org/microhttp/Options.java:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 int concurrency) {
8
9 public static OptionsBuilder builder() {
10 return OptionsBuilder.newBuilder();
11 }
12}

Callers 3

beforeAllMethod · 0.95
TestServerMethod · 0.95
EventLoopMethod · 0.95

Calls 1

newBuilderMethod · 0.95

Tested by 2

beforeAllMethod · 0.76
TestServerMethod · 0.76