Class | Description |
---|---|
ConnectDatagram |
Sets up a UDP connection to the server.
|
Connection |
Sets up a connection to the server using
either UDP or TCP as determined by the
subclass.
|
ConnectSocket |
Sets up a TCP connection to the server.
|
Cred |
RPC Credentials
Extended by each credential class
|
CredGss |
The credential class for the RPCSEC_GSS security flavor.
|
CredNone |
This is the "NONE" credential, i.e.
|
CredUnix |
The Unix credential.
|
Rpc |
This class transmits and receives RPC calls to an RPC service
at a specific host and port.
|
RpcHandler |
This handler is implemented by the RPC application
if it wishes to be notifed of retransmissions.
|
Xdr |
This class handles the marshalling/unmarshalling of
primitive data types into and out of a buffer.
|
Exception | Description |
---|---|
MsgAcceptedException |
Handle the RPC "message accepted" class of errors.
|
MsgRejectedException |
Handle the RPC "message rejected" class of errors.
|
RpcException |
Handle the RPC exceptions.
|