public final class RequestProxy extends Object implements InvocationHandler
InvocationHandler to handle forwarded method
callings from the proxy class.
The class has no mutable states and can be viewed as a pure function, thus making it effectively thread safe.
Singleton pattern will not cause any troubles.public static RequestProxy getInstance()
RequestProxy.Copyright © 2016. All rights reserved.