struct Dispatcher::Stats
- Dispatcher::Stats
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
controllers/dispatcher.crConstructors
- .new(udp_listeners : Hash(Int32, Int32), tcp_listeners : Hash(Int32, Int32), tcp_clients : Hash(Int32, Int32))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #tcp_clients : Hash(Int32, Int32)
- #tcp_listeners : Hash(Int32, Int32)
- #udp_listeners : Hash(Int32, Int32)
Constructor Detail
def self.new(udp_listeners : Hash(Int32, Int32), tcp_listeners : Hash(Int32, Int32), tcp_clients : Hash(Int32, Int32))
#