Datasnap.DSProxyDispatcher.TDSProxyDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TCustomWebFileDispatcherSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSProxyDispatcher

Delphi

TDSProxyDispatcher = class(TCustomWebFileDispatcher)

C++

class PASCALIMPLEMENTATION TDSProxyDispatcher : public Web::Httpapp::TCustomWebFileDispatcher

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher Datasnap.DSProxyDispatcher

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