A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

acceptStatus - Variable in class org.acplt.oncrpc.OncRpcReplyMessage
Acceptance status in case this reply was sent in response to an accepted call (OncRpcReplyStatus.ONCRPC_MSG_ACCEPTED).
action_obj - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Instance of action encapsulation class.
action_table() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Access to parse-action table.
add(Object) - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport.TransportList
Add new transport to list of open transports.
address - Variable in class org.acplt.oncrpc.OncRpcTcpSocketHelper.Connectiator
Host to connect to.
asciiBuffer - Variable in class org.acplt.oncrpc.web.HttpClientConnection
Buffer receiving ASCII characters from Unicode strings when sending (header) strings to the HTTP server.
asciiBuffer - Variable in class org.acplt.oncrpc.XdrHttpDecodingStream
The buffer receiving base64 encoded plain ASCII data from a HTTP web server.
asciiBufferSize - Variable in class org.acplt.oncrpc.XdrHttpDecodingStream
Size of buffer for receiving the base64 encoded plain ASCII data.
auth - Variable in class org.acplt.oncrpc.OncRpcClient
Authentication protocol object to be used when issuing ONC/RPC calls.
auth - Variable in class org.acplt.oncrpc.OncRpcClientCallMessage
Client-side authentication protocol handling object to use when decoding the reply message.
auth - Variable in class org.acplt.oncrpc.OncRpcClientReplyMessage
Client-side authentication protocol handling object to use when decoding the reply message.
auth - Variable in class org.acplt.oncrpc.server.OncRpcServerCallMessage
Contains the authentication protocol handling object retrieved together with the call message itself.
auth - Variable in class org.acplt.oncrpc.server.OncRpcServerReplyMessage
Contains the authentication protocol handling object.
AUTH_NONE - Static variable in class org.acplt.oncrpc.OncRpcClientAuthNone
Contains a singleton which comes in handy if you just need an AUTH_NONE authentification for an ONC/RPC client.
AUTH_NONE - Static variable in class org.acplt.oncrpc.server.OncRpcServerAuthNone
Singleton to use when an authentication object for AUTH_NONE is needed.
authStatus - Variable in class org.acplt.oncrpc.OncRpcReplyMessage
Contains the reason for authentification failure in the case of OncRpcRejectStatus.ONCRPC_AUTH_ERROR.
authStatusDetail - Variable in exception org.acplt.oncrpc.OncRpcAuthenticationException
Specific authentication status detail (reason why this authentication exception was thrown).

B

Base64 - Class in org.acplt.oncrpc.web
The abstract Base64 class provides static methods to convert back and forth between binary and base64-encoded data.
Base64() - Constructor for class org.acplt.oncrpc.web.Base64
 
