class documentation

class FrameBuffer:

View In Hierarchy

A test object that converts data received from Twisted's HTTP/2 stack and turns it into a sequence of hyperframe frame objects.

This is primarily used to make it easier to write and debug tests: rather than have to serialize the expected frames and then do byte-level comparison (which can be unclear in debugging output), this object makes it possible to work with the frames directly.

It also ensures that headers are properly decompressed.

Method __init__ Undocumented
Method __iter__ Undocumented
Method next Undocumented
Method receiveData Undocumented
Instance Variable decoder Undocumented
Instance Variable _data Undocumented
def __init__(self):

Undocumented

def __iter__(self):

Undocumented

def next(self):

Undocumented

def receiveData(self, data):

Undocumented

decoder =

Undocumented

_data =

Undocumented