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

Public Member Functions

def accept_front_to_back_ticket
 
def join_fore_link
 

Detailed Description

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

Member Function Documentation

def grpc.framework.base.interfaces.RearLink.accept_front_to_back_ticket (   self,
  ticket 
)
Accepts a FrontToBackTicket.

Args:
  ticket: Any FrontToBackTicket.
def grpc.framework.base.interfaces.RearLink.join_fore_link (   self,
  fore_link 
)
Mates this object with a peer with which it will exchange tickets.

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