class

Sellia::Protocol::Messages::TunnelOpen

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

Request to open a tunnel

Constructors

new(tunnel_type : String, local_port : Int32, subdomain : String | Nil = nil, auth : String | Nil = nil)
Source

Request to open a tunnel

Source

Instance methods

auth
Source
auth=(auth : String | Nil)
Source
local_port
Source
local_port=(local_port : Int32)
Source
subdomain
Source
subdomain=(subdomain : String | Nil)
Source
tunnel_type
Source
tunnel_type=(tunnel_type : String)
Source
type

Abstract method that each message type must implement

Source
type=(type : String)
Source