class

Sellia::Protocol::Messages::TunnelClose

Inherits Sellia::Protocol::Message / MessagePack::Serializable / Reference / Object

Tunnel closed notification

Constructors

Tunnel closed notification

Source
new(tunnel_id : String, reason : String | Nil = nil)
Source

Instance methods

reason
Source
reason=(reason : String | Nil)
Source
tunnel_id
Source
tunnel_id=(tunnel_id : String)
Source
type

Abstract method that each message type must implement

Source
type=(type : String)
Source