Method: Protocol::HTTP2::Framer#initialize

Defined in:
lib/protocol/http2/framer.rb

#initialize(stream, frames = FRAMES) ⇒ Framer

Returns a new instance of Framer.



55
56
57
58
# File 'lib/protocol/http2/framer.rb', line 55

def initialize(stream, frames = FRAMES)
	@stream = stream
	@frames = frames
end