Class PortmapResponse

java.lang.Object
org.apache.hadoop.portmap.PortmapResponse

public class PortmapResponse extends Object
Helper utility for sending portmap response.
  • Constructor Details

    • PortmapResponse

      public PortmapResponse()
  • Method Details

    • voidReply

      public static XDR voidReply(XDR xdr, int xid)
    • intReply

      public static XDR intReply(XDR xdr, int xid, int value)
    • booleanReply

      public static XDR booleanReply(XDR xdr, int xid, boolean value)
    • pmapList

      public static XDR pmapList(XDR xdr, int xid, PortmapMapping[] list)