Module: Baykit::BayServer::Common::WarpHandler

Includes:
Tours::TourHandler
Defined in:
lib/baykit/bayserver/common/warp_handler.rb

Overview

interface

Instance Method Summary collapse

Methods included from Tours::TourHandler

#on_protocol_error, #send_end_tour, #send_res_content, #send_res_headers

Instance Method Details

#new_warp_data(warp_id) ⇒ Object

Raises:

  • (NotImplementedError)


13
14
15
# File 'lib/baykit/bayserver/common/warp_handler.rb', line 13

def new_warp_data(warp_id)
  raise NotImplementedError.new
end

#next_warp_idObject

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/baykit/bayserver/common/warp_handler.rb', line 9

def next_warp_id()
  raise NotImplementedError.new
end

#verify_protocol(protocol) ⇒ Object

Verify if protocol is allowed

Raises:

  • (NotImplementedError)


20
21
22
# File 'lib/baykit/bayserver/common/warp_handler.rb', line 20

def verify_protocol(protocol)
  raise NotImplementedError.new
end