Part of twisted.protocols.amp View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | getPeer | Undocumented |
Method | getHost | Undocumented |
Method | startReceivingBoxes | No initialization is required. |
Method | ampBoxReceived | Undocumented |
Class Method | parse | Parse some amp data stored in a file. |
Class Method | parseString | Parse some amp data stored in a string. |
Parameters | fileObj | a file-like object. |
Returns | a list of AmpBoxes encoded in the given file. |
Parameters | data | a str holding some amp-encoded data. |
Returns | a list of AmpBoxes encoded in the given string. |