|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OncRpcServerTransport | |
|---|---|
| org.acplt.oncrpc.server | ONC/RPC Server support package. |
| Uses of OncRpcServerTransport in org.acplt.oncrpc.server |
|---|
| Subclasses of OncRpcServerTransport in org.acplt.oncrpc.server | |
|---|---|
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. |
| Fields in org.acplt.oncrpc.server declared as OncRpcServerTransport | |
|---|---|
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. |
| Methods in org.acplt.oncrpc.server with parameters of type OncRpcServerTransport | |
|---|---|
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. |
| Constructors in org.acplt.oncrpc.server with parameters of type OncRpcServerTransport | |
|---|---|
OncRpcCallInformation(OncRpcServerTransport transport)
Create an OncRpcCallInformation object and associate it
with a ONC/RPC server transport. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||