|
| def | __init__ (self, mode, codecs_lst, fp=None, id="") |
| |
| def | get_send_str (self) |
| |
| def | __call__ (self, str="") |
| |
| def | process_line (self, line) |
| |
| def | collect_until_newline (self) |
| |
| def | iwill (self, codecs) |
| |
| def | ican (self, codecs) |
| |
| def | analyse_line_codecs (self, line) |
| |
| def | fail (self, msg) |
| |
| def | get_codec (self) |
| |
Definition at line 50 of file negotiation.py.
◆ __init__()
| def atlas.transport.negotiation.Negotiation.__init__ |
( |
|
self, |
|
|
|
mode, |
|
|
|
codecs_lst, |
|
|
|
fp = None, |
|
|
|
id = "" |
|
) |
| |
◆ __call__()
| def atlas.transport.negotiation.Negotiation.__call__ |
( |
|
self, |
|
|
|
str = "" |
|
) |
| |
◆ analyse_line_codecs()
| def atlas.transport.negotiation.Negotiation.analyse_line_codecs |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ collect_until_newline()
| def atlas.transport.negotiation.Negotiation.collect_until_newline |
( |
|
self | ) |
|
◆ fail()
| def atlas.transport.negotiation.Negotiation.fail |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ get_codec()
| def atlas.transport.negotiation.Negotiation.get_codec |
( |
|
self | ) |
|
◆ get_send_str()
| def atlas.transport.negotiation.Negotiation.get_send_str |
( |
|
self | ) |
|
◆ ican()
| def atlas.transport.negotiation.Negotiation.ican |
( |
|
self, |
|
|
|
codecs |
|
) |
| |
◆ iwill()
| def atlas.transport.negotiation.Negotiation.iwill |
( |
|
self, |
|
|
|
codecs |
|
) |
| |
◆ process_line()
| def atlas.transport.negotiation.Negotiation.process_line |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ codecs
| atlas.transport.negotiation.Negotiation.codecs |
◆ fp
| atlas.transport.negotiation.Negotiation.fp |
◆ id
| atlas.transport.negotiation.Negotiation.id |
◆ mode
| atlas.transport.negotiation.Negotiation.mode |
◆ other_codecs
| atlas.transport.negotiation.Negotiation.other_codecs |
◆ other_id
| atlas.transport.negotiation.Negotiation.other_id |
◆ result_code
| atlas.transport.negotiation.Negotiation.result_code |
◆ selected_codec
| atlas.transport.negotiation.Negotiation.selected_codec |
◆ send_str
| atlas.transport.negotiation.Negotiation.send_str |
◆ state
| atlas.transport.negotiation.Negotiation.state |
◆ state_done
| int atlas.transport.negotiation.Negotiation.state_done = 0 |
|
static |
◆ state_found
| string atlas.transport.negotiation.Negotiation.state_found = "found" |
|
static |
◆ state_id
| string atlas.transport.negotiation.Negotiation.state_id = "id" |
|
static |
◆ state_negotiation
| string atlas.transport.negotiation.Negotiation.state_negotiation = "negotiation" |
|
static |
◆ str
| atlas.transport.negotiation.Negotiation.str |
The documentation for this class was generated from the following file: