|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
OncRpcReplyStatus.ONCRPC_MSG_ACCEPTED).
AUTH_NONE
is needed.
OncRpcRejectStatus.ONCRPC_AUTH_ERROR.
Base64 class provides static methods to convert
back and forth between binary and base64-encoded data.XdrBoolean object as a boolean
primitive.
buffer.
buffer.
buffer.
buffer.
buffer.
buffer.
buffer.
buffer.
buffer.
XdrBytes object as a byte
vector.
XdrByte object as a byte
primitive.
null if
the system's default encoding should be used.
null if
the system's default encoding should be used.
null if
the system's default encoding should be used.
null if
the system's default encoding should be used.
XdrChar object as a char
primitive.
createJavaSourceFile.
null if not available
in the class library of a particular JRE.
jrpcgen.currentFileWriter object receiving generated source code.
null.
JrpcgenDeclaration of descriminant element (containing its
identifier and data type).
XdrDouble object as a double
primitive.
System.out.
System.out.
System.out.
System.out.
System.out.
System.out.
XdrDynamicOpaque object as a byte
vector.
JrpcgenDeclaration).
null
if no embedded portmap service is necessary because the operating
system already supplies one or another portmapper is already running.
buffer.
EOF Symbol index.
error Symbol index.
buffer field.
XdrFloat object as a float
primitive.
authentication
used.
authentication
used.
authentication
used.
authentication
used.
null,
if no dependency exists.
null if no exception was thrown.
OncRpcPortmapClient object is
a proxy for, for the port number of a particular ONC/RPC server
identified by the information tuple {program number, program version,
protocol}.
retransmission mode set for
retransmission of lost ONC/RPC calls.
null if the connection could not be established.
OncRpcRejectStatus.ONCRPC_RPC_MISMATCH and
OncRpcAcceptStatus.ONCRPC_PROG_MISMATCH.
www.acplt.org.
HttpClientConnection provides a simple HTTP/1.1
compliant connection from a client to an HTTP server.HttpClientConnection.
HttpClientConnection.
XdrInt object as a int
primitive.
IOException caused by connection attempt, if any,
or null.
jportmap implements a Java-based ONC/RPC port mapper,
speaking the widely deployed protocol version 2.jrpcgen implements a Java-based rpcgen RPC protocol
compiler. jrpcgen is a Java-based tool that generates source code of Java
classes to implement an RPC protocol.JrpcgenConst class represents a single constant defined
in an rpcgen "x"-file.JrpcgenConst and sets the identifier and
the associated value.
JrpcgenConst and sets the identifier and
the associated value of an enumeration etc.
JrpcgenDeclaration class represents a single declaration
from an rpcgen "x"-file.JrpcgenDeclaration and sets the identifier
and its data type.
JrpcgenDeclaration and sets the identifier,
its data type, kind and size of vector.
JrpcgenEnDecodingInfo contains information which
is necessary to generate source code calling appropriate XDR encoding
and decoding methods.JrpcgenEnDecodingInfo object containing
information for generating source code for encoding and decoding
of XDR/Java base data types.
JrpcgenEnum class represents a single enumeration
from an rpcgen "x"-file.JrpcgenEnum and sets the identifier and all
its enumeration elements.
JrpcgenParamInfo class contains information about the
data type of a procedure's parameter, as well as the parameter's optional
name.JrpcgenParamInfo object containing
information about ...
JrpcgenParserException class represents a parser
exception indicating to abort parsing the x-file.JrpcgenParserException with no detail message.
JrpcgenProcedureInfo class contains information about a
specific version of an ONC/RPC program as defined in an rpcgen "x"-file.JrpcgenProcedureInfo object containing
information about a programs' version and a set of procedures
defined by this program version.
JrpcgenProgramInfo class contains information about a
single ONC/RPC program as defined in an rpcgen "x"-file.JrpcgenProgramInfo object containing the
programs's identifier and number, as well as the versions defined
for this particular ONC/RPC program.
JrpcgenStruct class represents a single structure defined
in an rpcgen "x"-file.JrpcgenStruct and sets the identifier and all
its attribute elements.
JrpcgenUnion class represents a single union defined
in an rpcgen "x"-file.JrpcgenUnion and sets the identifier, the
descrimant element as well as all attribute elements.
JrpcgenUnionArm class represents a single union arm defined
for a particular union in an rpcgen "x"-file.JrpcgenUnionArm and sets decrimated arm's
value and the associated attribute element.
JrpcgenVersionInfo class contains information about a
specific version of an ONC/RPC program as defined in a rpcgen "x"-file.JrpcgenVersionInfo object containing
information about a programs' version and a set of procedures
defined by this program version.
XdrLong object as a long
primitive.
OncRpcRejectStatus.ONCRPC_RPC_MISMATCH and
OncRpcAcceptStatus.ONCRPC_PROG_MISMATCH.
OncRpcException, like a
detailed error message.
null if not available
in the class library of a particular JRE.
null if not available
in the class library of a particular JRE.
null if not available
in the class library of a particular JRE.
null if not available
in the class library of a particular JRE.
null if not available
in the class library of a particular JRE.
null if not available
in the class library of a particular JRE.
null if not available
in the class library of a particular JRE.
null if not available
in the class library of a particular JRE.
null if not available
in the class library of a particular JRE.
protocol.
protocol.
true.
true.
true.
OncRpcAuthenticationException indicates an
authentication exception.OncRpcAuthenticationException
with a detail of OncRpcException.RPC_AUTHERROR and
the specified authentication status detail.
receiving
ONC/RPC broadcast reply events.OncRpcBroadcastEvent defines an event fired by
ONC/RPC UDP/IP-based clients whenever replies
to a
broadcast call
are received.KscPackageUpdateEvent object and
initializes its state.
receiving
ONC/RPC broadcast reply events.OncRpcCallInformation contain information
about individual ONC/RPC calls.OncRpcCallInformation object and associate it
with a ONC/RPC server transport.
OncRpcCallMessage class represents a remote procedure call
message as defined by ONC/RPC in RFC 1831.OncRpcClient class is the foundation for
protcol-specific ONC/RPC clients.OncRpcClient object (the generic part).
OncRpcClientAuth class is the base class for handling
all protocol issues of ONC/RPC authentication on the client side.OncRpcClientAuthNone class handles protocol issues of
ONC/RPC AUTH_NONE authentication.OncRpcClientAuthUnix class handles protocol issues of
ONC/RPC AUTH_UNIX (and thus AUTH_SHORT)
authentication.OncRpcClientAuthUnix authentication
protocol handling object capable of handling AUTH_UNIX
and AUTH_SHORT.
OncRpcClientAuthUnix authentication
protocol handling object capable of handling AUTH_UNIX
and AUTH_SHORT.
OncRpcClientCallMessage class represents a remote procedure
call message on the client side.OncRpcReplyMessage class represents an ONC/RPC reply
message as defined by ONC/RPC in RFC 1831.OncRpcReplyMessage object to represent
an invalid state.
OncRpcClientStub class is the base class to
build ONC/RPC-program specific clients upon.OncRpcClientStub for communication with
a remote ONC/RPC server.
OncRpcClientStub which uses the given
client proxy object for communication with a remote ONC/RPC server.
OncRpcDumpResult represent the outcome of
the PMAP_DUMP operation on a portmapper.OncRpcServerIdent object.
OncRpcEmbeddedPortmap provides an embeddable
portmap service, which is automatically started in its own thread if
the (operating) system does not already provide the portmap service.OncRpcEmbeddedPortmap and starts the service if no
other (external) portmap service is available.
OncRpcEmbeddedPortmap and starts the service if no
other (external) portmap service is available.
OncRpcEmbeddedPortmapThread implements a thread
which will run an embedded portmap service.OncRpcException indicates ONC/RPC conditions
that a reasonable application might want to catch.OncRpcException with a reason of
OncRpcException.RPC_FAILED.
OncRpcException with the specified detail
message.
OncRpcException with the specified detail
reason and message.
OncRpcException with the specified detail
reason.
OncRpcGetPortResult class represents the result from
a PMAP_GETPORT remote procedure call to the ONC/RPC portmapper.OncRpcGetPortParams
result object.
OncRpcHttpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
OncRpcHttpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
OncRpcHttpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
OncRpcMessage class is an abstract superclass for all
the message types ONC/RPC defines (well, an overwhelming count of two).OncRpcMessage object with default
values: a given message type and no particular message identifier.
OncRpcPortmapClient is a specialized ONC/RPC client,
which can talk to the portmapper on a given host using the famous
UDP/IP datagram-oriented internet protocol.OncRpcProgramNotRegisteredException indicates
that the requests ONC/RPC program is not available at the specified host.OncRpcException.RPC_PROGNOTREGISTERED and an
appropriate clear-text detail message.
OncRpcReplyMessage class represents an ONC/RPC reply
message as defined by ONC/RPC in RFC 1831.OncRpcReplyMessage object to represent
an invalid state.
OncRpcReplyMessage object and initializes
its complete state from the given parameters.
OncRpcServerAcceptedCallMessage class represents (on the
sender's side) an accepted ONC/RPC call.OncRpcServerAcceptedCallMessage object which
represents an accepted call, which was also successfully executed,
so the reply will contain information from the remote procedure call.
OncRpcAcceptedCallMessage object which
represents an accepted call, which was not necessarily successfully
carried out.
OncRpcAcceptedCallMessage object for an
accepted call with an unsupported version.
OncRpcServerAuth class is the base class and factory
for handling all protocol issues of ONC/RPC authentication on the server
side.OncRpcServerAuthNone class handles all protocol issues
of the ONC/RPC authentication AUTH_NONE on the server
side.OncRpcServerAuthShort class handles all protocol issues
of the ONC/RPC authentication AUTH_SHORT on the server
side.OncRpcServerAuthShort object and pulls its
state off an XDR stream.
OncRpcServerAuthNone class handles all protocol issues
of the ONC/RPC authentication AUTH_UNIX on the server
side.OncRpcServerAuthUnix object and pulls its
state off an XDR stream.
OncRpcServerCallMessage class represents an ONC/RPC
call message on the server side.OncRpcServerIdent represents an tuple
{ program, version, protocol, port} uniquely identifying a particular
ONC/RPC server on a given host.OncRpcServerIdent object with senseless
default values for the requested program number, version number,
protocol type and port number.
OncRpcServerIdent object with the
requested program number, version number, protocol type and port
number.
OncRpcServerIdent object and restores
its state from the given XDR stream.
OncRpcReplyMessage class represents an ONC/RPC reply
message as defined by ONC/RPC in RFC 1831.OncRpcReplyMessage object and initializes
its complete state from the given parameters.
OncRpcServerStub class is the base class to
build ONC/RPC-program specific servers upon.OncRpcServerTransport encapsulate XDR
streams of ONC/RPC servers.OncRpcServerTransport which
encapsulates XDR streams of an ONC/RPC server.
OncRpcServerTransportRegistrationInfo holds
information about (possibly multiple) registration of server transports
for individual program and version numbers.OncRpcTcpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
OncRpcTcpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
OncRpcTcpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
OncRpcTcpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
OncRpcTcpServerTransport encapsulate
TCP/IP-based XDR streams of ONC/RPC servers.OncRpcTcpSConnectionerverTransport
which encapsulates TCP/IP-based XDR streams of an ONC/RPC server.
OncRpcTcpSConnectionerverTransport
which encapsulates TCP/IP-based XDR streams of an ONC/RPC server.
OncRpcTcpServerTransport encapsulate
TCP/IP-based XDR streams of ONC/RPC servers.OncRpcTcpServerTransport which
encapsulates TCP/IP-based XDR streams of an ONC/RPC server.
OncRpcTcpServerTransport which
encapsulates TCP/IP-based XDR streams of an ONC/RPC server.
OncRpcTcpServerTransport which
encapsulates TCP/IP-based XDR streams of an ONC/RPC server.
Connectiator has a short and sometimes sad
life, as its only purpose is trying to connect to a TCP port at
another host machine.Connectiator that can later be used
connect to the given TCP port at the host specified.
OncRpcTimeoutException indicates a timed out
call exception.OncRpcTimeoutException
with a detail of OncRpcException.RPC_TIMEDOUT.
OncRpcUdpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
OncRpcUdpClient object, which connects
to the ONC/RPC server at host for calling remote procedures
of the given { program, version }.
UDP/IP-based ONC/RPC clients.OncRpcUdpServerTransport encapsulate
UDP/IP-based XDR streams of ONC/RPC servers.OncRpcUdpServerTransport which
encapsulates UDP/IP-based XDR streams of an ONC/RPC server.
OncRpcUdpServerTransport which
encapsulates UDP/IP-based XDR streams of an ONC/RPC server.
OncRpcUdpServerTransport which
encapsulates UDP/IP-based XDR streams of an ONC/RPC server.
XdrOpaque object as a byte
vector.
null.
true.
BeginDecoding has been called for the
receiving XDR stream, so that it should be closed later using
EndDecoding.
BeginDecoding has been called for the
receiving XDR stream, so that it should be closed later using
EndDecoding.
BeginEncoding has been called for the
sending XDR stream, so in face of exceptions we can not send an
error reply to the client but only drop the connection.
OncRpcException,
like the ONC/RPC error code, as defined by the RPC_xxx
constants of this interface.
reduce_goto table.
OncRpcReplyStatus.ONCRPC_MSG_DENIED).
OncRpcAuthenticationException.
OncRpcBroadcastEvent.
OncRpcException.
OncRpcProgramNotRegisteredException.
OncRpcTimeoutException.
retransmission mode for
lost remote procedure calls.
AUTH_SHORT
optionally returned by an ONC/RPC server to be used on subsequent
ONC/RPC calls.
XdrShort object as a short
primitive.
null.
XdrString object as a string
primitive.
OncRpcReplyMessage represents an
accepted and successfully executed remote procedure call.
OncRpcReplyMessage objects.
XdrVoid instance, which can be used in cases
where no data is to be serialized or deserialized but some ONC/RPC
function expects a reference to a XDR-able object.
null.
XdrBoolean represent (de-)serializeable
booleans, which are especially useful in cases where a result with only a
single boolean is expected from a remote function call or only a single
boolean parameter needs to be supplied.XdrBoolean object.
XdrBoolean object.
XdrBufferDecodingStream class provides the necessary
functionality to XdrDecodingStream to retrieve XDR packets from
a byte buffer.XdrUdpDecodingStream object and associate
it with a buffer containing encoded XDR data.
XdrUdpDecodingStream object and associate
it with a buffer containing encoded XDR data.
XdrBufferEncodingStream class provides a buffer-based
XDR stream.XdrBufferEncodingStream with a buffer
to encode data into of the given size.
XdrBufferEncodingStream with a given
buffer.
XdrByte represent (de-)serializeable
bytes, which are especially useful in cases where a result with only a
single byte is expected from a remote function call or only a single
byte parameter needs to be supplied.XdrByte object.
XdrByte object.
XdrBytes represent (de-)serializeable
bytes values, which are especially useful in cases where a result with only a
single bytes value is expected from a remote function call or only a single
bytes value parameter needs to be supplied.XdrBytes object.
XdrBytes object.
XdrChar represent (de-)serializeable
chars, which are especially useful in cases where a result with only a
single char is expected from a remote function call or only a single
char parameter needs to be supplied.XdrChar object.
XdrChar object.
OncRpcGetPortParams
object from a XDR stream.
offset with a
length of length.
offset with a
length of length.
offset with a
length of length.
offset with a
length of length.
offset with a
length of length.
XdrDouble represent (de-)serializeable
doubles, which are especially useful in cases where a result with only a
single double is expected from a remote function call or only a single
double parameter needs to be supplied.XdrDouble object.
XdrDouble object.
XdrDynamicOpaque represent (de-)serializeable
dynamic-size opaque values, which are especially useful in cases where a result with only a
single opaque value is expected from a remote function call or only a single
opaque value parameter needs to be supplied.XdrDynamicOpaque object.
XdrDynamicOpaque object.
OncRpcGetPortParams
object into a XDR stream.
offset with a
length of length.
offset with a
length of length.
offset with a
length of length.
offset with a
length of length.
XdrFloat represent (de-)serializeable
floats, which are especially useful in cases where a result with only a
single float is expected from a remote function call or only a single
float parameter needs to be supplied.XdrFloat object.
XdrFloat object.
XdrHttpDecodingStream class provides the necessary
functionality to XdrDecodingStream to receive XDR data through
HTTP tunnels.XdrHttpDecodingStream.
XdrInt represent (de-)serializeable
integers, which are especially useful in cases where a result with only a
single int is expected from a remote function call or only a single
int parameter needs to be supplied.XdrInt object.
XdrInt object.
XdrLong represent (de-)serializeable
longs (64 bit), which are especially useful in cases where a result with only a
single long is expected from a remote function call or only a single
long parameter needs to be supplied.XdrLong object.
XdrLong object.
XdrOpaque represent (de-)serializeable
fixed-size opaque values, which are especially useful in cases where a result with only a
single opaque value is expected from a remote function call or only a single
opaque value parameter needs to be supplied.XdrOpaque object.
XdrOpaque object given
only the size of the opaque value.
XdrShort represent (de-)serializeable
shorts, which are especially useful in cases where a result with only a
single short is expected from a remote function call or only a single
short parameter needs to be supplied.XdrShort object.
XdrShort object.
XdrString represent (de-)serializeable
strings, which are especially useful in cases where a result with only a
single string is expected from a remote function call or only a single
string parameter needs to be supplied.XdrString object.
XdrString object.
XdrTcpDecodingStream class provides the necessary
functionality to XdrDecodingStream to receive XDR records from the
network using the stream-oriented TCP/IP.XdrTcpDecodingStream object and associate
it with the given streamingSocket for TCP/IP-based
communication.
XdrTcpEncodingStream class provides the necessary
functionality to XdrEncodingStream to send XDR records to the
network using the stream-oriented TCP/IP.XdrTcpEncodingStream object and associate
it with the given streamingSocket for TCP/IP-based
communication.
XdrUdpDecodingStream class provides the necessary
functionality to XdrDecodingStream to receive XDR packets from the
network using the datagram-oriented UDP/IP.XdrUdpDecodingStream object and associate
it with the given datagramSocket for UDP/IP-based
communication.
XdrUdpDecodingStream class provides the necessary
functionality to XdrDecodingStream to send XDR packets over the
network using the datagram-oriented UDP/IP.XdrUnion helps (de-)serializing
polymorphic classes.XdrVoid represent (de-)serializeable
voids, which are especially useful in cases where no result is expected
from a remote function call or no parameters are supplied.aState
reduce_goto table.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||