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 | |
send_str | |
selected_codec | |
result_code | |
Definition at line 172 of file negotiation.py.
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.
def atlas.transport.negotiation.NegotiationClient.process_line | ( | self, | |
line | |||
) |
Reimplemented from atlas.transport.negotiation.Negotiation.
Definition at line 176 of file negotiation.py.
atlas.transport.negotiation.NegotiationClient.other_id |
Definition at line 180 of file negotiation.py.
atlas.transport.negotiation.NegotiationClient.result_code |
Definition at line 198 of file negotiation.py.
atlas.transport.negotiation.NegotiationClient.selected_codec |
Definition at line 190 of file negotiation.py.
atlas.transport.negotiation.NegotiationClient.send_str |
Definition at line 182 of file negotiation.py.
atlas.transport.negotiation.NegotiationClient.state |
Definition at line 177 of file negotiation.py.