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 <SPCcommsHTTP.h>
Inheritance diagram for SecurePlayLibrary::SPCcommsHTTP:

Public Member Functions | |
| SPCcommsHTTP (bool push, bool relay) | |
| bool | removeConnection (string address) |
| bool | createConnection (string address, int portIN) |
| bool | createConnection (string address, Socket socket) |
| string | getCommsDriverType () |
| void | SPincoming (string message) |
|
||||||||||||
|
Constructor. |
|
||||||||||||
|
Creates a connection.
Reimplemented from SecurePlayLibrary::SPCcommsTCP. Reimplemented in SecurePlayLibrary::SPCcommsHTTPclient. |
|
||||||||||||
|
Creates a connection.
Reimplemented from SecurePlayLibrary::SPCcommsTCP. Reimplemented in SecurePlayLibrary::SPCcommsHTTPserver. |
|
|
This method returns the driver type. It will be overridden with specific driver type.
Reimplemented from SecurePlayLibrary::SPCcommsTCP. Reimplemented in SecurePlayLibrary::SPCcommsHTTPclient, and SecurePlayLibrary::SPCcommsHTTPserver. |
|
|
Removes the connection and closes the connection class.
Reimplemented from SecurePlayLibrary::SPCcommsTCP. |
|
|
Incoming method that recieves a byte[] and deserializes it and processes it.
Reimplemented in SecurePlayLibrary::SPCcommsHTTPclient, and SecurePlayLibrary::SPCcommsHTTPserver. |