baseClassname - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Name of class containing global constants.
baseEnDecodingSyllable(JrpcgenDeclaration) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Return the en-/decoding syllable XXX appropriate for a base data type including arrays of base data types.
baseTypes - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Java base data types for which are XDR encoding and decoding helper methods available.
batchCall(int, XdrAble, boolean) - Method in class org.acplt.oncrpc.OncRpcTcpClient
Issues a batched call for a remote procedure to an ONC/RPC server.
beginDecoding() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Begin receiving the content sent by the HTTP server.
beginDecoding() - Method in class org.acplt.oncrpc.XdrBufferDecodingStream
Initiates decoding of the next XDR record.
beginDecoding() - Method in class org.acplt.oncrpc.XdrDecodingStream
Initiates decoding of the next XDR record.
beginDecoding() - Method in class org.acplt.oncrpc.XdrHttpDecodingStream
Initiates decoding of the next XDR record.
beginDecoding() - Method in class org.acplt.oncrpc.XdrTcpDecodingStream
Initiates decoding of the next XDR record.
beginDecoding() - Method in class org.acplt.oncrpc.XdrUdpDecodingStream
Initiates decoding of the next XDR record.
beginEncoding(OncRpcServerReplyMessage) - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Begins the sending phase for ONC/RPC replies.
beginEncoding() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Begins the sending phase for accepted ONC/RPC replies.
beginEncoding(OncRpcCallInformation, OncRpcServerReplyMessage) - Method in class org.acplt.oncrpc.server.OncRpcServerTransport
Begins the sending phase for ONC/RPC replies.
beginEncoding(OncRpcCallInformation, OncRpcServerReplyMessage) - Method in class org.acplt.oncrpc.server.OncRpcTcpConnectionServerTransport
Begins the sending phase for ONC/RPC replies.
beginEncoding(OncRpcCallInformation, OncRpcServerReplyMessage) - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Do not call.
beginEncoding(OncRpcCallInformation, OncRpcServerReplyMessage) - Method in class org.acplt.oncrpc.server.OncRpcUdpServerTransport
Begins the sending phase for ONC/RPC replies.
beginEncoding(InetAddress, int) - Method in class org.acplt.oncrpc.XdrBufferEncodingStream
Begins encoding a new XDR record.
beginEncoding(InetAddress, int) - Method in class org.acplt.oncrpc.XdrEncodingStream
Begins encoding a new XDR record.
beginEncoding(InetAddress, int) - Method in class org.acplt.oncrpc.XdrTcpEncodingStream
Begins encoding a new XDR record.
beginEncoding(InetAddress, int) - Method in class org.acplt.oncrpc.XdrUdpEncodingStream
Begins encoding a new XDR record.
beginPostRequest(String, String, int) - Method in class org.acplt.oncrpc.web.HttpClientConnection
Starts a new HTTP "POST" request and sends all necessary HTTP header fields.
BOOL - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
booleanValue() - Method in class org.acplt.oncrpc.XdrBoolean
Returns the value of this XdrBoolean object as a boolean primitive.
broadcastCall(int, XdrAble, XdrAble, OncRpcBroadcastListener) - Method in class org.acplt.oncrpc.OncRpcUdpClient
Broadcast a remote procedure call to several ONC/RPC servers.
buffer - Variable in class org.acplt.oncrpc.XdrBufferDecodingStream
The buffer which will be filled from the datagram socket and then be used to supply the information when decoding data.
buffer - Variable in class org.acplt.oncrpc.XdrBufferEncodingStream
The buffer which will receive the encoded information, before it is sent via a datagram socket.
buffer - Variable in class org.acplt.oncrpc.XdrHttpDecodingStream
The buffer which will be filled from the datagram socket and then be used to supply the information when decoding data.
buffer - Variable in class org.acplt.oncrpc.XdrTcpDecodingStream
The buffer which will be filled from the datagram socket and then be used to supply the information when decoding data.
buffer - Variable in class org.acplt.oncrpc.XdrTcpEncodingStream
The buffer which will be filled from the datagram socket and then be used to supply the information when decoding data.
buffer - Variable in class org.acplt.oncrpc.XdrUdpDecodingStream
The buffer which will be filled from the datagram socket and then be used to supply the information when decoding data.
buffer - Variable in class org.acplt.oncrpc.XdrUdpEncodingStream
The buffer which will receive the encoded information, before it is sent via a datagram socket.
bufferFragmentHeaderIndex - Variable in class org.acplt.oncrpc.XdrTcpEncodingStream
Index of fragment header within buffer.
bufferHighmark - Variable in class org.acplt.oncrpc.XdrBufferDecodingStream
Index of the last four byte word in the buffer, which has been read in from the datagram socket.
bufferHighmark - Variable in class org.acplt.oncrpc.XdrBufferEncodingStream
Index of the last four byte word in the buffer.
bufferHighmark - Variable in class org.acplt.oncrpc.XdrHttpDecodingStream
Index of the last four byte word in the buffer, which has been read in from the datagram socket.
bufferHighmark - Variable in class org.acplt.oncrpc.XdrTcpDecodingStream
Index of the last four byte word in the buffer, which has been read in from the datagram socket.
bufferHighmark - Variable in class org.acplt.oncrpc.XdrTcpEncodingStream
Index of the last four byte word in the buffer.
bufferHighmark - Variable in class org.acplt.oncrpc.XdrUdpDecodingStream
Index of the last four byte word in the buffer, which has been read in from the datagram socket.
bufferHighmark - Variable in class org.acplt.oncrpc.XdrUdpEncodingStream
Index of the last four byte word in the buffer.
bufferIndex - Variable in class org.acplt.oncrpc.XdrBufferDecodingStream
The read pointer is an index into the buffer.
bufferIndex - Variable in class org.acplt.oncrpc.XdrBufferEncodingStream
The write pointer is an index into the buffer.
bufferIndex - Variable in class org.acplt.oncrpc.XdrHttpDecodingStream
The read pointer is an index into the buffer.
bufferIndex - Variable in class org.acplt.oncrpc.XdrTcpDecodingStream
The read pointer is an index into the buffer.
bufferIndex - Variable in class org.acplt.oncrpc.XdrTcpEncodingStream
The write pointer is an index into the buffer.
bufferIndex - Variable in class org.acplt.oncrpc.XdrUdpDecodingStream
The read pointer is an index into the buffer.
bufferIndex - Variable in class org.acplt.oncrpc.XdrUdpEncodingStream
The write pointer is an index into the buffer.
bufferSize - Variable in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Size of send/receive buffers to use when encoding/decoding XDR data.
bytecount - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenSHA
 
BYTES_PER_LINE - Static variable in interface org.acplt.oncrpc.web.HttpTunnelConstants
Amount of octets (binary data) which can be encoded in a single plain ASCII line.
bytesValue() - Method in class org.acplt.oncrpc.XdrBytes
Returns the value of this XdrBytes object as a byte vector.
byteValue() - Method in class org.acplt.oncrpc.XdrByte
Returns the value of this XdrByte object as a byte primitive.

C

