Atlas 0.7.0
Networking protocol for the Worldforge system.
|
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 | |
Definition at line 142 of file negotiation.py.
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.
def atlas.transport.negotiation.NegotiationServer.process_line | ( | self, | |
line | |||
) |
Reimplemented from atlas.transport.negotiation.Negotiation.
Definition at line 146 of file negotiation.py.
atlas.transport.negotiation.NegotiationServer.other_id |
Definition at line 150 of file negotiation.py.
atlas.transport.negotiation.NegotiationServer.result_code |
Definition at line 168 of file negotiation.py.
atlas.transport.negotiation.NegotiationServer.selected_codec |
Definition at line 158 of file negotiation.py.
atlas.transport.negotiation.NegotiationServer.send_str |
Definition at line 165 of file negotiation.py.
atlas.transport.negotiation.NegotiationServer.state |
Definition at line 147 of file negotiation.py.