twisted.web.test.test_http2.FrameFactory(object) class documentationtwisted.web.test.test_http2
(View In Hierarchy)
A class containing lots of helper methods and state to build frames. This allows test cases to easily build correct HTTP/2 frames to feed to hyper-h2.
| Method | __init__ | Undocumented | 
| Method | refreshEncoder | Undocumented | 
| Method | clientConnectionPreface | Undocumented | 
| Method | buildHeadersFrame | Builds a single valid headers frame out of the contained headers. | 
| Method | buildDataFrame | Builds a single data frame out of a chunk of data. | 
| Method | buildSettingsFrame | Builds a single settings frame. | 
| Method | buildWindowUpdateFrame | Builds a single WindowUpdate frame. | 
| Method | buildGoAwayFrame | Builds a single GOAWAY frame. | 
| Method | buildRstStreamFrame | Builds a single RST_STREAM frame. | 
| Method | buildPriorityFrame | Builds a single priority frame. | 
| Method | buildPushPromiseFrame | Builds a single Push Promise frame. | 
Builds a single valid headers frame out of the contained headers.
Builds a single data frame out of a chunk of data.
Builds a single GOAWAY frame.