| Package | Description |
|---|---|
| org.acplt.oncrpc |
Sun's ONC/RPC Remote Procedure Call mechanism.
|
| org.acplt.oncrpc.apps.jportmap |
Java-based portmap
|
| org.acplt.oncrpc.server |
ONC/RPC Server support package.
|
| Class and Description |
|---|
| OncRpcBroadcastEvent
The class
OncRpcBroadcastEvent defines an event fired by
ONC/RPC UDP/IP-based clients whenever replies
to a
broadcast call
are received. |
| OncRpcBroadcastListener
The listener class for
receiving
ONC/RPC broadcast reply events. |
| OncRpcCallMessage
The
OncRpcCallMessage class represents a remote procedure call
message as defined by ONC/RPC in RFC 1831. |
| OncRpcClient
The abstract
OncRpcClient class is the foundation for
protcol-specific ONC/RPC clients. |
| OncRpcClientAuth
The
OncRpcClientAuth class is the base class for handling
all protocol issues of ONC/RPC authentication on the client side. |
| OncRpcClientAuthNone
The
OncRpcClientAuthNone class handles protocol issues of
ONC/RPC AUTH_NONE authentication. |
| OncRpcException
The class
OncRpcException indicates ONC/RPC conditions
that a reasonable application might want to catch. |
| OncRpcMessage
The
OncRpcMessage class is an abstract superclass for all
the message types ONC/RPC defines (well, an overwhelming count of two). |
| OncRpcReplyMessage
The
OncRpcReplyMessage class represents an ONC/RPC reply
message as defined by ONC/RPC in RFC 1831. |
| OncRpcServerIdent
The class
OncRpcServerIdent represents an tuple
{ program, version, protocol, port} uniquely identifying a particular
ONC/RPC server on a given host. |
| OncRpcUdpClient
ONC/RPC client which communicates with ONC/RPC servers over the network
using the datagram-oriented protocol UDP/IP.
|
| XdrAble
Defines the interface for all classes that should be able to be
serialized into XDR streams, and deserialized or constructed from
XDR streams.
|
| XdrDecodingStream
Defines the abstract base class for all decoding XDR streams.
|
| XdrEncodingStream
Defines the abstract base class for all encoding XDR streams.
|
| XdrTcpDecodingStream
The
XdrTcpDecodingStream class provides the necessary
functionality to XdrDecodingStream to receive XDR records from the
network using the stream-oriented TCP/IP. |
| XdrTcpEncodingStream
The
XdrTcpEncodingStream class provides the necessary
functionality to XdrEncodingStream to send XDR records to the
network using the stream-oriented TCP/IP. |
| XdrUdpDecodingStream
The
XdrUdpDecodingStream class provides the necessary
functionality to XdrDecodingStream to receive XDR packets from the
network using the datagram-oriented UDP/IP. |
| XdrUdpEncodingStream
The
XdrUdpDecodingStream class provides the necessary
functionality to XdrDecodingStream to send XDR packets over the
network using the datagram-oriented UDP/IP. |
| XdrVoid
Instances of the class
XdrVoid represent (de-)serializeable
voids, which are especially useful in cases where no result is expected
from a remote function call or no parameters are supplied. |
| Class and Description |
|---|
| OncRpcException
The class
OncRpcException indicates ONC/RPC conditions
that a reasonable application might want to catch. |
| Class and Description |
|---|
| OncRpcCallMessage
The
OncRpcCallMessage class represents a remote procedure call
message as defined by ONC/RPC in RFC 1831. |
| OncRpcException
The class
OncRpcException indicates ONC/RPC conditions
that a reasonable application might want to catch. |
| OncRpcMessage
The
OncRpcMessage class is an abstract superclass for all
the message types ONC/RPC defines (well, an overwhelming count of two). |
| OncRpcReplyMessage
The
OncRpcReplyMessage class represents an ONC/RPC reply
message as defined by ONC/RPC in RFC 1831. |
| XdrAble
Defines the interface for all classes that should be able to be
serialized into XDR streams, and deserialized or constructed from
XDR streams.
|
| XdrDecodingStream
Defines the abstract base class for all decoding XDR streams.
|
| XdrEncodingStream
Defines the abstract base class for all encoding XDR streams.
|
Copyright © 2015. All rights reserved.