Class: Baykit::BayServer::Tours::ReqContentHandler::DevNullReqContentHandler
- Inherits:
-
Object
- Object
- Baykit::BayServer::Tours::ReqContentHandler::DevNullReqContentHandler
- Defined in:
- lib/baykit/bayserver/tours/req_content_handler.rb
Overview
DEV_NULL = nil
Constant Summary
Constants included from Baykit::BayServer::Tours::ReqContentHandler
Instance Method Summary collapse
- #on_abort_req(tur) ⇒ Object
- #on_end_req_content(tur) ⇒ Object
- #on_read_req_content(tur, buf, start, len) ⇒ Object
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 |