cachedProxyHost - Variable in class org.acplt.oncrpc.web.HttpClientConnection
Address of proxy host to contact instead of real HTTP server.
cachedProxyPort - Variable in class org.acplt.oncrpc.web.HttpClientConnection
Port number of proxy HTTP server.
call(int, XdrAble, XdrAble) - Method in class org.acplt.oncrpc.OncRpcClient
Calls a remote procedure on an ONC/RPC server.
call(int, int, XdrAble, XdrAble) - Method in class org.acplt.oncrpc.OncRpcClient
Calls a remote procedure on an ONC/RPC server.
call(int, int, XdrAble, XdrAble) - Method in class org.acplt.oncrpc.OncRpcHttpClient
Calls a remote procedure on an ONC/RPC server.
call(int, int, XdrAble, XdrAble) - Method in class org.acplt.oncrpc.OncRpcTcpClient
Calls a remote procedure on an ONC/RPC server.
call(int, int, XdrAble, XdrAble) - Method in class org.acplt.oncrpc.OncRpcUdpClient
Calls a remote procedure on an ONC/RPC server.
callMessage - Variable in class org.acplt.oncrpc.server.OncRpcCallInformation
Contains the call message header from ONC/RPC identifying this particular call.
canRefreshCred() - Method in class org.acplt.oncrpc.OncRpcClientAuth
Indicates whether the ONC/RPC authentication credential can be refreshed.
canRefreshCred() - Method in class org.acplt.oncrpc.OncRpcClientAuthNone
Indicates whether the ONC/RPC authentication credential can be refreshed.
canRefreshCred() - Method in class org.acplt.oncrpc.OncRpcClientAuthUnix
Indicates whether the ONC/RPC authentication credential can be refreshed.
CASE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
cgiHandlerPath - Variable in class org.acplt.oncrpc.OncRpcHttpClient
Path of cgi program redirecting ONC/RPC calls to the appropriate ONC/RPC servers.
CHAR - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
characterEncoding - Variable in class org.acplt.oncrpc.server.OncRpcServerStub
Encoding to use when deserializing strings or null if the system's default encoding should be used.
characterEncoding - Variable in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Encoding to use when deserializing strings or null if the system's default encoding should be used.
characterEncoding - Variable in class org.acplt.oncrpc.XdrDecodingStream
Encoding to use when deserializing strings or null if the system's default encoding should be used.
characterEncoding - Variable in class org.acplt.oncrpc.XdrEncodingStream
Encoding to use when serializing strings or null if the system's default encoding should be used.
charValue() - Method in class org.acplt.oncrpc.XdrChar
Returns the value of this XdrChar object as a char primitive.
checkForEnumValue(String) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Checks whether a given value references an identifier and then returns the qualified identifier (interface where the value is defined in) or simply the value in case of an integer literal.
checkForSpecials(String) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Checks whether a given data type identifier refers to an enumeration type and then returns Java's int data type instead.
chunkedTransfer - Variable in class org.acplt.oncrpc.web.HttpClientConnection
Indicates whether the HTTP server send its reply using the chunked transfer encoding.
clampProgAndVers - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Clamp version and program number in client method stubs to the version and program number specified in the x-file.
client - Variable in class org.acplt.oncrpc.OncRpcClientStub
The real ONC/RPC client which is responsible for handling a particular IP protocol.
clientClass - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Name of class containing the ONC/RPC client stubs.
clone() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenDeclaration
Clones declaration object.
close() - Method in class org.acplt.oncrpc.OncRpcClient
Close the connection to an ONC/RPC server and free all network-related resources.
close() - Method in class org.acplt.oncrpc.OncRpcClientStub
Close the connection to an ONC/RPC server and free all network-related resources.
close() - Method in class org.acplt.oncrpc.OncRpcHttpClient
Close the connection to an ONC/RPC server and free all network-related resources.
close() - Method in class org.acplt.oncrpc.OncRpcPortmapClient
Closes the connection to the portmapper.
close() - Method in class org.acplt.oncrpc.OncRpcTcpClient
Close the connection to an ONC/RPC server and free all network-related resources.
close() - Method in class org.acplt.oncrpc.OncRpcUdpClient
Close the connection to an ONC/RPC server and free all network-related resources.
close(OncRpcServerTransport[]) - Method in class org.acplt.oncrpc.server.OncRpcServerStub
Close all transports listed in a set of server transports.
close() - Method in class org.acplt.oncrpc.server.OncRpcServerTransport
Close the server transport and free any resources associated with it.
close() - Method in class org.acplt.oncrpc.server.OncRpcTcpConnectionServerTransport
Close the server transport and free any resources associated with it.
close() - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Close the server transport and free any resources associated with it.
close() - Method in class org.acplt.oncrpc.server.OncRpcUdpServerTransport
Close the server transport and free any resources associated with it.
close() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Closes the connection to the HTTP server and frees up some resources.
close() - Method in class org.acplt.oncrpc.XdrBufferDecodingStream
Closes this decoding XDR stream and releases any system resources associated with this stream.
close() - Method in class org.acplt.oncrpc.XdrBufferEncodingStream
Closes this encoding XDR stream and releases any system resources associated with this stream.
close() - Method in class org.acplt.oncrpc.XdrDecodingStream
Closes this decoding XDR stream and releases any system resources associated with this stream.
close() - Method in class org.acplt.oncrpc.XdrEncodingStream
Closes this encoding XDR stream and releases any system resources associated with this stream.
close() - Method in class org.acplt.oncrpc.XdrHttpDecodingStream
Closes this decoding XDR stream and releases any system resources associated with this stream.
close() - Method in class org.acplt.oncrpc.XdrTcpDecodingStream
Closes this decoding XDR stream and releases any system resources associated with this stream.
close() - Method in class org.acplt.oncrpc.XdrTcpEncodingStream
Closes this encoding XDR stream and releases any system resources associated with this stream.
close() - Method in class org.acplt.oncrpc.XdrUdpDecodingStream
Closes this decoding XDR stream and releases any system resources associated with this stream.
close() - Method in class org.acplt.oncrpc.XdrUdpEncodingStream
Closes this encoding XDR stream and releases any system resources associated with this stream.
closeJavaSourceFile() - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Closes the source code file previously opened with createJavaSourceFile.
codingMethod(JrpcgenDeclaration, boolean) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Return en- or decoding method appropriate for a struct or union member.
codingMethod(JrpcgenDeclaration, boolean, String) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Return en- or decoding method appropriate for a struct or union member.
COLON - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
COMMA - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
connect(InetAddress, int, int) - Method in class org.acplt.oncrpc.OncRpcTcpSocketHelper
Connects to specified TCP port at given host address, but aborts after timeout milliseconds if the connection could not be established within this time frame.
connect() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Connects to the HTTP server.
CONST - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
contentType - Variable in class org.acplt.oncrpc.web.HttpClientConnection
Type of content sent by HTTP server.
createJavaSourceFile(String) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Creates a new source code file for a Java class based on its class name.
createJavaSourceFile(String, boolean) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Creates a new source code file for a Java class based on its class name.
createSHA(String) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Create a new hash function object and initialize it using a class and package name.
CRLF - Static variable in class org.acplt.oncrpc.web.HttpClientConnection
 
