Atlas 0.7.0
Networking protocol for the Worldforge system.
atlas.transport.negotiation.NegotiationClient Class Reference
Inheritance diagram for atlas.transport.negotiation.NegotiationClient:
Collaboration diagram for atlas.transport.negotiation.NegotiationClient:

Public Member Functions

def __init__ (self, codecs=(), fp=None, id="")
 
def process_line (self, line)
 

Public Attributes

 state
 
 other_id
 
 send_str
 
 selected_codec
 
 result_code
 

Detailed Description

Definition at line 172 of file negotiation.py.

Constructor & Destructor Documentation

◆ __init__()

def atlas.transport.negotiation.NegotiationClient.__init__ (   self,
  codecs = (),
  fp = None,
  id = "" 
)

Reimplemented from atlas.transport.negotiation.Negotiation.

Definition at line 173 of file negotiation.py.

Member Function Documentation

◆ process_line()

def atlas.transport.negotiation.NegotiationClient.process_line (   self,
  line 
)

Reimplemented from atlas.transport.negotiation.Negotiation.

Definition at line 176 of file negotiation.py.

Member Data Documentation

◆ other_id

atlas.transport.negotiation.NegotiationClient.other_id

Definition at line 180 of file negotiation.py.

◆ result_code

atlas.transport.negotiation.NegotiationClient.result_code

Definition at line 198 of file negotiation.py.

◆ selected_codec

atlas.transport.negotiation.NegotiationClient.selected_codec

Definition at line 190 of file negotiation.py.

◆ send_str

atlas.transport.negotiation.NegotiationClient.send_str

Definition at line 182 of file negotiation.py.

◆ state

atlas.transport.negotiation.NegotiationClient.state

Definition at line 177 of file negotiation.py.


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