Package com.sun.rpc


package com.sun.rpc
  • Class
    Description
    Sets up a UDP connection to the server.
    Sets up a connection to the server using either UDP or TCP as determined by the subclass.
    Sets up a TCP connection to the server.
    RPC Credentials Extended by each credential class
    The credential class for the RPCSEC_GSS security flavor.
    This is the "NONE" credential, i.e.
    The Unix credential.
    Handle the RPC "message accepted" class of errors.
    Handle the RPC "message rejected" class of errors.
    This class transmits and receives RPC calls to an RPC service at a specific host and port.
    Handle the RPC exceptions.
    This handler is implemented by the RPC application if it wishes to be notifed of retransmissions.
    This class handles the marshalling/unmarshalling of primitive data types into and out of a buffer.