Class NettyServerCall

All Implemented Interfaces:
RpcCall, RpcCallContext, RpcResponse

Datastructure that holds all necessary to a method invocation and then afterward, carries the result.
Since:
2.0.0
  • Constructor Details

  • Method Details

    • sendResponseIfReady

      public void sendResponseIfReady() throws IOException
      If we have a response, and delay is not set, then respond immediately. Otherwise, do not respond to client. This is called by the RPC code in the context of the Handler thread.
      Throws:
      IOException