ctor - Variable in class org.acplt.oncrpc.OncRpcTcpSocketHelper
Constructor Socket() without any parameters or null if not available in the class library of a particular JRE.
CUP$JrpcgenParser$actions - Class in org.acplt.oncrpc.apps.jrpcgen
Cup generated class to encapsulate user supplied action code.
CUP$JrpcgenParser$actions(JrpcgenParser) - Constructor for class org.acplt.oncrpc.apps.jrpcgen.CUP$JrpcgenParser$actions
Constructor
CUP$JrpcgenParser$do_action(int, lr_parser, Stack, int) - Method in class org.acplt.oncrpc.apps.jrpcgen.CUP$JrpcgenParser$actions
Method with the actual generated action code.
currentFilename - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Full name of the current source code file.
currentFileWriter - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Current FileWriter object receiving generated source code.
currentPrintWriter - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Current PrintWriter object sitting on top of the jrpcgen.currentFileWriter object receiving generated source code.

D

debug - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Enable diagnostic messages when parsing the x-file.
decode(byte[], int, int, byte[], int) - Static method in class org.acplt.oncrpc.web.Base64
Converts base64 encoded data into binary data.
decodingBase64Alephbeth - Static variable in class org.acplt.oncrpc.web.Base64
Mapping from base64 alphabet to binary 0-63.
decodingOptions - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenEnDecodingInfo
Optional parameters to use when decoding a base data type.
DEFAULT - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
defaultValue - Variable in class org.acplt.oncrpc.web.HttpClientConnection.GetPropertyPrivilegedAction
Default value or null.
descriminant - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenUnion
JrpcgenDeclaration of descriminant element (containing its identifier and data type).
destinationDir - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Destination directory where to place the generated files.
dispatcher - Variable in class org.acplt.oncrpc.server.OncRpcServerTransport
Reference to interface of an object capable of handling/dispatching ONC/RPC requests.
dispatchOncRpcCall(OncRpcCallInformation, int, int, int) - Method in class org.acplt.oncrpc.apps.jportmap.jportmap
Dispatch incomming ONC/RPC calls to the individual handler functions.
dispatchOncRpcCall(OncRpcCallInformation, int, int, int) - Method in interface org.acplt.oncrpc.server.OncRpcDispatchable
Dispatch (handle) an ONC/RPC request from a client.
do_action(int, lr_parser, Stack, int) - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Invoke a user supplied parse action.
dontTraverseAnyMore - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenConst
Flag indicating whether this constant and its dependencies should be traversed any more.
doParse() - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
The real parsing and code generation part.
DOUBLE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
doubleValue() - Method in class org.acplt.oncrpc.XdrDouble
Returns the value of this XdrDouble object as a double primitive.
dump() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenConst
Dumps the constant as well as its value to System.out.
dump() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenDeclaration
Dumps the declaration to System.out.
dump() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenEnum
Dumps the enumeration together with its elements to System.out.
dump() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenStruct
Dumps the structure together with its attribute elements to System.out.
dump() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenUnion
Dumps the union together with its attribute elements end the descriminant to System.out.
dump() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenUnionArm
Dumps the union arm to System.out.
dumpClasses() - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate source code files for all structures, unions and enumerations as well as constants.
dumpClient(JrpcgenProgramInfo) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate source code for the client stub proxy object.
dumpClientStubMethods(PrintWriter, JrpcgenVersionInfo) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate source code for client-side stub methods for a particular remote program version.
dumpConstantAndDependency(PrintWriter, JrpcgenConst) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Dump the value of a constant and optionally first dump all constants it depends on.
dumpConstants() - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate source code file containing all constants defined in the x-file as well as all implicitely defined constants, like program, version and procedure numbers, etc.
dumpConstants(PrintWriter) - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenProgramInfo
Generates source code to define all constants belonging to this program.
dumpConstants(PrintWriter) - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenVersionInfo
Generates source code to define the version constant belonging to this program.
dumpEnum(JrpcgenEnum) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate a source code file containing all elements of an enumeration defined in a x-file.
dumpFiles() - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Create the source code files based on the parsed information from the x-file.
dumpServer(JrpcgenProgramInfo) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
 
dumpServerStubMethodCall(PrintWriter, JrpcgenProcedureInfo) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
 
dumpServerStubMethods(PrintWriter, JrpcgenVersionInfo) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate public abstract method signatures for all remote procedure calls.
dumpStruct(JrpcgenStruct) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate a source code file containing all elements of a struct defined in a x-file.
dumpTypedef(JrpcgenDeclaration) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate a source code file containing a wrapper class for a typedef defined in a x-file.
dumpUnion(JrpcgenUnion) - Static method in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Generate a source code file containing all elements of a union defined in a x-file.
dynamicOpaqueValue() - Method in class org.acplt.oncrpc.XdrDynamicOpaque
Returns the value of this XdrDynamicOpaque object as a byte vector.
DYNAMICVECTOR - Static variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenDeclaration
Indicates that a vector (an array) with dynamic (or unknown) size is declared.

E

element - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenUnionArm
Attribute element of descriminated arm (of class JrpcgenDeclaration).
elements - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenStruct
Contains elements of structure.
elements - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenUnion
Contains arms of union.
embeddedPortmap - Variable in class org.acplt.oncrpc.apps.jportmap.OncRpcEmbeddedPortmap
Portmap object acting as embedded portmap service or null if no embedded portmap service is necessary because the operating system already supplies one or another portmapper is already running.
embeddedPortmapInUse() - Method in class org.acplt.oncrpc.apps.jportmap.OncRpcEmbeddedPortmap
Indicates whether the embedded portmap service is in use.
embeddedPortmapThread - Variable in class org.acplt.oncrpc.apps.jportmap.OncRpcEmbeddedPortmap
References thread object running the embedded portmap service.
enclosure - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenConst
Specifies the enclosure (scope) within the identifier must be addressed for a constant defined by an enumumeration.
encode(byte[], int, int, byte[], int) - Static method in class org.acplt.oncrpc.web.Base64
Converts binary data into base64 encoded data.
ENCODED_BYTES_PER_LINE - Static variable in interface org.acplt.oncrpc.web.HttpTunnelConstants
Amount of plain ASCII characters per line for representing the encoded octets.
ENCODED_BYTES_PER_LINE_CRLF - Static variable in interface org.acplt.oncrpc.web.HttpTunnelConstants
Amount of plain ASCII characters per line for representing the encoded octets.
encodedLength - Variable in class org.acplt.oncrpc.XdrBufferDecodingStream
Length of encoded data in buffer.
encodingBase64Alephbeth - Static variable in class org.acplt.oncrpc.web.Base64
Mapping from binary 0-63 to base64 alphabet according to RFC 2045.
encodingOptions - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenEnDecodingInfo
Optional parameters to use when encoding a base data type.
endDecoding() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Finishes call parameter deserialization.
endDecoding() - Method in class org.acplt.oncrpc.server.OncRpcServerTransport
Finishes call parameter deserialization.
endDecoding() - Method in class org.acplt.oncrpc.server.OncRpcTcpConnectionServerTransport
Finishes call parameter deserialization.
endDecoding() - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Do not call.
endDecoding() - Method in class org.acplt.oncrpc.server.OncRpcUdpServerTransport
Finishes call parameter deserialization.
endDecoding() - Method in class org.acplt.oncrpc.web.HttpClientConnection
This method silently discards any unread content, if the caller has yet not read all content.
endDecoding() - Method in class org.acplt.oncrpc.XdrBufferDecodingStream
End decoding of the current XDR record.
endDecoding() - Method in class org.acplt.oncrpc.XdrDecodingStream
End decoding of the current XDR record.
endDecoding() - Method in class org.acplt.oncrpc.XdrHttpDecodingStream
End decoding of the current XDR record.
endDecoding() - Method in class org.acplt.oncrpc.XdrTcpDecodingStream
End decoding of the current XDR record.
endDecoding() - Method in class org.acplt.oncrpc.XdrUdpDecodingStream
End decoding of the current XDR record.
endEncoding() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Finishes encoding the reply to this ONC/RPC call.
endEncoding() - Method in class org.acplt.oncrpc.server.OncRpcServerTransport
Finishes encoding the reply to this ONC/RPC call.
endEncoding() - Method in class org.acplt.oncrpc.server.OncRpcTcpConnectionServerTransport
Finishes encoding the reply to this ONC/RPC call.
endEncoding() - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Do not call.
endEncoding() - Method in class org.acplt.oncrpc.server.OncRpcUdpServerTransport
Finishes encoding the reply to this ONC/RPC call.
endEncoding() - Method in class org.acplt.oncrpc.XdrBufferEncodingStream
Flushes this encoding XDR stream and forces any buffered output bytes to be written out.
endEncoding() - Method in class org.acplt.oncrpc.XdrEncodingStream
Flushes this encoding XDR stream and forces any buffered output bytes to be written out.
endEncoding() - Method in class org.acplt.oncrpc.XdrTcpEncodingStream
Flushes this encoding XDR stream and forces any buffered output bytes to be written out.
endEncoding(boolean) - Method in class org.acplt.oncrpc.XdrTcpEncodingStream
Ends the current record fort this encoding XDR stream.
endEncoding() - Method in class org.acplt.oncrpc.XdrUdpEncodingStream
Flushes this encoding XDR stream and forces any buffered output bytes to be written out.
endPostRequest() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Ends the HTTP "POST" request.
ENUM - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
enums - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenEnum
Contains enumeration elements as well as their values.
EOF - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
EOF_sym() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
EOF Symbol index.
EQUAL - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
error - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
error_sym() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
error Symbol index.
EXPONENTIAL - Static variable in interface org.acplt.oncrpc.OncRpcUdpRetransmissionMode
In exponentional back-off retransmission mode, UDP/IP-based ONC/RPC clients first wait a given retransmission timeout period before sending the ONC/RPC call again.

F

failArgumentGarbage() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Send back an ONC/RPC failure indication about invalid arguments to the caller who sent in this call.
failAuthenticationFailed(int) - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Send back an ONC/RPC failure indication about a failed authentication to the caller who sent in this call.
failOncRpcVersionMismatch() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Send back an ONC/RPC failure indication about a ONC/RPC version mismatch call to the caller who sent in this call.
failProcedureUnavailable() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Send back an ONC/RPC failure indication about an unavailable procedure call to the caller who sent in this call.
failProgramMismatch(int, int) - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Send back an ONC/RPC failure indication about a program version mismatch to the caller who sent in this call.
failProgramUnavailable() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Send back an ONC/RPC failure indication about an unavailable program to the caller who sent in this call.
failSystemError() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Send back an ONC/RPC failure indication about a system error to the caller who sent in this call.
fill() - Method in class org.acplt.oncrpc.XdrHttpDecodingStream
Receives more encoded data over the HTTP connection and decodes it into octets, making them available through the buffer field.
fill() - Method in class org.acplt.oncrpc.XdrTcpDecodingStream
Fills the internal buffer with the next chunk of data.
finalChunkSeen - Variable in class org.acplt.oncrpc.web.HttpClientConnection
Indicates whether the end-of-chunks chunk has been read (whow, another one for the Purlitzer price).
finalize() - Method in class org.acplt.oncrpc.server.OncRpcTcpConnectionServerTransport
Finalize object by making sure that we're removed from the list of open transports which our parent transport maintains.
FIXED - Static variable in interface org.acplt.oncrpc.OncRpcUdpRetransmissionMode
In fixed retransmission mode, UDP/IP-based ONC/RPC clients wait a given retransmission timeout period before send the ONC/RPC call again.
FIXEDVECTOR - Static variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenDeclaration
Indicates that a vector (an array) with fixed size is declared.
FLOAT - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
floatValue() - Method in class org.acplt.oncrpc.XdrFloat
Returns the value of this XdrFloat object as a float primitive.
flush(boolean, boolean) - Method in class org.acplt.oncrpc.XdrTcpEncodingStream
Flushes the current contents of the buffer as one fragment to the network.
fragmentLength - Variable in class org.acplt.oncrpc.XdrTcpDecodingStream
Remaining number of bytes in this fragment -- and still to read.

