Class: Gem::Resolv::DNS::SvcParam::NoDefaultALPN

Inherits:
Gem::Resolv::DNS::SvcParam show all
Defined in:
lib/rubygems/vendor/resolv/lib/resolv.rb

Overview

“no-default-alpn” SvcParam – No support for default protocol

Constant Summary collapse

KeyName =
:'no-default-alpn'
KeyNumber =
2

Constants inherited from Gem::Resolv::DNS::SvcParam

ClassHash

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Gem::Resolv::DNS::SvcParam

key_name, key_number

Class Method Details

.decode(msg) ⇒ Object

:nodoc:



1952
1953
1954
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 1952

def self.decode(msg) # :nodoc:
  return self.new
end

Instance Method Details

#encode(msg) ⇒ Object

:nodoc:



1948
1949
1950
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 1948

def encode(msg) # :nodoc:
  # no payload
end