/ Monitor / Documentation / Development / Membrane - Exchange

Membrane - Exchange

All the data about a call is stored in an exchange. When Membrane receives a request it is read into a Request object. Then the Request object is put into an Exchange object. An exchange includes:

The class Exchange

The Exchange class is a base class for concrete exchanges.

The class HttpExchange

HttpExchange is a subclass of Exchange.