Object class for handling requests
Source position: httproute.pp line 158
public property THTTPRouteObject.ObjectCLass : TRouteObjectClass |
ObjectCLass specifies the class that will be instantiated to handle requests for this route. The class must descend from TRouteObject and implement the HandleRequest method.