Cross-Platform C++

G

GenerateRandomSeparator(const ByteString&, size_t) - Static function in class ot::web::MultipartFormEmulator
Static function to generates a new random byte string intended to mark the boundary between individual parts of a multipart form.  
get() - Member function of class ot::ArrayAutoPtr
Returns the contained array pointer.  
get() - Member function of class ot::RefPtr
Returns the contained object pointer.  
get() - Member function of class ot::RefPtrMember
Returns the contained object pointer.  
get() - Member function of class ot::ThreadLocal
Returns the current value of this ThreadLocal variable for the current thread.  
getAbsolutePath() - Member function of class ot::io::File
Returns the absolute pathname string of this abstract pathname.  
GetActiveCount() - Static function in class ot::Thread
Returns the number of active Threads.  
GetActiveThreads() - Static function in class ot::Thread
Returns a list containing references to all the active Thread objects in the system.  
getAddress() - Member function of class ot::net::DatagramPacket
Returns an InetAddress which represents the IP address of the host from which this DatagramPacket was received or to which it will be sent.  
getAddress() - Member function of class ot::net::InetAddress
Returns a pointer to a byte array containing the internal IP address.  
getAddressLength() - Member function of class ot::net::InetAddress
Returns the length of the byte array returned when calling getAddress().  
GetAnyHost() - Static function in class ot::net::InetAddress
Returns a special InetAddress that does not pertain to any particular Internet host.  
getApplicationName() - Member function of class ot::auxil::MessageSet
 
GetAppMessage(const String&, const String&, size_t, const char*) - Static function in class ot::System
Retrieves the text for a user-defined message.  
getArgument() - Member function of class ot::auxil::BasicOption
Returns the argument specified on the command line for this option.  
getArgument() - Member function of class ot::auxil::BooleanOption
Returns the value of this boolean option.  
getArgument(size_t) - Member function of class ot::auxil::MultiListOption
Returns the argument (if any) for an option which was specified on the command line.  
getAttribute(const String&, const String&) - Member function of class ot::xml::AttributeSet
 
getAttribute(const String&) - Member function of class ot::xml::AttributeSet
 
getAttribute(size_t) - Member function of class ot::xml::AttributeSet
 
getAttribute(const String&, const String&) - Member function of class ot::xml::AttributeSetImpl
 
getAttribute(const String&) - Member function of class ot::xml::AttributeSetImpl
 
getAttribute(size_t) - Member function of class ot::xml::AttributeSetImpl
 
getAuthority() - Member function of class ot::net::URL
Returns the authority part of the URL.  
getAutoClose() - Member function of class ot::io::ResourceDescriptor
Returns a boolean value to indicate whether the underlying resource will be closed when the reference count for this ResourceDescriptor reaches zero.  
getAutoClose() - Member function of class ot::net::Socket
Tests if auto_close is enabled.  
getAutoClose() - Member function of class ot::net::SocketImpl
 
getBroadcast() - Member function of class ot::net::DatagramSocket
Tests if the SO_BROADCAST option is enabled for this datagram socket.  
getBufferSize() - Member function of class ot::net::DatagramPacket
Returns the size of the data buffer as specified in the constructor or one of the overloaded setData methods.  
GetByName(const String&) - Static function in class ot::net::InetAddress
Returns an InetAddress by performing a look-up of a host's name.  
getByteStream() - Member function of class ot::sax::InputSource
Get the byte stream for this input source.  
getCanonicalPath() - Member function of class ot::io::File
Returns the canonical path for the abstract pathname denoted by this File.  
GetCanonicalPath(const String&) - Static function in class ot::io::File
Static function that performs a basic canonicalization algorithm to reduce an absolute pathname to its shortest form.  
GetCatalogPITarget() - Static function in class ot::xmlcat::CatalogResolver
 
