|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OncRpcServerReplyMessage | |
|---|---|
| org.acplt.oncrpc.server | ONC/RPC Server support package. |
| Uses of OncRpcServerReplyMessage in org.acplt.oncrpc.server |
|---|
| Subclasses of OncRpcServerReplyMessage in org.acplt.oncrpc.server | |
|---|---|
class |
OncRpcServerAcceptedCallMessage
The OncRpcServerAcceptedCallMessage class represents (on the
sender's side) an accepted ONC/RPC call. |
| Methods in org.acplt.oncrpc.server with parameters of type OncRpcServerReplyMessage | |
|---|---|
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 |
OncRpcCallInformation.beginEncoding(OncRpcServerReplyMessage state)
Begins the sending phase for ONC/RPC replies. |
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. |
void |
OncRpcCallInformation.reply(OncRpcServerReplyMessage state,
XdrAble reply)
Send back an ONC/RPC reply to the caller who sent in this call. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||