Package | Description |
---|---|
org.acplt.oncrpc.server |
ONC/RPC Server support package.
|
Modifier and Type | Class and Description |
---|---|
class |
OncRpcTcpConnectionServerTransport
Instances of class
OncRpcTcpServerTransport encapsulate
TCP/IP-based XDR streams of ONC/RPC servers. |
class |
OncRpcTcpServerTransport
Instances of class
OncRpcTcpServerTransport encapsulate
TCP/IP-based XDR streams of ONC/RPC servers. |
class |
OncRpcUdpServerTransport
Instances of class
OncRpcUdpServerTransport encapsulate
UDP/IP-based XDR streams of ONC/RPC servers. |
Modifier and Type | Field and Description |
---|---|
protected OncRpcServerTransport |
OncRpcCallInformation.transport
Associated transport from which we receive the ONC/RPC call parameters
and to which we serialize the ONC/RPC reply.
|
OncRpcServerTransport[] |
OncRpcServerStub.transports
Array containing ONC/RPC server transport objects which describe what
transports an ONC/RPC server offers for handling ONC/RPC calls.
|
Modifier and Type | Method and Description |
---|---|
void |
OncRpcServerStub.close(OncRpcServerTransport[] transports)
Close all transports listed in a set of server transports.
|
void |
OncRpcServerStub.register(OncRpcServerTransport[] transports)
Register a set of server transports with the local portmapper.
|
void |
OncRpcServerStub.run(OncRpcServerTransport[] transports)
Process incomming remote procedure call requests from all specified
transports.
|
void |
OncRpcServerStub.unregister(OncRpcServerTransport[] transports)
Unregister a set of server transports from the local portmapper.
|
Constructor and Description |
---|
OncRpcCallInformation(OncRpcServerTransport transport)
Create an
OncRpcCallInformation object and associate it
with a ONC/RPC server transport. |
Copyright © 2015. All rights reserved.