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

Method addURIHandler

src/main/java/fielded/webserver/Server.java:270–273  ·  view source on GitHub ↗
(URIHandler h)

Source from the content-addressed store, hash-verified

268 return this;
269 }
270
271
272 public void addHandlerFirst(Handler h) {
273 handlers.add(h);
274 }
275
276 public void addDocumentRoot(String root) {

Callers 5

loadedMethod · 0.80
loadedMethod · 0.80
HTMLToTextureClass · 0.80
loadedMethod · 0.80
SpatializationClass · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected