MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setFixedResource

Method setFixedResource

src/main/java/fielded/webserver/Server.java:284–286  ·  view source on GitHub ↗
(String uri, String text)

Source from the content-addressed store, hash-verified

282 }
283
284 BlockingQueue<Runnable> queue = new LinkedBlockingDeque<Runnable>();
285
286 protected void update() {
287 while (!queue.isEmpty()) {
288 Runnable c = queue.poll();
289 try {

Callers 5

ServerSupportMethod · 0.80
addFixedResourceMethod · 0.80
bootMethod · 0.80
bootMethod · 0.80
bootMethod · 0.80

Calls 1

putMethod · 0.45

Tested by

no test coverage detected