G

getAuth() - Method in class org.acplt.oncrpc.OncRpcClient
Returns the current authentication.
getAuthenticationType() - Method in class org.acplt.oncrpc.server.OncRpcServerAuth
Returns the type (flavor) of authentication used.
getAuthenticationType() - Method in class org.acplt.oncrpc.server.OncRpcServerAuthNone
Returns the type (flavor) of authentication used.
getAuthenticationType() - Method in class org.acplt.oncrpc.server.OncRpcServerAuthShort
Returns the type (flavor) of authentication used.
getAuthenticationType() - Method in class org.acplt.oncrpc.server.OncRpcServerAuthUnix
Returns the type (flavor) of authentication used.
getAuthStatus() - Method in exception org.acplt.oncrpc.OncRpcAuthenticationException
Returns the authentication status detail of this ONC/RPC exception object.
getCharacterEncoding() - Method in class org.acplt.oncrpc.OncRpcClient
Get the character encoding for (de-)serializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.OncRpcHttpClient
Get the character encoding for (de-)serializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.OncRpcTcpClient
Get the character encoding for (de-)serializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.OncRpcUdpClient
Get the character encoding for (de-)serializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.server.OncRpcServerStub
Get the character encoding for deserializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.server.OncRpcServerTransport
Get the character encoding for (de-)serializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.server.OncRpcTcpConnectionServerTransport
Get the character encoding for (de-)serializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Get the character encoding for (de-)serializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.server.OncRpcUdpServerTransport
Get the character encoding for (de-)serializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.XdrDecodingStream
Get the character encoding for deserializing strings.
getCharacterEncoding() - Method in class org.acplt.oncrpc.XdrEncodingStream
Get the character encoding for serializing strings.
getClient() - Method in class org.acplt.oncrpc.OncRpcClientStub
Returns ONC/RPC client proxy object used for communication with a remote ONC/RPC server.
getContentType() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Returns the content type (MIME type, charset, etc.).
getDependencyIdentifier() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenConst
Returns the identifier this constant depends on or null, if no dependency exists.
getDigest() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenSHA
Retrieve the digest (that is, informally spoken, the "hash value").
getEmbeddedPortmap() - Method in class org.acplt.oncrpc.apps.jportmap.OncRpcEmbeddedPortmap
Returns object implementing the embedded portmap service.
getEmbeddedPortmapServiceThread() - Method in class org.acplt.oncrpc.apps.jportmap.OncRpcEmbeddedPortmap
Returns the thread object running the embedded portmap service.
getGid() - Method in class org.acplt.oncrpc.OncRpcClientAuthUnix
Returns the group ID from the credential.
getGids() - Method in class org.acplt.oncrpc.OncRpcClientAuthUnix
Returns the group IDs from the credential.
getHash() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenSHA
Return first 64 bits of hash digest for use as a serialization UID, etc.
getHost() - Method in class org.acplt.oncrpc.OncRpcClient
Returns the IP address of the server's host this client is connected to.
getHostname() - Method in class org.acplt.oncrpc.OncRpcHttpClient
Returns the host name of the HTTP server we are connected to.
getHttpPort() - Method in class org.acplt.oncrpc.OncRpcHttpClient
Returns the port of the HTTP server we are connected to.
getIOException() - Method in class org.acplt.oncrpc.OncRpcTcpSocketHelper.Connectiator
Return exception caused by connection operation, if any, or null if no exception was thrown.
getKeepAlive() - Method in class org.acplt.oncrpc.web.HttpClientConnection
 
getMachinename() - Method in class org.acplt.oncrpc.OncRpcClientAuthUnix
Returns the machine name information from the credential.
getMessage() - Method in exception org.acplt.oncrpc.OncRpcException
Returns the error message string of this ONC/RPC object.
getOncRpcClient() - Method in class org.acplt.oncrpc.OncRpcPortmapClient
Returns the client proxy object used for communicating with the portmapper.
getParams() - Method in class org.acplt.oncrpc.OncRpcBroadcastEvent
Returns the parameter message sent in a broadcast RPC.
getPort(OncRpcServerIdent) - Method in class org.acplt.oncrpc.apps.jportmap.jportmap
Lookup port for (program, version, protocol).
getPort() - Method in class org.acplt.oncrpc.OncRpcClient
Returns port number of the server this client is connected to.
getPort(int, int, int) - Method in class org.acplt.oncrpc.OncRpcPortmapClient
Asks the portmapper this 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}.
getPort() - Method in class org.acplt.oncrpc.server.OncRpcServerTransport
Returns port number of socket this server transport listens on for incoming ONC/RPC calls.
getProcedureNumber() - Method in class org.acplt.oncrpc.OncRpcBroadcastEvent
Returns the number of the remote procedure called.
getProgram() - Method in class org.acplt.oncrpc.OncRpcClient
Returns the program number specified when creating this client.
getProxyHost() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Retrieves the host name where the HTTP proxy server resided from the system properties.
getProxyPort() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Retrieves the port number where the HTTP proxy server resides from the system properties.
getReason() - Method in exception org.acplt.oncrpc.OncRpcException
Returns the error reason of this ONC/RPC exception object.
getReceiveBufferSize() - Method in class org.acplt.oncrpc.OncRpcTcpSocketHelper
Get size of receive buffer for this socket.
getReceiveBufferSize() - Method in class org.acplt.oncrpc.OncRpcUdpSocketHelper
Get size of receive buffer for this socket.
getRemainingContentLength() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Returns amount of content still available (to be read).
getReply() - Method in class org.acplt.oncrpc.OncRpcBroadcastEvent
Returns ONC/RPC reply message.
getReplyAddress() - Method in class org.acplt.oncrpc.OncRpcBroadcastEvent
Returns the address of the sender of the ONC/RPC reply message.
getResponseCode() - Method in class org.acplt.oncrpc.web.HttpClientConnection
 
