Class: Baykit::BayServer::Docker::Ajp::AjpWarpHandler::WarpProtocolHandlerFactory

Inherits:
Object
  • Object
show all
Includes:
Protocol::ProtocolHandlerFactory
Defined in:
lib/baykit/bayserver/docker/ajp/ajp_warp_handler.rb

Instance Method Summary collapse

Instance Method Details

#create_protocol_handler(pkt_store) ⇒ Object



19
20
21
# File 'lib/baykit/bayserver/docker/ajp/ajp_warp_handler.rb', line 19

def create_protocol_handler(pkt_store)
  return AjpWarpHandler.new(pkt_store)
end