Package | Description |
---|---|
org.acplt.oncrpc.apps.jportmap |
Java-based portmap
|
org.acplt.oncrpc.server |
ONC/RPC Server support package.
|
Class and Description |
---|
OncRpcCallInformation
Objects of class
OncRpcCallInformation contain information
about individual ONC/RPC calls. |
OncRpcDispatchable
Tags classes as being able to dispatch and handle ONC/RPC requests from
clients.
|
OncRpcServerStub
The abstract
OncRpcServerStub class is the base class to
build ONC/RPC-program specific servers upon. |
Class and Description |
---|
OncRpcCallInformation
Objects of class
OncRpcCallInformation contain information
about individual ONC/RPC calls. |
OncRpcDispatchable
Tags classes as being able to dispatch and handle ONC/RPC requests from
clients.
|
OncRpcServerAuth
This interface connects incoming ONC/RPC - calls to an ONC/RPC server
with authentication handling allowing or refusing a call.
|
OncRpcServerAuthNone
The
OncRpcServerAuthNone class handles all protocol issues
of the ONC/RPC authentication AUTH_NONE on the server
side. |
OncRpcServerAuthScheme
Implementing this interface enables the definition of a custom authentication scheme,
which is intended to be provided by an ONC/RPC server.
|
OncRpcServerCallMessage
The
OncRpcServerCallMessage class represents an ONC/RPC
call message on the server side. |
OncRpcServerReplyMessage
The
OncRpcReplyMessage class represents an ONC/RPC reply
message as defined by ONC/RPC in RFC 1831. |
OncRpcServerTransport
Instances of class
OncRpcServerTransport encapsulate XDR
streams of ONC/RPC servers. |
OncRpcServerTransportRegistrationInfo
The class
OncRpcServerTransportRegistrationInfo holds
information about (possibly multiple) registration of server transports
for individual program and version numbers. |
OncRpcTcpConnectionServerTransport
Instances of class
OncRpcTcpServerTransport encapsulate
TCP/IP-based XDR streams of ONC/RPC servers. |
OncRpcTcpServerTransport
Instances of class
OncRpcTcpServerTransport encapsulate
TCP/IP-based XDR streams of ONC/RPC servers. |
Copyright © 2015. All rights reserved.