getRetransmissionMode() - Method in class org.acplt.oncrpc.OncRpcUdpClient
Retrieve the current retransmission mode set for retransmission of lost ONC/RPC calls.
getRetransmissionTimeout() - Method in class org.acplt.oncrpc.OncRpcUdpClient
Retrieve the current retransmission timeout set for remote procedure calls.
getSendBufferSize() - Method in class org.acplt.oncrpc.OncRpcTcpSocketHelper
Get size of send buffer for this socket.
getSendBufferSize() - Method in class org.acplt.oncrpc.OncRpcUdpSocketHelper
Get size of send buffer for this socket.
getSenderAddress() - Method in class org.acplt.oncrpc.XdrBufferDecodingStream
Returns the Internet address of the sender of the current XDR data.
getSenderAddress() - Method in class org.acplt.oncrpc.XdrDecodingStream
Returns the Internet address of the sender of the current XDR data.
getSenderAddress() - Method in class org.acplt.oncrpc.XdrHttpDecodingStream
Returns the Internet address of the sender of the current XDR data.
getSenderAddress() - Method in class org.acplt.oncrpc.XdrTcpDecodingStream
Returns the Internet address of the sender of the current XDR data.
getSenderAddress() - Method in class org.acplt.oncrpc.XdrTcpEncodingStream
Returns the Internet address of the sender of the current XDR data.
getSenderAddress() - Method in class org.acplt.oncrpc.XdrUdpDecodingStream
Returns the Internet address of the sender of the current XDR data.
getSenderPort() - Method in class org.acplt.oncrpc.XdrBufferDecodingStream
Returns the port number of the sender of the current XDR data.
getSenderPort() - Method in class org.acplt.oncrpc.XdrDecodingStream
Returns the port number of the sender of the current XDR data.
getSenderPort() - Method in class org.acplt.oncrpc.XdrHttpDecodingStream
Returns the port number of the sender of the current XDR data.
getSenderPort() - Method in class org.acplt.oncrpc.XdrTcpDecodingStream
Returns the port number of the sender of the current XDR data.
getSenderPort() - Method in class org.acplt.oncrpc.XdrTcpEncodingStream
Returns the port number of the sender of the current XDR data.
getSenderPort() - Method in class org.acplt.oncrpc.XdrUdpDecodingStream
Returns the port number of the sender of the current XDR data.
getShorthandCred() - Method in class org.acplt.oncrpc.server.OncRpcServerAuthShort
Returns the shorthand credential sent by the caller.
getShorthandVerifier() - Method in class org.acplt.oncrpc.server.OncRpcServerAuthShort
Returns the shorthand verifier to be sent back to the caller.
getShorthandVerifier() - Method in class org.acplt.oncrpc.server.OncRpcServerAuthUnix
Returns the shorthand verifier to be sent back to the caller.
getSocket() - Method in class org.acplt.oncrpc.OncRpcTcpSocketHelper.Connectiator
Return socket created by connection establishment, or null if the connection could not be established.
getStamp() - Method in class org.acplt.oncrpc.OncRpcClientAuthUnix
Returns the timestamp information from the credential.
getTimeout() - Method in class org.acplt.oncrpc.OncRpcClient
Retrieve the current timeout set for remote procedure calls.
getTimeout() - Method in class org.acplt.oncrpc.web.HttpClientConnection
Retrieve the current timeout set for remote procedure calls.
getTransmissionTimeout() - Method in class org.acplt.oncrpc.OncRpcTcpClient
Retrieve the current timeout used during transmission phases (call and reply phases).
getTransmissionTimeout() - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Retrieve the current timeout used during transmission phases (call and reply phases).
getUid() - Method in class org.acplt.oncrpc.OncRpcClientAuthUnix
Returns the user ID from the credential.
getVersion() - Method in class org.acplt.oncrpc.OncRpcClient
Returns the version number specified when creating this client.
getXdrData() - Method in class org.acplt.oncrpc.XdrBufferEncodingStream
Returns the buffer holding encoded data.
getXdrDecodingStream() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Returns XDR stream which can be used for deserializing the parameters of this ONC/RPC call.
getXdrDecodingStream() - Method in class org.acplt.oncrpc.server.OncRpcServerTransport
Returns XDR stream which can be used for deserializing the parameters of this ONC/RPC call.
getXdrDecodingStream() - Method in class org.acplt.oncrpc.server.OncRpcTcpConnectionServerTransport
Returns XDR stream which can be used for deserializing the parameters of this ONC/RPC call.
getXdrDecodingStream() - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Do not call.
getXdrDecodingStream() - Method in class org.acplt.oncrpc.server.OncRpcUdpServerTransport
Returns XDR stream which can be used for deserializing the parameters of this ONC/RPC call.
getXdrEncodingStream() - Method in class org.acplt.oncrpc.server.OncRpcCallInformation
Returns XDR stream which can be used for eserializing the reply to this ONC/RPC call.
getXdrEncodingStream() - Method in class org.acplt.oncrpc.server.OncRpcServerTransport
Returns XDR stream which can be used for eserializing the reply to this ONC/RPC call.
getXdrEncodingStream() - Method in class org.acplt.oncrpc.server.OncRpcTcpConnectionServerTransport
Returns XDR stream which can be used for eserializing the reply to this ONC/RPC call.
getXdrEncodingStream() - Method in class org.acplt.oncrpc.server.OncRpcTcpServerTransport
Do not call.
getXdrEncodingStream() - Method in class org.acplt.oncrpc.server.OncRpcUdpServerTransport
Returns XDR stream which can be used for eserializing the reply to this ONC/RPC call.
getXdrLength() - Method in class org.acplt.oncrpc.XdrBufferEncodingStream
Returns the amount of encoded data in the buffer.
getXdrTypeCode() - Method in class org.acplt.oncrpc.XdrUnion
Returns the so-called type code which identifies a derived class when encoded or decoded.
gid - Variable in class org.acplt.oncrpc.OncRpcClientAuthUnix
Contains the group ID of caller supplied through credential.
gid - Variable in class org.acplt.oncrpc.server.OncRpcServerAuthUnix
Contains the group ID of caller supplied through credential.
gids - Variable in class org.acplt.oncrpc.OncRpcClientAuthUnix
Contains a set of group IDs the caller belongs to, as supplied through credential.
gids - Variable in class org.acplt.oncrpc.server.OncRpcServerAuthUnix
Contains a set of group IDs the caller belongs to, as supplied through credential.
globalIdentifiers - Static variable in class org.acplt.oncrpc.apps.jrpcgen.jrpcgen
Contains all global identifiers for type, structure and union specifiers as well as for constants and enumeration members.

