Class JavaProxy

  • All Implemented Interfaces:
    RpcProxy

    public class JavaProxy
    extends java.lang.Object
    implements RpcProxy
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaProxy()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T create​(java.lang.Class<T> interfaze, java.lang.reflect.InvocationHandler handler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaProxy

        public JavaProxy()
    • Method Detail

      • create

        public <T> T create​(java.lang.Class<T> interfaze,
                            java.lang.reflect.InvocationHandler handler)
        Specified by:
        create in interface RpcProxy