|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OncRpcClient | |
|---|---|
| org.acplt.oncrpc | Sun's ONC/RPC Remote Procedure Call mechanism. |
| Uses of OncRpcClient in org.acplt.oncrpc |
|---|
| Subclasses of OncRpcClient in org.acplt.oncrpc | |
|---|---|
class |
OncRpcHttpClient
ONC/RPC client which communicates with ONC/RPC servers over the network using the ISO/OSI level 7 application protocol HTTP as a tunnel. |
class |
OncRpcTcpClient
ONC/RPC client which communicates with ONC/RPC servers over the network using the stream-oriented protocol TCP/IP. |
class |
OncRpcUdpClient
ONC/RPC client which communicates with ONC/RPC servers over the network using the datagram-oriented protocol UDP/IP. |
| Fields in org.acplt.oncrpc declared as OncRpcClient | |
|---|---|
protected OncRpcClient |
OncRpcClientStub.client
The real ONC/RPC client which is responsible for handling a particular IP protocol. |
protected OncRpcClient |
OncRpcPortmapClient.portmapClient
The particular transport-specific ONC/RPC client object used for talking to the portmapper. |
| Methods in org.acplt.oncrpc that return OncRpcClient | |
|---|---|
OncRpcClient |
OncRpcClientStub.getClient()
Returns ONC/RPC client proxy object used for communication with a remote ONC/RPC server. |
OncRpcClient |
OncRpcPortmapClient.getOncRpcClient()
Returns the client proxy object used for communicating with the portmapper. |
static OncRpcClient |
OncRpcClient.newOncRpcClient(java.net.InetAddress host,
int program,
int version,
int protocol)
Creates a new ONC/RPC client object, which can handle the requested protocol. |
static OncRpcClient |
OncRpcClient.newOncRpcClient(java.net.InetAddress host,
int program,
int version,
int port,
int protocol)
Creates a new ONC/RPC client object, which can handle the requested protocol. |
| Constructors in org.acplt.oncrpc with parameters of type OncRpcClient | |
|---|---|
OncRpcClientStub(OncRpcClient client)
Construct a new OncRpcClientStub which uses the given
client proxy object for communication with a remote ONC/RPC server. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||