Package | Description |
---|---|
org.acplt.oncrpc |
Sun's ONC/RPC Remote Procedure Call mechanism.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(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(InetAddress host,
int program,
int version,
int port,
int protocol)
Creates a new ONC/RPC client object, which can handle the requested
protocol . |
Modifier and Type | Method and Description |
---|---|
void |
OncRpcClientStub.setClient(OncRpcClient client)
Sets a new ONC/RPC client proxy, which will be used for future
communication with a remote ONC/RPC server.
|
Constructor and Description |
---|
OncRpcClientStub(OncRpcClient client)
Construct a new
OncRpcClientStub which uses the given
client proxy object for communication with a remote ONC/RPC server. |
Copyright © 2015. All rights reserved.