Package org.acplt.oncrpc.server
package org.acplt.oncrpc.server
-
ClassDescriptionObjects of class
OncRpcCallInformationcontain information about individual ONC/RPC calls.Tags classes as being able to dispatch and handle ONC/RPC requests from clients.TheOncRpcServerAcceptedCallMessageclass 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.TheOncRpcServerAuthNoneclass handles all protocol issues of the ONC/RPC authenticationAUTH_NONEon 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.TheOncRpcServerAuthShortclass handles all protocol issues of the ONC/RPC authenticationAUTH_SHORTon the server side.TheOncRpcServerAuthNoneclass handles all protocol issues of the ONC/RPC authenticationAUTH_UNIXon the server side.TheOncRpcServerCallMessageclass represents an ONC/RPC call message on the server side.TheOncRpcReplyMessageclass represents an ONC/RPC reply message as defined by ONC/RPC in RFC 1831.The abstractOncRpcServerStubclass is the base class to build ONC/RPC-program specific servers upon.Instances of classOncRpcServerTransportencapsulate XDR streams of ONC/RPC servers.The classOncRpcServerTransportRegistrationInfoholds information about (possibly multiple) registration of server transports for individual program and version numbers.Instances of classOncRpcTcpServerTransportencapsulate TCP/IP-based XDR streams of ONC/RPC servers.Instances of classOncRpcTcpServerTransportencapsulate TCP/IP-based XDR streams of ONC/RPC servers.Instances of classOncRpcUdpServerTransportencapsulate UDP/IP-based XDR streams of ONC/RPC servers.