H

H0 - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenSHA
 
H1 - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenSHA
 
H2 - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenSHA
 
H3 - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenSHA
 
H4 - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenSHA
 
handleOption(String, String) - Method in class org.acplt.oncrpc.web.HttpClientConnection
Handle options sent by the HTTP server.
head - Variable in class org.acplt.oncrpc.server.OncRpcTcpServerTransport.TransportList
Head node for list of open transports which does not represent an open transport but instead excuses us of dealing with all the special cases of real nodes at the begin or end of the list.
headerLine - Variable in class org.acplt.oncrpc.web.HttpClientConnection
Dynamically growing buffer used during header parsing.
highVersion - Variable in class org.acplt.oncrpc.OncRpcReplyMessage
Highest supported version in case of OncRpcRejectStatus.ONCRPC_RPC_MISMATCH and OncRpcAcceptStatus.ONCRPC_PROG_MISMATCH.
hitTheBucket - Variable in class org.acplt.oncrpc.OncRpcTcpSocketHelper.Connectiator
Flag to indicate that the socket is not needed, as the caller timed out.
host - Variable in class org.acplt.oncrpc.OncRpcClient
Internet address of the host where the ONC/RPC server we want to communicate with is located at.
hostname - Variable in class org.acplt.oncrpc.OncRpcHttpClient
DNS name of host where to contact HTTP server.
hostname - Variable in class org.acplt.oncrpc.web.HttpClientConnection
Host name of HTTP server to contact in the form of www.acplt.org.
HTTP_DEAD - Static variable in class org.acplt.oncrpc.web.HttpClientConnection
 
HTTP_DEFAULTPORT - Static variable in class org.acplt.oncrpc.web.HttpClientConnection
Default port where HTTP servers listen for incomming requests.
HTTP_IDLE - Static variable in class org.acplt.oncrpc.web.HttpClientConnection
 
HTTP_RECEIVING - Static variable in class org.acplt.oncrpc.web.HttpClientConnection
 
HTTP_SENDING - Static variable in class org.acplt.oncrpc.web.HttpClientConnection
 
httpClient - Variable in class org.acplt.oncrpc.OncRpcHttpClient
The HTTP client responsible for handling the HTTP connection.
httpClient - Variable in class org.acplt.oncrpc.XdrHttpDecodingStream
Client HTTP tunnel to retrieve embedded XDR records from.
HttpClientConnection - Class in org.acplt.oncrpc.web
The class HttpClientConnection provides a simple HTTP/1.1 compliant connection from a client to an HTTP server.
HttpClientConnection(String) - Constructor for class org.acplt.oncrpc.web.HttpClientConnection
Constructs a new HttpClientConnection.
HttpClientConnection(String, int) - Constructor for class org.acplt.oncrpc.web.HttpClientConnection
Constructs a new HttpClientConnection.
HttpClientConnection.GetPropertyPrivilegedAction - Class in org.acplt.oncrpc.web
 
HttpClientConnection.GetPropertyPrivilegedAction(String) - Constructor for class org.acplt.oncrpc.web.HttpClientConnection.GetPropertyPrivilegedAction
 
HttpClientConnection.GetPropertyPrivilegedAction(String, String) - Constructor for class org.acplt.oncrpc.web.HttpClientConnection.GetPropertyPrivilegedAction
 
httpPort - Variable in class org.acplt.oncrpc.OncRpcHttpClient
Port number where the HTTP server can be contacted.
HttpTunnelConstants - Interface in org.acplt.oncrpc.web
A collection of constants generally useful when working with HTTP tunnels for the ONC/RPC protocol.
HYPER - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

I

identifier - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenConst
Constant identifier.
identifier - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenDeclaration
Identifier.
identifier - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenEnum
Enumeration identifier.
identifier - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenStruct
Structure identifier.