class Crirc::Network::ServerClient

Included Modules

Defined in:

crirc/network/server_client.cr

Constructors

Instance Method Summary

Instance methods inherited from module Crirc::Network::Network

gets gets, puts(data) puts

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def gets #

Wait and fetch the next incoming message


[View source]
def puts(data) #

Send a message to the server


[View source]