Class: Baykit::BayServer::Docker::Http::H2::H2WarpHandler::WarpProtocolHandlerFactory
- Inherits:
-
Object
- Object
- Baykit::BayServer::Docker::Http::H2::H2WarpHandler::WarpProtocolHandlerFactory
- Includes:
- Protocol::ProtocolHandlerFactory
- Defined in:
- lib/baykit/bayserver/docker/http/h2/h2_warp_handler.rb
Instance Method Summary collapse
Instance Method Details
#create_protocol_handler(pkt_store) ⇒ Object
15 16 17 |
# File 'lib/baykit/bayserver/docker/http/h2/h2_warp_handler.rb', line 15 def create_protocol_handler(pkt_store) return H2WarpHandler.new(pkt_store) end |