Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Datasnap.DSHTTP.TDSHTTPServiceFileDispatcherDatasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcherDatasnap.DSHTTP.TDSHTTPServiceComponentTDSHTTPServiceProxyDispatcher

Delphi

TDSHTTPServiceProxyDispatcher = class(TDSHTTPServiceFileDispatcher)

C++

class PASCALIMPLEMENTATION TDSHTTPServiceProxyDispatcher : public Datasnap::Dshttp::TDSHTTPServiceFileDispatcher

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Datasnap.DSHTTPServiceProxyDispatcher.pas
Datasnap.DSHTTPServiceProxyDispatcher.hpp
Datasnap.DSHTTPServiceProxyDispatcher Datasnap.DSHTTPServiceProxyDispatcher


Beschreibung

Proxy-Dispatcher für DataSnap-Server, die nicht WebBroker-basiert sind.

TDSHTTPServiceProxyDispatcher repräsentiert den Proxy-Dispatcher für DataSnap-Server, die nicht WebBroker-basiert sind.

TDSHTTPServiceProxyDispatcher wird mit DataSnap-Konnektoren für mobile Geräte zur Behandlung der HTTP-Anforderungen verwendet, die einen speziellen Proxy erfordern. Insbesondere behandelt TDSHTTPServiceProxyDispatcher:

  • Einen virtuellen Standardpfad namens "proxy.requests".
  • Einen virtuellen Standardpfad namens "proxy".

Wenn der Server einen Proxy für eine bestimmte Sprache und Plattform erzeugen muss, generiert TDSHTTPServiceProxyDispatcher den Proxy im korrekten Ordner. Dann komprimiert der Server den Ordner und erstellt eine "Sprache".zip-Datei für den Download durch den Client (wie z.B. "java_android.zip" beim Generieren eines Android-Java-Proxy).

Siehe auch