class documentation
class PktLineParser(object):
Packet line parser that hands completed packets off to a callback.
Method | __init__ |
Undocumented |
Method | get |
Read back any unused data. |
Method | parse |
Parse a fragment of data and call back for any completed packets. |
Instance Variable | handle |
Undocumented |
Instance Variable | _readahead |
Undocumented |