Difference between revisions of "Midware TAppServer.RequestBroker"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.RequestBroker | RequestBr…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' RequestBroker: '''TRequestBroker''';
+
  '''property''' RequestBroker: TRequestBroker;
  
 
== Description ==
 
== Description ==
  
 
The server component receive client requests, data parameters and send replies to client. But it delegate the request dispatching to a dedicated component: TRequestBroker.
 
The server component receive client requests, data parameters and send replies to client. But it delegate the request dispatching to a dedicated component: TRequestBroker.

Latest revision as of 09:09, 14 May 2011

Main page -> Midware component reference -> TAppServer -> RequestBroker

Definition

property RequestBroker: TRequestBroker;

Description

The server component receive client requests, data parameters and send replies to client. But it delegate the request dispatching to a dedicated component: TRequestBroker.