class ClientProxy

Overview

A thread-safe proxy for client operations

Defined in:

server/client_proxy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(socket : TCPSocket, username : String) #

[View source]

Instance Method Detail

def gets #

[View source]
def ip : String #

[View source]
def player_id #

[View source]
def puts(msg) #

[View source]
def username : String #

[View source]