NVIDIA Iray API Home  Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ibridge_server.h File Reference

Bridge server. More...

Go to the source code of this file.

Classes

class   mi::bridge::IServer_job
  Represents the server-side part of a job that can be executed by the Bridge server. More...
 
class   mi::bridge::Server_job< i_id1, i_id2, i_id3, i_id4, i_id5, i_id6, i_id7, i_id8, i_id9, i_id10, i_id11, I >
  This mixin class provides a default implementation for some of the methods needed by mi::bridge::IServer_job. More...
 
class   mi::bridge::IServer_transaction_callback
  Abstract interface for callbacks for transaction commit or abort events. More...
 
class   mi::bridge::IIncremental_snapshot_context
  Context for incremental snapshots. More...
 
class   mi::bridge::IServer_transaction
  Represents the server side of a Bridge transaction. More...
 
class   mi::bridge::IServer_session_state_callback
  Abstract interface for callbacks for session state changes. More...
 
class   mi::bridge::IServer_session
  Represents the server side of a Bridge session. More...
 
class   mi::bridge::IApplication_session_handler
  Abstract interface that can be used to control which sessions to a Bridge application are established, based on credentials supplied by the client. More...
 
class   mi::bridge::IApplication
  This class represents a Bridge application. More...
 
class   mi::bridge::IBridge_snapshot_context
  Context to import or remove snapshots. More...
 
class   mi::bridge::IBridge_server
  API component that serves as entry point for the server-side Bridge API. More...
 

Namespaces

  mi
  Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
 
  mi::http
  Namespace for the HTTP server of the Iray API.
 
  mi::neuraylib
  Namespace for the Iray API.
 
  mi::bridge
  Namespace for the Bridge functionality of the Iray API.
 

Constant Groups

  mi
  Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
 
  mi::http
  Namespace for the HTTP server of the Iray API.
 
  mi::neuraylib
  Namespace for the Iray API.
 
  mi::bridge
  Namespace for the Bridge functionality of the Iray API.
 

Enumerations

enum   mi::bridge::Server_session_state {
  mi::bridge::SERVER_SESSION_CONNECTING = 0,
  mi::bridge::SERVER_SESSION_CONNECTED = 1,
  mi::bridge::SERVER_SESSION_PENDING = 2,
  mi::bridge::SERVER_SESSION_CLOSED = 3
}
  The different states a server session can be in. More...
 

Detailed Description

Bridge server.