Package | Description |
---|---|
org.acplt.oncrpc.server |
ONC/RPC Server support package.
|
Modifier and Type | Class and Description |
---|---|
class |
OncRpcServerAcceptedCallMessage
The
OncRpcServerAcceptedCallMessage class represents (on the
sender's side) an accepted ONC/RPC call. |
Modifier and Type | Method and Description |
---|---|
protected void |
OncRpcUdpServerTransport.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 abstract void |
OncRpcServerTransport.beginEncoding(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state)
Begins the sending phase for ONC/RPC replies.
|
protected void |
OncRpcTcpConnectionServerTransport.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 |
OncRpcUdpServerTransport.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 abstract void |
OncRpcServerTransport.reply(OncRpcCallInformation callInfo,
OncRpcServerReplyMessage state,
XdrAble reply)
Send back an ONC/RPC reply to the original caller.
|
protected void |
OncRpcTcpConnectionServerTransport.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.
|
Copyright © 2015. All rights reserved.