Qorus Integration Engine®  4.0.3.p2_git
AbstractServiceHttpHandler.qc File Reference

provides the interface to the system's HTTP server to Qorus services More...

Classes

class  OMQ::AbstractServiceHttpHandler
 this class is used to customize and control the behavior of the Qorus HTTP server as it redirects URLs to services More...
 
class  OMQ::QorusExtensionHandler
 this class is used to define a Qorus UI extension in a Qorus service More...
 
class  OMQ::ServiceFileHandler
 this class supports the implementation of HTTP file-based request handler with automatic handling of files in a certain root directory as well as rendering of templates More...
 
class  OMQ::AbstractServiceRestHandler
 this class is used to customize and control the behavior of the Qorus HTTP server as it redirects URLs to Qorus services providing HTTP-based REST services More...
 
class  OMQ::QorusWebSocketConnection
 this wrapsr WebSocketHandler::WebSocketConnection so that service programs to not have to import the entire WebSocketHandler module to access the connection class More...
 
class  OMQ::AbstractServiceWebSocketHandler
 this class is used to allow Qorus services to provide dedicated WebSocket server services to external clients More...
 
class  OMQ::ServiceLogBase
 base class for objects that capture a service context for logging More...
 
class  OMQ::AbstractServiceStream
 class used for handling chunked requests and responses in services More...
 
class  OMQ::AbstractServiceDataStreamResponseHandler
 this class implements a request handler supporting the DataStream protocol for Qorus services and allows logging to the service log file More...
 
class  OMQ::AbstractPersistentDataHelper
 this class is the base class for persistent HTTP connection support in services More...
 
class  OMQ::PermissiveAuthenticator
 class providing automatic authentication for all requests More...
 

Detailed Description

provides the interface to the system's HTTP server to Qorus services