MCPcopy Index your code
hub / github.com/cschanck/single-file-java / clientProxy

Method clientProxy

src/main/java/org/sfj/ProxyMe.java:174–176  ·  view source on GitHub ↗

This actually hands you back the proxy class. Multiple calls here create separate proxies, but they all go the same place. Uses the current thread context classloader. @return proxy

()

Source from the content-addressed store, hash-verified

172 * @return proxy
173 */
174 public T clientProxy() {
175 return clientProxy(Thread.currentThread().getContextClassLoader());
176 }
177
178 /**
179 * This actually hands you back the proxy class. Multiple calls here

Callers 5

testSimpleMethod · 0.95
testMapMethod · 0.95
testTimeoutMethod · 0.95
testExceptionMethod · 0.95

Calls 4

getMethod · 0.65
getNameMethod · 0.45
putMethod · 0.45
removeMethod · 0.45

Tested by 5

testSimpleMethod · 0.76
testMapMethod · 0.76
testTimeoutMethod · 0.76
testExceptionMethod · 0.76