getCharacterStream() - Member function of class ot::sax::InputSource
Get the character stream for this input source.  
GetCharSequenceLength(UCharType) - Static function in class ot::SystemCodeConverter
Returns the number of CharType values that are required to encode the passed Unicode character into the native OpenTop encoding.  
getCheckInboundConnection() - Member function of class ot::net::FtpClient
Returns the value of the CheckInboundConnection property.  
getCipherSuite() - Member function of class ot::ssl::SSLSession
Returns the name of the cipher suite being employed by this SSLSession.  
getCodeConverter() - Member function of class ot::io::CharacterCodingException
Returns a reference to the CodeConverter that gave rise to the exception.  
getColumnNumber() - Member function of class ot::sax::Locator
Return the column number where the current document event ends.  
getColumnNumber() - Member function of class ot::sax::LocatorImpl
Returns the stored column number, or -1 if none is available.  
getColumnNumber() - Member function of class ot::sax::SAXParseException
Returns the column number of the end of the text where the exception occurred.  
getConnection(const String&, int, bool, HttpProtocolVersion, size_t) - Member function of class ot::web::HttpClientConnectionManager
Returns a HttpClientConnection for the specified host and port number.  
getConnectionManager() - Member function of class ot::web::HttpClient
Returns the connection manager employed by this HttpClient instance to create and manage TCP/IP socket connections with HTTP servers.  
getConnectTimeout() - Member function of class ot::web::HttpRequest
Returns the timeout value (in milliseconds) used when establishing a new TCP/IP connection for this HttpRequest.  
getConnectTimeout() - Member function of class ot::net::URLConnection
Returns the connect timeout value used by this URLConnection to control the maximum time (in milliseconds) that a connect operation will block.  
getConsoleFD(ConsoleStream) - Member function of class ot::io::FileSystem
Returns a FileDescriptor for one of the standard Console streams.  
getContentEncoding() - Member function of class ot::net::URLConnection
Returns the value of the "content-encoding" header field.  
getContentHandler() - Member function of class ot::sax::XMLReader
Return the current content handler.  
getContentLength() - Member function of class ot::net::URLConnection
Returns the length of the content for this URLConnection.  
getContentType() - Member function of class ot::net::URLConnection
Returns the value of the "content-type" header field.  
getContentTypeHeader() - Member function of class ot::web::FormEmulator
Returns a Content-Type header value describing the MIME type of the form entity.  
getContentTypeHeader() - Member function of class ot::web::MultipartFormEmulator
Returns a Content-Type header value describing the MIME type of the form entity.  
getContentTypeHeader() - Member function of class ot::web::URLEncodedFormEmulator
Returns a Content-Type header value describing the MIME type of the form entity.  
getControlConnectionTimeout() - Member function of class ot::net::FtpClient
Returns the timeout value (in milliseconds) used when communicating on the FTP control connection.  
getConverter(const String&) - Member function of class ot::cvt::CodeConverterFactory
Returns a new instance of a CodeConverter that can encode and decode the requested encoding.  
getCurrentDirectory() - Member function of class ot::io::FileSystem
Returns the current directory for the active process.  
GetCurrentDirectory() - Static function in class ot::io::File
Returns the current working directory as reported by the underlying operating system.  
getData() - Member function of class ot::net::DatagramPacket
Returns a pointer to the data buffer referenced by this DatagramPacket.  
getDataConnectionTimeout() - Member function of class ot::net::FtpClient
Returns the timeout value (in milliseconds) used when establishing passive or active data connections.  
getDataConnectionType() - Member function of class ot::net::FtpClient
Returns the type of data connection to be used: FtpClient::Active or FtpClient::Passive.  
getDatagramSocketImpl() - Member function of class ot::net::DatagramSocket
Returns the DatagramSocketImp object used by this DatagramSocket.  
GetDatagramSocketImplFactory() - Static function in class ot::net::DatagramSocket
Returns the static object that is the DatagramSocketImplFactory for DatagramSockets.  
getDate(UShort&, UShort&, UShort&, UShort&) - Member function of class ot::util::DateTime
 
getDate() - Member function of class ot::net::URLConnection
Returns the value of the "date" header field parsed into a DateTime object.  
getDeclaredPrefixes() - Member function of class ot::sax::NamespaceSupport
Return a list of all prefixes declared in this context.  
getDeclHandler() - Member function of class ot::sax::XMLReader
Return the current DTD declaration event handler.  
getDecodedLength(const Byte*, const Byte*) - Member function of class ot::cvt::CodeConverter
Returns the number of Unicode characters that would be created by decoding the array of bytes starting at from.  
getDecoder() - Member function of class ot::io::InputStreamReader
Returns the CodeConverter used by this InputStreamReader to decode bytes into Unicode characters.  
GetDefault() - Static function in class ot::net::Authenticator
Returns the default (and global) Authenticator for the application.  
GetDefault() - Static function in class ot::web::HttpClientConnectionManager
Returns a reference to the global default HttpClientConnectionManager object.  
GetDefault() - Static function in class ot::net::ServerSocketFactory
Returns the default implementation of the ServerSocketFactory class.  
GetDefault() - Static function in class ot::net::SocketFactory
Returns the default implementation of the SocketFactory class.  
GetDefault() - Static function in class ot::ssl::SSLContext
Static method that returns the default SSLContext instance for the application.  
GetDefault() - Static function in class ot::ssl::SSLServerSocketFactory
Returns the default implementation of the SSLServerSocketFactory class.  
GetDefault() - Static function in class ot::ssl::SSLSocketFactory
Returns the default implementation of the SSLSocketFactory class.  
GetDefaultConnectTimeout() - Static function in class ot::net::URLConnection
Returns the default connection timeout value that will be used for new instances of URLConnection.  
getDefaultConverter() - Member function of class ot::cvt::CodeConverterFactory
Returns a new instance of a CodeConverter that is suitable for the target platform.  
GetDefaultFollowRedirects() - Static function in class ot::net::HttpURLConnection
Returns the global FollowRedirects value which is used to initialize new HttpURLConnection objects.  
GetDefaultHostnameVerifier() - Static function in class ot::ssl::HttpsURLConnection
 
getDefaultPort() - Member function of class ot::net::FtpClient
Returns the default port for FTP, which is 21.  
getDefaultPort() - Member function of class ot::net::TcpNetworkClient
Virtual member function overridden in derived classes to return a default port number for the network service.  
getDefaultPort() - Member function of class ot::net::URLStreamHandler
Returns the default port number which servers for the protocol usually listen on.  
GetDefaultSSLSocketFactory() - Static function in class ot::ssl::HttpsURLConnection
 
GetDefaultTimeout() - Static function in class ot::net::URLConnection
Returns the default timeout value (in milliseconds) that is used for new instances of URLConnection.  
GetDefaultUseCaches() - Static function in class ot::net::URLConnection
Returns the default value for the UseCaches property that will be used for new instances of URLConnection.  
getDelimPosition() - Member function of class ot::xml::QName
 
getDescription() - Member function of class ot::Exception
Returns a description of this Exception type.  
getDoInput() - Member function of class ot::net::URLConnection
Returns a boolean value indicating whether this URLConnection may be used for input operations.  
getDoOutput() - Member function of class ot::net::URLConnection
Returns a boolean value indicating whether this URLConnection may be used for output operations.  
getDTDHandler() - Member function of class ot::sax::XMLReader
Return the current DTD handler.  
getEnabledCipherSuites(StringList&) - Member function of class ot::ssl::SSLServerSocket
Returns an ordered list of cipher suite names which are currently enabled for this SSLServerSocket.  
getEnabledCipherSuites(StringList&) - Member function of class ot::ssl::SSLSocket
Returns an ordered list of cipher suite names which are currently enabled for this SSLSocket.  
GetEncodedLength(const Byte*, const Byte*) - Static function in class ot::util::Base64
Returns the maximum number of bytes that a byte sequence will occupy once it has been encoded into base64.  
getEncoder() - Member function of class ot::io::OutputStreamWriter
Returns a reference to the CodeConverter employed by this OutputStreamWriter.  
getEncoding() - Member function of class ot::sax::InputSource
Get the character encoding for a byte stream or URI.  
getEncoding() - Member function of class ot::io::InputStreamReader
Returns the canonical name of the encoding employed by the underlying byte stream.  
getEncoding() - Member function of class ot::io::OutputStreamWriter
Returns the canonical name of the encoding employed by the underlying byte stream.  
getEncoding() - Member function of class ot::xml::XMLInputSource
 
GetEncoding() - Static function in class ot::io::Console
Returns the name of the encoding used to encode and decode Unicode characters when written to or read from the console.  
getEncodingName() - Member function of class ot::cvt::CodeConverter
Returns the canonical name for the encoding handled by this CodeConverter.  
getEntity() - Member function of class ot::web::FormEmulator
Returns an InputStream which provides a contiguous stream of bytes constituting the form entity.  
getEntity() - Member function of class ot::web::MultipartFormEmulator
Returns an InputStream which provides a contiguous stream of bytes constituting the form entity.  
getEntity() - Member function of class ot::web::URLEncodedFormEmulator
Returns an InputStream which provides a contiguous stream of bytes constituting the form entity.  
getEntityAsString() - Member function of class ot::web::URLEncodedFormEmulator
Returns the entity for this form as a String.  
getEntityInputStream() - Member function of class ot::web::HttpRequest
Returns the application-supplied entity InputStream.  
getEntityLength() - Member function of class ot::web::FormEmulator
Returns the length of the form entity.  
getEntityLength() - Member function of class ot::web::HttpRequest
Returns the length of the entity that will be sent with this HTTP request.  
getEntityLength() - Member function of class ot::web::MultipartFormEmulator
Returns the length of the form entity.  
getEntityLength() - Member function of class ot::web::URLEncodedFormEmulator
Returns the length of the form entity.  
getEntityResolver() - Member function of class ot::sax::XMLReader
Return the current entity resolver.  
getEntityType() - Member function of class ot::web::HttpRequest
Returns the type of entity that will be sent with this HTTP request.  
GetEnvironmentString(const String&) - Static function in class ot::System
Returns the specified environment variable as a String.  
getErrorCode() - Member function of class ot::OSException
Returns the system error code that gave rise to the exception.  
getErrorHandler() - Member function of class ot::sax::XMLReader
Return the current error handler.  
getErrorStream() - Member function of class ot::net::HttpURLConnection
Returns an InputStream that contains the output from the HTTP server after an error occurs.  
getEventHandler() - Member function of class ot::xmlcat::CatalogResolver
 
getExceptionType() - Member function of class ot::io::AtomicReadException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::net::BindException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::CharacterCodingException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::auxil::CommandLineException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::net::ConnectException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::EOFException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::Exception
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::ExistingFileException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::FileNotFoundException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::IllegalArgumentException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::IllegalCharacterException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::IllegalMonitorStateException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::IllegalStateException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::IllegalThreadStateException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::InterruptedException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::InterruptedIOException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::util::InvalidDateException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::IOException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::MalformedInputException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::net::MalformedURLException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::net::NoRouteToHostException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::NullPointerException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::OSException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::net::ProtocolException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::RuntimeException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::sax::SAXException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::sax::SAXNotRecognizedException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::sax::SAXNotSupportedException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::sax::SAXParseException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::net::SocketException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::net::SocketTimeoutException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::ssl::SSLException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::ssl::SSLHandshakeException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::ssl::SSLPeerUnverifiedException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::net::UnknownHostException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::UnmappableCharacterException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::io::UnsupportedEncodingException
Returns the class name as a String.  
getExceptionType() - Member function of class ot::UnsupportedOperationException
Returns the class name as a String.  
getFD() - Member function of class ot::io::FileInputStream
Returns a FileDescriptor for the open file connected to this FileInputStream.  
getFD() - Member function of class ot::io::FileOutputStream
Returns a reference to the FileDescriptor for the open file connected to this FileOutputStream.  
getFD() - Member function of class ot::io::RandomAccessFile
Returns a FileDescriptor for the open file connected to this file.  
getFD() - Member function of class ot::net::SocketDescriptor
Returns an operating system handle for the socket.  
getFeature(const String&) - Member function of class ot::sax::XMLReader
Look up the value of a feature.  
getFeatureFlags() - Member function of class ot::web::HttpClient
Returns a bitfield containing all the features which are currently enabled for this HttpClient.  
getFile() - Member function of class ot::net::URL
Returns the file name for this URL.  
getFileAttributeFlags(const String&) - Member function of class ot::io::FileSystem
Returns an integer used as a bit field, each bit representing a file attribute.  
getFilenames(int, char*, int, int) - Member function of class ot::auxil::CommandLineParser
Returns a list of filenames passed as command line argument(s) to the currently running program.  
getFilePointer(FileDescriptor*) - Member function of class ot::io::FileSystem
 
