The article directories

  • One, foreword
  • Second, the client dynamic proxy
    • 2.1 Construction of engineering structure
    • 2.2 rpcServerApi is referenced by rpcServerProvider and RPC server
    • 2.3 Client Dynamic Proxy
      • 2.3.1 rpcServerApi provides interfaces
      • 2.3.2 rpcServerProvider
      • 2.3.3 rpcClient Dynamic Proxy uses IHelloService
    • 2.4 Dynamic Proxy Succeeds on the Client
  • The client connects to the server and transmits data
    • 3.1 Server rpcServerProvider
    • 3.2 Client rpcClient
  • Multithreading, serialization and deserialization of transmitting data beans
    • 4.1 The rpcServerProvider on the Server receives data sent by the client