Class: DS9::Frames::Continuation

Inherits:
Frame
  • Object
show all
Defined in:
lib/ds9.rb,
ext/ds9/ds9_frames.c

Instance Method Summary collapse

Methods inherited from Frame

#data?, #end_stream?, #flags, #goaway?, #header, #headers?, #length, #ping?, #priority?, #push_promise?, #rst_stream?, #settings?, #stream_id, #type, #window_update?

Instance Method Details

#continuation?Boolean

Returns:

  • (Boolean)


31
# File 'lib/ds9.rb', line 31

def continuation?; true; end