NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::http Namespace Reference

Namespace for the HTTP server of the Iray API. More...

Classes

class   IRequest
  This interface holds all the parameters of a request. More...
 
class   IResponse
  This interface holds all the parameters of a response. More...
 
class   IData_handler
  A data handler may be added to a connection. More...
 
class   IConnection
  The connection class represents a connection from a client to the server. More...
 
class   IRequest_handler
  Request handlers are responsible for handling HTTP requests. More...
 
class   ICGIRequest_handler
  CGI request handlers are responsible for handling HTTP requests. More...
 
class   IResponse_handler
  Reponse handlers can be used to modify reponses generated by request handlers. More...
 
class   IServer
  The server builds a framework for the handlers. More...
 
class   IFactory
  The factory can be used to instantiate the built-in HTTP classes. More...
 

Detailed Description

Namespace for the HTTP server of the Iray API.