class Murcure::Client::Socket

Overview

This class responsible for encapsulate usage of sockets.

Defined in:

murcure/client/socket.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ssl_socket : OpenSSL::SSL::Socket::Server) #

[View source]

Instance Method Detail

def done : Channel(Nil) #

[View source]
def open? #

[View source]
def receive : Protobuf::Message | Nil #

[View source]
def send(message : Protobuf::Message) #

[View source]