Package | Description |
---|---|
org.acplt.oncrpc.apps.jportmap |
Java-based portmap
|
org.acplt.oncrpc.server |
ONC/RPC Server support package.
|
Modifier and Type | Method and Description |
---|---|
void |
jportmap.dispatchOncRpcCall(OncRpcCallInformation call,
int program,
int version,
int procedure)
Dispatch incomming ONC/RPC calls to the individual handler functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OncRpcTcpServerTransport.beginEncoding(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state)
Do not call.
|
protected void |
OncRpcTcpConnectionServerTransport.beginEncoding(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state)
Begins the sending phase for ONC/RPC replies.
|
protected abstract void |
OncRpcServerTransport.beginEncoding(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state)
Begins the sending phase for ONC/RPC replies.
|
protected void |
OncRpcUdpServerTransport.beginEncoding(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state)
Begins the sending phase for ONC/RPC replies.
|
void |
OncRpcDispatchable.dispatchOncRpcCall(OncRpcCallInformation call,
int program,
int version,
int procedure)
Dispatch (handle) an ONC/RPC request from a client.
|
protected void |
OncRpcTcpServerTransport.reply(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state,
XdrAble reply)
Do not call.
|
protected void |
OncRpcTcpConnectionServerTransport.reply(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state,
XdrAble reply)
Send back an ONC/RPC reply to the original caller.
|
protected abstract void |
OncRpcServerTransport.reply(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state,
XdrAble reply)
Send back an ONC/RPC reply to the original caller.
|
protected void |
OncRpcUdpServerTransport.reply(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state,
XdrAble reply)
Send back an ONC/RPC reply to the original caller.
|
Copyright © 2022. All rights reserved.