2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.
#include <SPCcommsHTTPclient.h>
Inheritance diagram for SecurePlayLibrary::SPCcommsHTTPclient:

Public Member Functions | |
| SPCcommsHTTPclient (bool relay) | |
| bool | isPoll () |
| void | StartPOLL (int PollTimer) |
| bool | StartListen (int portIN) |
| void | StopListen () |
| bool | createConnection (string address, Socket s) |
| string | getCommsDriverType () |
| bool | prsend (string address, vector< SPbyte > messages) |
| void | SPincoming (string message) |
| bool | prpoll (string address) |
|
|
Wraps SPCcommsHTTP constructor.
|
|
||||||||||||
|
Override. This is a client, it does create connections, it only accepts or adds connections.
Reimplemented from SecurePlayLibrary::SPCcommsHTTP. |
|
|
This method returns the driver type. It will be overridden with specific driver type.
Reimplemented from SecurePlayLibrary::SPCcommsHTTP. |
|
|
Returns the poll flag.
|
|
|
Sends a poll request message to the reciever.
Reimplemented from SecurePlayLibrary::SPCGenericCommsDriverClass. |
|
||||||||||||
|
Sends the message.
Reimplemented from SecurePlayLibrary::SPCcommsTCP. |
|
|
Incoming method that recieves a byte[] and deserializes it and processes it.
Reimplemented from SecurePlayLibrary::SPCcommsHTTP. |
|
|
Override. This is a client, it does not listen for new connections.
Reimplemented from SecurePlayLibrary::SPCcommsTCP. |
|
|
Starts a polling class and pushes it into a thread. This polling class keeps polling messages until the poll flag in this class is set to false.
|
|
|
Override. This is a client, it does not listen for new connections. void Reimplemented from SecurePlayLibrary::SPCcommsTCP. |