class Tcp
- Tcp
- Reference
- Object
Defined in:
tcp.crConstant Summary
-
TOTAL_FIBERS =
200
Constructors
Instance Method Summary
- #build_channel
- #get_socket_data(socket : TCPSocket, &)
- #listen
- #reader(socket : TCPSocket, processor : Processor)
- #spawn_listener(socket_channel : Channel)
- #stats_response(socket : TCPSocket)
Constructor Detail
def self.new(host : String, port : Int32, base_dir : String, debug : Bool, debug_type : Int32)
#