abstract class Steamcr::Networking::Connection

Direct Known Subclasses

Defined in:

steamcr/network/connection.cr

Instance Method Summary

Instance Method Detail

abstract def close #

[View source]
abstract def connect(server : Server) #

[View source]
abstract def read : Bytes | Nil #

[View source]
abstract def write(data : Bytes) #

[View source]