|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acplt.oncrpc.OncRpcMessage | +--org.acplt.oncrpc.OncRpcCallMessage | +--org.acplt.oncrpc.server.OncRpcServerCallMessage
The OncRpcServerCallMessage
class represents an ONC/RPC
call message on the server side. For this reasons it just handles
decoding of call messages but can not do any encoding. This class is
also responsible for pulling off authentication information from the
wire and converting it into appropriate authentication protocol handling
objects. As with all good management, this class therefor delegates this
somehow unpleasant work to the server-side authentication protocol handling
classes.
OncRpcServerAuth
Field Summary | |
OncRpcServerAuth |
auth
Contains the authentication protocol handling object retrieved together with the call message itself. |
Fields inherited from class org.acplt.oncrpc.OncRpcCallMessage |
ONCRPC_VERSION,
oncRpcVersion,
procedure,
program,
version |
Fields inherited from class org.acplt.oncrpc.OncRpcMessage |
messageId,
messageType |
Constructor Summary | |
OncRpcServerCallMessage()
|
Method Summary | |
void |
xdrDecode(XdrDecodingStream xdr)
Decodes -- that is: deserializes -- a ONC/RPC message header object from a XDR stream according to RFC 1831. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public OncRpcServerAuth auth
Constructor Detail |
public OncRpcServerCallMessage()
Method Detail |
public void xdrDecode(XdrDecodingStream xdr) throws OncRpcException, java.io.IOException
xdr
- A decoding XDR stream from which to receive all the mess.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |