Cross-Platform C++

H

handleEncodingToInternalError(UCS4Char, CharType*, const CharType*, CharType*&) - Member function of class ot::cvt::CodeConverter
Helper function called by derived classes' decode() method when they encounter a Unicode character which cannot be mapped into the native OpenTop encoding.  
handleInvalidByteSequence(const Byte*, size_t) - Member function of class ot::cvt::CodeConverter
Helper function that simply throws a MalformedInputException.  
handleRequest(HttpRequest&, HttpResponse&) - Member function of class ot::web::HttpRequestHandler
Called by the HttpClient before it sends a HTTP request to a server, giving this registered handler an opportunity to handle or modify the request.  
handleResponse(const HttpResponse&) - Member function of class ot::web::HttpClientConnection
Called by the HTTP framework classes when a new HTTP response is received over this HttpClientConnection.  
handleResponseBody(const HttpRequest&, HttpResponse&) - Member function of class ot::web::HttpRequestHandler
Called by the HttpClient after a HTTP response has has been received, and the response line and MIME headers processed to the satisfaction of all registered handlers.  
handleResponseHeaders(HttpRequest&, HttpResponse&) - Member function of class ot::web::HttpRequestHandler
Called by the HttpClient after a HTTP request has been sent to the server and the response header has been parsed.  
handleUnmappableCharacter(UCS4Char, Byte*, Byte*, Byte*&) - Member function of class ot::cvt::CodeConverter
Helper function called by derived classes' encode() method when it encounters an unmappable Unicode character.  
handshakeCompleted(const HandshakeCompletedEvent&) - Member function of class ot::ssl::HandshakeCompletedListener
Called when a SSL handshake completes.  
HandshakeCompletedEvent - class ot::ssl::HandshakeCompletedEvent
Encapsulates the SSL socket and session involved in a completed SSL handshake.  
HandshakeCompletedEvent(SSLSocket*, SSLSession*) - Constructor for class ot::ssl::HandshakeCompletedEvent
Constructor which creates a HandshakeCompletedEvent for the provided SSLSocket and SSLSession.  
HandshakeCompletedListener - class ot::ssl::HandshakeCompletedListener
Abstract event listener interface class, implemented by clients wishing to be notified when a SSL handshake event completes on a SSLSocket.  
HasDefault() - Static function in class ot::ssl::SSLContext
Static method that returns a Boolean flag indicating if a call to the GetDefault() method would return a SSLContext.  
hasEntity() - Member function of class ot::web::HttpRequest
Tests if this HttpRequest has an entity to send along with the request.  
hasIOPending(bool, bool) - Member function of class ot::net::Socket
Tests if this socket has input or output operations pending.  
hasIOPending(bool, bool) - Member function of class ot::net::SocketImpl
Returns a boolean value indicating if this Socket is ready to perform a read or write operation without blocking.  
hasMoreTokens() - Member function of class ot::util::StringTokenizer
Tests to see if more tokens exist in the controlled String.  
HostnameVerifier - class ot::ssl::HostnameVerifier
Abstract class providing an interface that allows applications to control whether TLS/SSL connections can be established with a HTTP server when the server's hostname does not match the fully qualified domain name (FQDN) contained within the server's X509 certificate.  
hostsEqual(const URL&, const URL&) - Member function of class ot::net::URLStreamHandler
Compares the hosts from two URLs for equality.  
HttpClient - class ot::web::HttpClient
A class for performing HTTP requests.  
HttpClient() - Constructor for class ot::web::HttpClient
Default constructor.  
HttpClient(HttpClientConnectionManager*) - Constructor for class ot::web::HttpClient
Constructor.  
HttpClientConnection - class ot::web::HttpClientConnection
A class that represents a TCP/IP Socket connection to a HTTP server.  
HttpClientConnectionData - class ot::web::HttpClientConnectionData
 
HttpClientConnectionManager - class ot::web::HttpClientConnectionManager
A class which creates TCP/IP network connections with HTTP servers and maintains a pool of idle persistent connections ready for re-use.  
HttpClientConnectionManager() - Constructor for class ot::web::HttpClientConnectionManager
Default constructor that configures a new HttpClientConnectionManager using default settings.  
HttpClientConnectionManager(const HttpClientConnectionManager&) - Constructor for class ot::web::HttpClientConnectionManager
Copy constructor that configures a new HttpClientConnectionManager using the settings (but not the idle connections) from an existing HttpClientConnectionManager.  
HttpProtocolVersion - class ot::web::HttpProtocolVersion
Simple class that represents the version number of the HTTP protocol being used on a HTTP conversation.  
HttpProtocolVersion() - Constructor for class ot::web::HttpProtocolVersion
Default constructor.  
HttpProtocolVersion(Version) - Constructor for class ot::web::HttpProtocolVersion
Constructor taking a specific version number parameter.  
HttpRequest - class ot::web::HttpRequest
Class to represent a request to be sent to a HTTP server.  
HttpRequest(const URL&) - Constructor for class ot::web::HttpRequest
Constructs a new HttpRequest from a URL.  
HttpRequestHandler - class ot::web::HttpRequestHandler
An abstract interface class employed by HttpClient to facilitate the customized processing of HTTP requests..  
HttpResponse - class ot::web::HttpResponse
Class to represent a response to a request sent to a HTTP server.  
HttpResponse() - Constructor for class ot::web::HttpResponse
Default constructor.  
HttpResponse(const HttpRequest&) - Constructor for class ot::web::HttpResponse
Constructor taking a HttpRequest argument.  
HttpsURLConnection - class ot::ssl::HttpsURLConnection
A specialized URLConnection class that represents a connection with a resource specified by a HTTPS URL.  
HttpsURLConnection(const URL&) - Constructor for class ot::ssl::HttpsURLConnection
 
HttpURLConnection - class ot::net::HttpURLConnection
A specialized URLConnection class that represents a connection with a resource specified by a HTTP URL.  
HttpURLConnection(const URL&) - Constructor for class ot::net::HttpURLConnection
Constructs a HttpURLConnection for the specified HTTP URL.  

Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements