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

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

Overview

DEV_NULL = nil

Constant Summary

Constants included from Baykit::BayServer::Tours::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