Class: Baykit::BayServer::Tours::DevNullReqContentHandler

Inherits:
Object
  • Object
show all
Includes:
ReqContentHandler
Defined in:
lib/baykit/bayserver/tours/req_content_handler.rb

Constant Summary

Constants included from ReqContentHandler

ReqContentHandler::DEV_NULL

Instance Method Summary collapse

Instance Method Details

#on_abort_req(tur) ⇒ Object



28
29
30
# File 'lib/baykit/bayserver/tours/req_content_handler.rb', line 28

def on_abort_req(tur)
  return false
end

#on_end_req_content(tur) ⇒ Object



25
26
# File 'lib/baykit/bayserver/tours/req_content_handler.rb', line 25

def on_end_req_content(tur)
end

#on_read_req_content(tur, buf, start, len) ⇒ Object



22
23
# File 'lib/baykit/bayserver/tours/req_content_handler.rb', line 22

def on_read_req_content(tur, buf, start, len)
end