class Crirc::Controller::ServerClient

Overview

TODO Handles the clients connected to a Server

Included Modules

Defined in:

crirc/controller/server_client.cr

Constructors

Instance Method Summary

Instance methods inherited from module Crirc::Controller::Controller

gets gets, puts(data) puts

Constructor Detail

def self.new(network) #

[View source]

Instance Method Detail

def gets(*args, **options) #

[View source]
def gets(*args, **options, &) #

[View source]
def network : Network::ServerClient #

[View source]
def puts(*args, **options) #

[View source]
def puts(*args, **options, &) #

[View source]