Class: Baykit::BayServer::Docker::Ajp::AjpInboundHandler::InboundProtocolHandlerFactory

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

Instance Method Summary collapse

Instance Method Details

#create_protocol_handler(pkt_store) ⇒ Object



18
19
20
# File 'lib/baykit/bayserver/docker/ajp/ajp_inbound_handler.rb', line 18

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