gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
grpc.framework.base.interfaces.ForeLink Class Reference
Inheritance diagram for grpc.framework.base.interfaces.ForeLink:
grpc.framework.base.in_memory.Link grpc.framework.base.interfaces.FrontLink grpc.framework.base.null._NullForeLink grpc.framework.base._ends.FrontLink

Public Member Functions

def accept_back_to_front_ticket
 
def join_rear_link
 

Detailed Description

Accepts back-to-front tickets and emits front-to-back tickets.

Member Function Documentation

def grpc.framework.base.interfaces.ForeLink.accept_back_to_front_ticket (   self,
  ticket 
)
Accept a BackToFrontTicket.

Args:
  ticket: Any BackToFrontTicket.
def grpc.framework.base.interfaces.ForeLink.join_rear_link (   self,
  rear_link 
)
Mates this object with a peer with which it will exchange tickets.

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