Module: Baykit::BayServer::Tours::ReqContentHandler
- Included in:
- Common::WarpData, Docker::SendFile::DirectoryTrain, Docker::SendFile::FileContentHandler, Docker::SendFile::SendFileShip, DevNullReqContentHandler
- Defined in:
- lib/baykit/bayserver/tours/req_content_handler.rb,
lib/baykit/bayserver/tours/req_content_handler.rb
Overview
interface
Constant Summary collapse
- DEV_NULL =
DevNullReqContentHandler.new()
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
14 15 16 |
# File 'lib/baykit/bayserver/tours/req_content_handler.rb', line 14 def on_abort_req(tur) raise NotImplementedError.new end |
#on_end_req_content(tur) ⇒ Object
10 11 12 |
# File 'lib/baykit/bayserver/tours/req_content_handler.rb', line 10 def on_end_req_content(tur) raise NotImplementedError.new end |
#on_read_req_content(tur, buf, start, len) ⇒ Object
6 7 8 |
# File 'lib/baykit/bayserver/tours/req_content_handler.rb', line 6 def on_read_req_content(tur, buf, start, len) raise NotImplementedError.new end |