class CoAP::IOWrapper

Overview

This class exists to monitor the IO for the lifetime of the client WeakRef ensures we can cleanup the spawned threads once GC occurs

Defined in:

coap/client/io_wrapper.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO, client : CoAP::Client) #

[View source]

Instance Method Detail

def close #

[View source]
def closed? #

[View source]
def start #

[View source]
def transmit(message : CoAP::Message) #

[View source]