getFilePointer() - Member function of class ot::io::RandomAccessFile
Returns the current value of the file pointer for this file.  
getFileSize(const String&) - Member function of class ot::net::FtpClient
Returns the transfer size of the remote file.  
getFileSystem() - Member function of class ot::io::FileDescriptor
Returns the FileSystem associated with this FileDescriptor.  
GetFileSystem() - Static function in class ot::io::FileSystem
Returns a reference to the global FileSystem object.  
getFinalResponse(HttpResponse&) - Member function of class ot::web::HttpClient
Called by the application to obtain the response to a HTTP request which included a streamed entity sent to the server.  
getFinalURL() - Member function of class ot::web::HttpResponse
Returns the URL representing the HTTP request that generated this HttpResponse.  
getFirstPositionalArg() - Member function of class ot::auxil::CommandLineParser
Following a successful parse, return the index of the argument that represents the first non-option (i.e.  
getFollowRedirects() - Member function of class ot::net::HttpURLConnection
Returns a flag indicating whether HTTP redirects will be followed.  
GetGlobalPreference() - Static function in class ot::xmlcat::CatalogResolver
 
getHeader(const String&) - Member function of class ot::net::MimeHeaderSequence
Returns the value for the specified header name, or the empty string if the requested header is not present within this sequence.  
getHeader(size_t) - Member function of class ot::net::MimeHeaderSequence
Returns the value for the specified header, or the empty string if the specified index is outside of the bounds of this sequence.  
getHeaderField(const String&) - Member function of class ot::net::URLConnection
Returns the value of a header field where the key is equal to name.  
getHeaderField(size_t) - Member function of class ot::net::URLConnection
Returns the value of a header field by index.  
getHeaderFieldCount() - Member function of class ot::net::URLConnection
Returns the number of header fields.  
getHeaderFieldDate(const String&) - Member function of class ot::net::URLConnection
Parse the specified header field as a Date and return as a DateTime.  
getHeaderFieldKey(size_t) - Member function of class ot::net::URLConnection
Returns the value of a header field key by index.  
getHeaderFieldLong(const String&, long) - Member function of class ot::net::URLConnection
Parse the specified header field as a long integer.  
getHeaderKey(size_t) - Member function of class ot::net::MimeHeaderSequence
Returns the name for the specified header, or the empty string if the specified index is outside of the bounds of this sequence.  
getHost() - Member function of class ot::net::URL
Returns the host name part of the URL.  
getHostAddress() - Member function of class ot::net::InetAddress
Returns the IP address in dotted decimal notation.  
getHostName() - Member function of class ot::net::InetAddress
Returns the host name for this InetAddress.  
getHostnameVerifier() - Member function of class ot::web::HttpClientConnectionManager
Returns the HostnameVerifier which will be used to verify SSL connections where the server's certificate does not match the host name of the remote HTTP server.  
getHostnameVerifier() - Member function of class ot::ssl::HttpsURLConnection
 
getHowSpecified(size_t) - Member function of class ot::auxil::MultiListOption
Returns a String depicting how an option was specified on the command line.  
getId() - Member function of class ot::ssl::SSLSession
Returns the SSL session identifier assigned to this SSLSession by the server.  
getId() - Member function of class ot::Thread
Returns the ThreadId for this Thread.  
getIdleConnectionTimeout() - Member function of class ot::web::HttpClientConnectionManager
Returns the number of seconds that may elapse before an idle HTTP connection with an origin server is considered stale.  
getIdleProxyConnectionTimeout() - Member function of class ot::web::HttpClientConnectionManager
Returns the number of seconds that may elapse before an idle HTTP connection with a proxy server is considered stale.  
getIndex() - Member function of class ot::xml::Attribute
 
getIndex(const String&) - Member function of class ot::sax::Attributes
Look up the index of an attribute by XML 1.0 qualified name.  
getIndex(const String&, const String&) - Member function of class ot::sax::Attributes
Look up the index of an attribute by Namespace name.  
getIndex(const String&) - Member function of class ot::sax::AttributesImpl
Looks up an attribute's index by qualified (prefixed) name.  
getIndex(const String&, const String&) - Member function of class ot::sax::AttributesImpl
Looks up an attribute's index by namespace uri and local name.  
getInetAddress() - Member function of class ot::net::DatagramSocket
Returns an InetAddress representing the remote host to which this DatagramSocket is connected.  
getInetAddress() - Member function of class ot::net::DatagramSocketImpl
 
getInetAddress() - Member function of class ot::net::ServerSocket
Returns an InetAddress object representing the local IP-address to which this ServerSocket is bound.  
getInetAddress() - Member function of class ot::net::Socket
Returns an InetAddress representing the remote host to which this Socket is connected.  
getInetAddress() - Member function of class ot::net::SocketImpl
Returns the IP address to which this socket is bound or connected.  
getInputStream() - Member function of class ot::io::FilterInputStream
Returns the contained input stream.  
getInputStream() - Member function of class ot::web::HttpClientConnection
Returns an InputStream that can be used to read data from this HttpClientConnection.  
getInputStream() - Member function of class ot::web::HttpResponse
Returns an InputStream which can be used to read the entity associated with this HTTP response (if any).  
getInputStream() - Member function of class ot::net::Socket
Returns an InputStream that can be used to read data from this Socket.  
getInputStream() - Member function of class ot::net::SocketImpl
Returns an InputStream that can be used to read bytes from the client socket.  
getInputStream() - Member function of class ot::net::TcpNetworkClient
Returns an InputStream for reading from the server.  
getInputStream() - Member function of class ot::net::URLConnection
Returns an InputStream which reads bytes from the connection.  
getInputStream() - Member function of class ot::xml::XMLInputSource
 
GetInstance() - Static function in class ot::cvt::CodeConverterFactory
Returns the global CodeConverterFactory.  
GetInstance(Protocol) - Static function in class ot::ssl::SSLContext
Creates a new SSLContext that supports only the specified (set of) SSL/TLS protocol(s) when establishing SSL socket connections.  
GetInstance() - Static function in class ot::net::URLStreamHandlerFactory
Returns the global URLStreamHandlerFactory.  
GetInstance() - Static function in class ot::sax::XMLReaderFactory
Returns the currently registered XMLReaderFactory.  
GetInternalEncodingName() - Static function in class ot::SystemCodeConverter
Returns the name of the native OpenTop encoding scheme.  
GetInterruptSignal() - Static function in class ot::Thread
Returns the signal number that OpenTop will use for thread interruption.  
getIntOption(int, int) - Member function of class ot::net::DatagramSocketImpl
 
getIntOption(int, int) - Member function of class ot::net::SocketImpl
Fetches the (integer) value of a socket option.  
getInvalidCharAction() - Member function of class ot::cvt::CodeConverter
Returns the policy for dealing with invalid byte sequences or Unicode characters which cannot be mapped into the internal OpenTop character encoding.  
getInvalidCharReplacement() - Member function of class ot::cvt::CodeConverter
Returns the Unicode character that will be used when this CodeConverter detects an invalid byte sequence.  
getJulianDay() - Member function of class ot::util::DateTime
 
getKeepAlive() - Member function of class ot::net::Socket
Tests if SO_KEEPALIVE is enabled.  
getLastModified() - Member function of class ot::net::URLConnection
Returns the value of the "last-modified" header field parsed into a DateTime object.  
getLastModifiedTime(const String&) - Member function of class ot::io::FileSystem
Returns the time the file was last modified.  
getLastUsedDate() - Member function of class ot::web::HttpClientConnection
Returns the date/time on which this HttpClientConnection was last used to send an HTTP request.  
getLength() - Member function of class ot::sax::Attributes
Returns the number of attributes in the list.  
getLength() - Member function of class ot::sax::AttributesImpl
Returns the number of attributes in the collection.  
getLength() - Member function of class ot::net::DatagramPacket
Returns the length (in bytes) of the data to be sent or, following a receive operation, the length of the data received.  
getLength(const String&) - Member function of class ot::io::FileSystem
Returns the length (in bytes) of the file.  
getLength(FileDescriptor*) - Member function of class ot::io::FileSystem
 
getLexicalHandler() - Member function of class ot::sax::XMLReader
Return the current lexical event handler.  
GetLineEnding() - Static function in class ot::System
Returns a String containing the line ending character(s) for the platform.  
getLineNumber() - Member function of class ot::sax::Locator
Return the line number where the current document event ends.  
getLineNumber() - Member function of class ot::sax::LocatorImpl
Returns the stored line number, or -1 if none is available.  
getLineNumber() - Member function of class ot::sax::SAXParseException
Returns the line number of the end of the text where the exception occurred.  
getLocalAddress() - Member function of class ot::net::DatagramSocket
Returns an InetAddress representing the local interface to which this datagram socket is bound (if any).  
getLocalAddress() - Member function of class ot::net::DatagramSocketImpl
 
getLocalAddress() - Member function of class ot::net::Socket
Returns an InetAddress representing the local address to which this Socket is bound.  
getLocalAddress() - Member function of class ot::net::SocketImpl
Returns the IP address to which the socket is bound.  
getLocalAddress() - Member function of class ot::net::TcpNetworkClient
Returns the local IP Address that the connected socket is bound to.  
GetLocalBroadcast() - Static function in class ot::net::InetAddress
Returns a special InetAddress that can be used to broadcast UDP datagrams to all hosts on the local subnet.  
GetLocalHost() - Static function in class ot::net::InetAddress
Returns an InetAddress instance pertaining to the local host.  
getLocalizedDescription() - Member function of class ot::Exception
Returns a localized description of the Exception type or, if a native language translation is unavailable, an empty string.  
getLocalizedDescription() - Member function of class ot::io::ExistingFileException
Returns a localized description of the Exception type or, if a native language translation is unavailable, an empty string.  
getLocalizedDescription() - Member function of class ot::io::FileNotFoundException
Returns a localized description of the Exception type or, if a native language translation is unavailable, an empty string.  
getLocalizedDescription() - Member function of class ot::IllegalCharacterException
Returns a localized description of the Exception type or, if a native language translation is unavailable, an empty string.  
getLocalizedDescription() - Member function of class ot::net::UnknownHostException
Returns a localized description of the Exception type or, if a native language translation is unavailable, an empty string.  
getLocalName(size_t) - Member function of class ot::sax::Attributes
Look up an attribute's local name by index.  
getLocalName(size_t) - Member function of class ot::sax::AttributesImpl
Returns the local name for the specified attribute.  
getLocalName() - Member function of class ot::xml::QName
 
getLocalPort() - Member function of class ot::net::DatagramSocket
Returns the local port number to which this DatagramSocket is bound.  
getLocalPort() - Member function of class ot::net::DatagramSocketImpl
 
getLocalPort() - Member function of class ot::net::ServerSocket
Returns the number of the local port on which this ServerSocket is listening.  
getLocalPort() - Member function of class ot::net::Socket
Returns the local port number to which this socket is bound.  
getLocalPort() - Member function of class ot::net::SocketImpl
Returns the port number to which the socket is bound.  
getLock() - Member function of class ot::io::Reader
Returns a reference to the SynchronizedObject used for controlling access to synchronized methods.  
getLock() - Member function of class ot::io::Writer
Returns a reference to the SynchronizedObject used for controlling access to synchronized methods.  
getLongName() - Member function of class ot::auxil::BasicOption
Returns the long name for this option.  
getLongName(size_t) - Member function of class ot::auxil::MultiListOption
Returns the long name for an option which was specified on the command line.  
getLongOption(const String&, CommandLineOption::ArgumentType&) - Member function of class ot::auxil::CommandLineParser
Locates a CommandLineOption that answers to the long option passed.  
GetMaxDecodedLength(const Byte*, const Byte*) - Static function in class ot::util::Base64
Returns the maximum number of bytes that a base64-encoded sequence will occupy once it has been decoded.  
getMaxEncodedLength() - Member function of class ot::cvt::CodeConverter
Returns the maximum number of bytes used to encode a single Unicode character up to U+10FFFF.  
GetMaximumCharSequenceLength() - Static function in class ot::SystemCodeConverter
Returns the maximum number of CharType elements that may be used to encode a single Unicode character.  
getMessage() - Member function of class ot::Exception
Returns the message text for this Exception.  
getMessage(const String&, const String&, size_t, String&) - Member function of class ot::MessageFactory
Called by OpenTop classes to obtain the text for a message.  
getMessage(const String&, const String&, size_t, String&) - Member function of class ot::auxil::MessageFactoryImpl
Called by OpenTop classes to obtain the text for a message.  
GetMessageFactory() - Static function in class ot::System
Returns the MessageFactory for the application if one has been previously installed.  
getMessageSet(const String&, const String&) - Member function of class ot::auxil::FileMessageFactory
 
getMessageSet(const String&, const String&) - Member function of class ot::auxil::MessageFactoryImpl
 
getMessageText(size_t, String&) - Member function of class ot::auxil::MessageSet
 
getMethod() - Member function of class ot::web::HttpRequest
Returns The HTTP method (e.g.  
getMimeHeaders() - Member function of class ot::web::HttpRequest
Returns the sequence of MIME-type headers associated with this HttpRequest.  
getMimeHeaders() - Member function of class ot::web::HttpResponse
Returns the sequence of MIME-type headers that accompany this HTTP response.  
getName() - Member function of class ot::xml::Attribute
 
getName() - Member function of class ot::io::File
Returns the name denoted by the abstract pathname of this file or directory.  
getName() - Member function of class ot::Thread
Returns the name of this Thread.  
getNamespaceURI() - Member function of class ot::xml::QName
 
getNativeId() - Member function of class ot::ThreadId
Returns the native thread identifier.  
getNeedClientAuth() - Member function of class ot::ssl::SSLServerSocket
Returns a boolean flag indicating if client authentication is required during SSL handshaking.  
getNeedClientAuth() - Member function of class ot::ssl::SSLSocket
Returns a boolean flag indicating if client authentication is required during SSL handshaking.  
getNetworkInterface() - Member function of class ot::net::MulticastSocket
Returns an InetAddress representing the local interface from which multicast packets will be sent.  
getNumPresent() - Member function of class ot::auxil::MultiListOption
Returns the number of command line options, matching options handled by this MultiListOption, that was specified on the parsed command line.  
GetObjectManager() - Static function in class ot::System
Returns a reference to the global ObjectManager, which can be used to hold instances of reference-counted objects for the lifetime of the application.  
getOption() - Member function of class ot::auxil::CommandLineException
Returns the option which caused this exception to be thrown.  
getOrganizationName() - Member function of class ot::auxil::MessageSet
 
getOutputStream() - Member function of class ot::io::FilterOutputStream
Returns the contained output stream.  
getOutputStream() - Member function of class ot::web::HttpClientConnection
Returns an OutputStream that can be used to write data to this HttpClientConnection.  
getOutputStream() - Member function of class ot::web::HttpResponse
Returns an OutputStream which can be used by the application to write an entity to the remote HTTP server.  
getOutputStream() - Member function of class ot::net::Socket
Returns an OutputStream that can be used to write data to this Socket.  
getOutputStream() - Member function of class ot::net::SocketImpl
Returns an output stream for writing bytes to a client socket.  
getOutputStream() - Member function of class ot::net::TcpNetworkClient
Returns an OutputStream for writing to the server.  
getOutputStream() - Member function of class ot::net::URLConnection
Returns an OutputStream which can be used to write bytes to the connection.  
getParameter(const String&) - Member function of class ot::util::MIMEType
Brief.  
getParent() - Member function of class ot::io::File
Returns the pathname string denoting the parent directory of this abstract pathname, or the empty string if this does not name a parent directory.  
getParentFile() - Member function of class ot::io::File
Returns a File representing the abstract pathname denoting the parent directory of this abstract pathname.  
getPassword() - Member function of class ot::net::URL
Returns the password identifier part of the UserInfo part of this URL.  
getPasswordAuthentication(InetAddress*, int, const String&, const String&, const String&, bool, String&, String&) - Member function of class ot::net::Authenticator
Called when password authorization is needed.  
getPasswordAuthentication(InetAddress*, int, const String&, const String&, const String&, bool, String&, String&) - Member function of class ot::auxil::NetAccessHelper
Called when password authorization is needed.  
getPath() - Member function of class ot::io::File
Returns the abstract pathname as a string.  
getPath() - Member function of class ot::net::URL
Returns the path for this URL.  
getPeerCertDomainName() - Member function of class ot::ssl::SSLSession
Returns the domain name contained within the peer's certificate.  
getPeerCertIssuerName() - Member function of class ot::ssl::SSLSession
Returns the name of the principal who signed and issued the peer's certificate.  
getPeerCertSubjectName() - Member function of class ot::ssl::SSLSession
Returns the subject name field from the peer's certificate.  
getPeerHost() - Member function of class ot::ssl::SSLSession
Returns the host name of the peer.  
getPeerHost() - Member function of class ot::ssl::SSLSocket
Returns the host name of the remote SSL peer.  
getPeerPort() - Member function of class ot::ssl::SSLSession
Returns the port number of the peer.  
getPeerPort() - Member function of class ot::ssl::SSLSocket
Returns the port number of the remote SSL peer.  
getPort() - Member function of class ot::net::DatagramPacket
Returns the port number on the remote host to which this datagram packet will be sent or from which it was received.  
getPort() - Member function of class ot::net::DatagramSocket
Returns the remote port to which this DatagramSocket is connected.  
getPort() - Member function of class ot::net::DatagramSocketImpl
 
getPort() - Member function of class ot::net::Socket
Returns the remote port to which this socket is connected.  
getPort() - Member function of class ot::net::SocketImpl
Returns the remote port to which a client socket is connected.  
getPort() - Member function of class ot::net::URL
Returns the port number from the URL or -1 if no port number is present.  
getPrefix(const String&) - Member function of class ot::sax::NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.  
getPrefix() - Member function of class ot::xml::QName
 
getPrefixes() - Member function of class ot::sax::NamespaceSupport
Return a list of all prefixes currently declared.  
getPrefixes(const String&) - Member function of class ot::sax::NamespaceSupport
Return a list of all prefixes currently declared for a URI.  
getPrefixLength(const String&) - Member function of class ot::io::FileSystem
Returns the length of the prefix of an abstract path name.  
getPriority() - Member function of class ot::Thread
Returns this Thread's priority.  
getProgramName() - Member function of class ot::auxil::CommandLineParser
Returns the program name, which is determined from the first argument passed to the parse() method.  
GetProperty(const String&, const String&) - Static function in class ot::System
Returns the system property with the supplied name.  
GetProperty(const String&) - Static function in class ot::System
Returns the system property with the supplied name.  
GetPropertyBool(const String&, bool) - Static function in class ot::System
Returns the value of the named property as a boolean value.  
GetPropertyLong(const String&, long) - Static function in class ot::System
Returns the value of the named property as a long integer.  
getProtocol() - Member function of class ot::ssl::SSLContext
Returns an enum representing the SSL/TLS protocols that may be used by SSLSockets created from this SSLContext.  
getProtocol() - Member function of class ot::ssl::SSLSession
Returns a string representation of the SSL/TLS protocol being employed by this SSLSession.  
getProtocol() - Member function of class ot::net::URL
Returns the protocol name (scheme part) of this URL.  
getProtocolVersion() - Member function of class ot::web::HttpClientConnection
Returns the version of the HTTP protocol being used for this connection.  
getProtocolVersion() - Member function of class ot::web::HttpRequest
Returns the version of the HTTP protocol to be used when processing this request.  
getProtocolVersion() - Member function of class ot::web::HttpResponse
Returns a HttpProtocolVersion representing the version of the HTTP protocol contained within the HTTP response line.  
getProxyForHost(const String&, bool, String&, int&) - Member function of class ot::web::HttpClientConnectionManager
Virtual function called before allocating a TCP/IP connection to process a HTTP request.  
getPublicId() - Member function of class ot::sax::InputSource
Get the public identifier for this input source.  
getPublicId() - Member function of class ot::sax::Locator
Return the public identifier for the current document event.  
getPublicId() - Member function of class ot::sax::LocatorImpl
Returns the stored public identifier, which may be an empty string.  
getPublicId() - Member function of class ot::sax::SAXParseException
Get the public identifier of the entity where the exception occurred.  
getPublicId() - Member function of class ot::xml::XMLInputSource
 
getQName(size_t) - Member function of class ot::sax::Attributes
Look up an attribute's XML 1.0 qualified name by index.  
getQName(size_t) - Member function of class ot::sax::AttributesImpl
Returns the qualified (prefixed) name for the specified attribute.  
getQuery() - Member function of class ot::net::URL
 
getRawEntityData() - Member function of class ot::web::HttpRequest
Returns a pointer to an application-supplied data buffer containing the entity to be sent with this request.  
getRawName() - Member function of class ot::xml::QName
 
getReader() - Member function of class ot::io::FilterReader
Returns a reference to the contained Reader.  
getReader() - Member function of class ot::xml::XMLInputSource
 
getReceiveBufferSize() - Member function of class ot::net::DatagramSocket
Returns the SO_RVCBUF option for this DatagramSocket, which is the size of the buffer used by the operating system to hold received data before it is read by the application.  
getReceiveBufferSize() - Member function of class ot::net::ServerSocket
Returns the value of the SO_RCVBUF option for this ServerSocket.  
getReceiveBufferSize() - Member function of class ot::net::Socket
Returns the SO_RVCBUF option for this Socket, which is the size of the buffer used by the operating system to hold received data before it is read by the application.  
getRef() - Member function of class ot::net::URL
Returns the reference part of this URL.  
getRefCount() - Member function of class ot::ManagedObject
Returns the current reference-count of the object.  
getRemoteAddress() - Member function of class ot::net::SocketImpl
Returns the IP address to which the client socket is connected.  
getRequestCount() - Member function of class ot::web::HttpClientConnection
Returns the number of HTTP requests that have been made though this HttpClientConnection.  
getRequestMethod() - Member function of class ot::web::HttpResponse
Returns the method from the HttpRequest used to generate this response.  
getRequestMethod() - Member function of class ot::net::HttpURLConnection
Returns the request method.  
getRequestProperty(const String&) - Member function of class ot::net::URLConnection
Returns the value of the specified MIME header.  
getResponseCode() - Member function of class ot::web::HttpResponse
Returns the numeric response code portion of the HTTP response line.  
getResponseCode() - Member function of class ot::net::HttpURLConnection
Returns the numeric response code returned from the HTTP server.  
getResponseLine() - Member function of class ot::web::HttpResponse
Returns the entire HTTP response line as a String.  
getResponseMessage() - Member function of class ot::web::HttpResponse
Returns the message portion of the HTTP response line.  
getResponseMessage() - Member function of class ot::net::HttpURLConnection
Returns the message text from the HTTP response line.  
getReuseAddress() - Member function of class ot::net::DatagramSocket
Tests if the SO_REUSEADDR option is enabled for this datagram socket.  
getReuseAddress() - Member function of class ot::net::ServerSocket
Tests if the SO_REUSEADDR option is enabled.  
GetSectionName(short) - Static function in class ot::Tracer
Translates a numeric section identifier into a null-terminated CharType string.  
GetSectionNumber(const String&) - Static function in class ot::Tracer
Translates a section name into a numeric identifier.  
getSendBufferSize() - Member function of class ot::net::DatagramSocket
Returns the value of the SO_SNDBUF option for this datagram socket, which is the size of the buffer used by the operating system to store output data from the application before it is sent to (and acknowledged by) the remote host.  
getSendBufferSize() - Member function of class ot::net::Socket
Returns the value of the SO_SNDBUF option for this Socket, which is the size of the buffer used by the operating system to store output data from the application before it is sent to (and acknowledged by) the connected host.  
getSeparator() - Member function of class ot::io::FileSystem
Returns the separator character as a String.  
getSeparator() - Member function of class ot::web::MultipartFormEmulator
Returns the ByteString used to separate parts of the multipart form data.  
GetSeparator() - Static function in class ot::io::File
Returns the system-dependent filename separator character as a String with a length of 1.  
getSeparatorChar() - Member function of class ot::io::FileSystem
Returns the character which is used to separate the parts of a hierarchical path name.  
GetSeparatorChar() - Static function in class ot::io::File
Returns the system-dependent filename separator character.  
getServerAddress() - Member function of class ot::web::HttpClientConnection
Returns the internet address HTTP server to which this HttpClientConnection is connected.  
getServerAddress() - Member function of class ot::net::TcpNetworkClient
Returns the IP Address of the remote server to which this TcpNetworkClient is connected.  
getServerHostName() - Member function of class ot::web::HttpClientConnection
Returns the host name of the HTTP server to which this HttpClientConnection is connected.  
getServerPort() - Member function of class ot::web::HttpClientConnection
Returns the port number of the HTTP server to which this HttpClientConnection is connected.  
getServerPort() - Member function of class ot::net::TcpNetworkClient
Returns the port number of the remote server to which this TcpNetworkClient is connected.  
getServerSocketFactory() - Member function of class ot::ssl::SSLContext
Returns a SSLServerSocketFactory for creating SSLServerSockets provided by the same security provider and employing the SSL/TLS protocol(s) and other characteristics set by this SSLContext.  
getSession() - Member function of class ot::ssl::HandshakeCompletedEvent
Returns the SSLSession involved in the SSL handshake which has completed.  
getSession() - Member function of class ot::ssl::SSLSocket
Returns a SSLSession object representing the set of parameters and secret keys negotiated during a SSL handshake.  
getShortName() - Member function of class ot::auxil::BasicOption
Returns the short name for this option.  
getShortName(size_t) - Member function of class ot::auxil::MultiListOption
Returns the short name for an option which was specified on the command line.  
getShortOption(char, CommandLineOption::ArgumentType&) - Member function of class ot::auxil::CommandLineParser
Locates a CommandLineOption that answers to the short option passed.  
getSocket() - Member function of class ot::ssl::HandshakeCompletedEvent
Returns the SSLSocket involved in the SSL handshake which has completed.  
getSocket() - Member function of class ot::net::TcpNetworkClient
Returns the Socket used for communicating with the server.  
getSocketDescriptor() - Member function of class ot::net::DatagramSocketImpl
 
getSocketDescriptor() - Member function of class ot::net::ServerSocket
Returns a file descriptor referencing the operating system socket underlying this ServerSocket.  
getSocketDescriptor() - Member function of class ot::net::Socket
Returns a file descriptor referencing the operating system socket underlying this Socket.  
getSocketDescriptor() - Member function of class ot::net::SocketImpl
Returns a SocketDescriptor for the contained operating system socket.  
getSocketFactory() - Member function of class ot::web::HttpClientConnectionManager
Returns the SocketFactory that will be used by this connection manager when creating standard (insecure) connections with HTTP servers.  
getSocketFactory() - Member function of class ot::ssl::SSLContext
Returns a SSLSocketFactory for creating SSLSockets provided by the same security provider and employing the SSL/TLS protocol(s) and other characteristics set by this SSLContext.  
getSocketFlags() - Member function of class ot::net::SocketDescriptor
Returns the current socket flags.  
GetSocketImplFactory() - Static function in class ot::net::ServerSocket
Returns the single instance of SocketImplFactory that has been registered with ServerSocket for the application.  
GetSocketImplFactory() - Static function in class