Datasnap.DSProxyDispatcher.TDSProxyDispatcher
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Datasnap.DSProxyDispatcher.pas Datasnap.DSProxyDispatcher.hpp
| |
| Unit: Datasnap.DSProxyDispatcher | |
| Parent: Datasnap.DSProxyDispatcher | |
Delphi
TDSProxyDispatcher = class(TCustomWebFileDispatcher)
C++
class PASCALIMPLEMENTATION TDSProxyDispatcher : public Web::Httpapp::TCustomWebFileDispatcher
Description
Proxy dispatcher for WebBroker-based DataSnap servers.
TDSProxyDispatcher represents the proxy dispatcher for WebBroke-based DataSnap servers.
The TDSProxyDispatcher component is used with DataSnap Mobile Connectors to handle the HTTP requests that require a specific proxy, and handles a default virtual path named 'proxy'.
When the server has to generate a proxy for a specific language or platform, TDSProxyDispatcher first generates the proxy inside the proper folder, then the server compresses the folder and creates a "language".zip file (java_android.zip when generating an Android proxy) to be downloaded by the client.