Package org.acplt.oncrpc.server


package org.acplt.oncrpc.server
  • Class
    Description
    Objects of class OncRpcCallInformation contain information about individual ONC/RPC calls.
    Tags classes as being able to dispatch and handle ONC/RPC requests from clients.
    The OncRpcServerAcceptedCallMessage class represents (on the sender's side) an accepted ONC/RPC call.
    This interface connects incoming ONC/RPC - calls to an ONC/RPC server with authentication handling allowing or refusing a call.
    The OncRpcServerAuthNone class handles all protocol issues of the ONC/RPC authentication AUTH_NONE on the server side.
    Implementing this interface enables the definition of a custom authentication scheme, which is intended to be provided by an ONC/RPC server.
    The OncRpcServerAuthShort class handles all protocol issues of the ONC/RPC authentication AUTH_SHORT on the server side.
    The OncRpcServerAuthNone class handles all protocol issues of the ONC/RPC authentication AUTH_UNIX on the server side.
    The OncRpcServerCallMessage class represents an ONC/RPC call message on the server side.
    The OncRpcReplyMessage class represents an ONC/RPC reply message as defined by ONC/RPC in RFC 1831.
    The abstract OncRpcServerStub class is the base class to build ONC/RPC-program specific servers upon.
    Instances of class OncRpcServerTransport encapsulate XDR streams of ONC/RPC servers.
    The class OncRpcServerTransportRegistrationInfo holds information about (possibly multiple) registration of server transports for individual program and version numbers.
    Instances of class OncRpcTcpServerTransport encapsulate TCP/IP-based XDR streams of ONC/RPC servers.
    Instances of class OncRpcTcpServerTransport encapsulate TCP/IP-based XDR streams of ONC/RPC servers.
    Instances of class OncRpcUdpServerTransport encapsulate UDP/IP-based XDR streams of ONC/RPC servers.