gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
grpc.framework.base._transmission.TransmissionManager Class Reference
Inheritance diagram for grpc.framework.base._transmission.TransmissionManager:
grpc.framework.base._interfaces.TransmissionManager grpc.framework.base._transmission._EmptyTransmissionManager grpc.framework.base._transmission._TransmittingTransmissionManager

Public Member Functions

def set_ingestion_and_expiration_managers
 
- Public Member Functions inherited from grpc.framework.base._interfaces.TransmissionManager
def inmit
 
def abort
 

Detailed Description

A _interfaces.TransmissionManager on which other managers may be set.

Member Function Documentation

def grpc.framework.base._transmission.TransmissionManager.set_ingestion_and_expiration_managers (   self,
  ingestion_manager,
  expiration_manager 
)
Sets two of the other managers with which this manager may interact.

Args:
  ingestion_manager: The _interfaces.IngestionManager associated with the
current operation.
  expiration_manager: The _interfaces.ExpirationManager associated with the
current operation.

The documentation for this class was generated from the following file: