Datasnap.DSProxyDispatcher.TDSProxyDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TCustomWebFileDispatcherSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSProxyDispatcher
[–] 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.

See Also