![]() | InDesign SDK 20.5 |

Public Types | |
| typedef CPMUnknown < IHTTPLinkResourceConnection > | inherited |
Public Member Functions | |
| CusHttpLnkLinkResourceConnection (IPMUnknown *boss) | |
| ~CusHttpLnkLinkResourceConnection () | |
| virtual bool16 | Shutdown () |
| virtual bool16 | IsConnected () const |
| virtual bool16 | Connect () |
| virtual bool16 | IsAuthorized () const |
| virtual bool16 | Reconnect () |
| virtual bool16 | Disconnect () |
| virtual IHTTPLinkResourceConnection::ConnectionId | GetConnectionId () |
| virtual bool16 | GetLoginCredentials (std::stringstream &loginInformation) const |
| virtual bool16 | SetLoginCredentials (const std::stringstream &loginInformation) |
| virtual void | ReadWriteSnapshotForBackgroundThread (IPMStream *s) |
Public Member Functions inherited from CPMUnknown< IHTTPLinkResourceConnection > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from CPMUnknown< IHTTPLinkResourceConnection > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IHTTPLinkResourceConnection > | |
| HelperInterface | fHelperInterface |
Provide methods to authorize connection to server
| CusHttpLnkLinkResourceConnection::CusHttpLnkLinkResourceConnection | ( | IPMUnknown * | boss | ) |
Constructor
| CusHttpLnkLinkResourceConnection::~CusHttpLnkLinkResourceConnection | ( | ) |
Destructor
| virtual |
Checks if the current connection is authorized
Implements IHTTPLinkResourceConnection.
| virtual |
Disconnects the current connection
Implements IHTTPLinkResourceConnection.
| virtual |
Fetches the connection ID for the current connection
Implements IHTTPLinkResourceConnection.
| virtual |
Gets the login credentials for the given connection
| loginInformation | [OUT] The login information that requires to be set for the given connection |
Implements IHTTPLinkResourceConnection.
| virtual |
Creates/Logs-in the current connection
Implements IHTTPLinkResourceConnection.
| virtual |
Checks if the current connection is connected
Implements IHTTPLinkResourceConnection.
| inlinevirtual |
For internal purpose only
Implements IHTTPLinkResourceConnection.
| virtual |
Reconnects the current connection
Implements IHTTPLinkResourceConnection.
| virtual |
Sets the login credentials for the given connection
| loginInformation | [IN] The login information that requires to be set for the given connection |
Implements IHTTPLinkResourceConnection.
| virtual |
Shuts down the current connection
Implements IHTTPLinkResourceConnection.