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

Public Member Functions

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

Public Attributes

 state
 
 other_id
 
 selected_codec
 
 send_str
 
 result_code
 

Detailed Description

Definition at line 142 of file negotiation.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from atlas.transport.negotiation.Negotiation.

Definition at line 143 of file negotiation.py.

Member Function Documentation

◆ process_line()

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

Reimplemented from atlas.transport.negotiation.Negotiation.

Definition at line 146 of file negotiation.py.

Member Data Documentation

◆ other_id

atlas.transport.negotiation.NegotiationServer.other_id

Definition at line 150 of file negotiation.py.

◆ result_code

atlas.transport.negotiation.NegotiationServer.result_code

Definition at line 168 of file negotiation.py.

◆ selected_codec

atlas.transport.negotiation.NegotiationServer.selected_codec

Definition at line 158 of file negotiation.py.

◆ send_str

atlas.transport.negotiation.NegotiationServer.send_str

Definition at line 165 of file negotiation.py.

◆ state

atlas.transport.negotiation.NegotiationServer.state

Definition at line 147 of file negotiation.py.


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