Class SimpleUdpClient

java.lang.Object
org.apache.hadoop.oncrpc.SimpleUdpClient

public class SimpleUdpClient extends Object
A simple UDP based RPC client which just sends one request to a server.
  • Field Details

    • host

      protected final String host
    • port

      protected final int port
    • request

      protected final XDR request
    • oneShot

      protected final boolean oneShot
    • clientSocket

      protected final DatagramSocket clientSocket
  • Constructor Details

  • Method Details