In Files

Parent

FCGI::UnknownTypeRecord

Constants

BODY_FORMAT

uint8_t type; uint8_t reserved[7];

Attributes

unknown_type[R]

Public Class Methods

new(id, t) click to toggle source
     # File lib/fcgi.rb, line 419
419:       def initialize(id, t)
420:         super FCGI_UNKNOWN_TYPE, id
421:         @unknown_type = t
422:       end
parse(id, body) click to toggle source
     # File lib/fcgi.rb, line 414
414:       def self::parse(id, body)
415:         type, *reserved = *body.unpack(BODY_FORMAT)
416:         new(id, type)
417:       end

Private Instance Methods

make_body() click to toggle source
     # File lib/fcgi.rb, line 428
428:       def make_body
429:         [@unknown_type, 0, 0, 0, 0, 0, 0, 0].pack(BODY_FORMAT)
430:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.