class

Quartz::Transport

Inherits Reference < Object

NOTE: Transport is defined as abstract class Transport in transport.cr. We reopen it here as a class (not module) so nested error types live under the same namespace consistently.

Instance methods

close
Source
open
Source
read(n : Int32) : Bytes
Source
write(bytes : Bytes) : Nil
Source

Nested types