MCPcopy Index your code
hub / github.com/HTTP-RPC/Kilo / Example

Interface Example

kilo-test/src/test/java/org/httprpc/kilo/examples/Examples.java:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38public class Examples {
39 public interface Example {
40 void execute() throws Exception;
41 }
42
43 private static final URI baseURI = URI.create("http://localhost:8080/kilo-test/");
44

Callers 1

executeMethod · 0.65

Implementers 4

PageServletkilo-server/src/main/java/org/httprpc/
Exampleskilo-test/src/test/java/org/httprpc/ki
PetServletkilo-test/src/main/java/org/httprpc/ki
MathServletkilo-test/src/main/java/org/httprpc/ki

Calls

no outgoing calls

Tested by

no test coverage detected