|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OncRpcCallInformation | |
|---|---|
| org.acplt.oncrpc.server | ONC/RPC Server support package. |
| Uses of OncRpcCallInformation in org.acplt.oncrpc.server |
|---|
| Methods in org.acplt.oncrpc.server with parameters of type OncRpcCallInformation | |
|---|---|
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 |
OncRpcTcpServerTransport.beginEncoding(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state)
Do not call. |
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 |
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 |
OncRpcTcpServerTransport.reply(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state,
XdrAble reply)
Do not call. |
protected void |
OncRpcUdpServerTransport.reply(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state,
XdrAble reply)
Send back an ONC/RPC reply to the original caller. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||