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

Inherits:
Resolv::DNS::SvcParam show all
Defined in:
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 Resolv::DNS::SvcParam

ClassHash

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Resolv::DNS::SvcParam

key_name, key_number

Class Method Details

.decode(msg) ⇒ Object

:nodoc:



1945
1946
1947
# File 'lib/resolv.rb', line 1945

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

Instance Method Details

#encode(msg) ⇒ Object

:nodoc:



1941
1942
1943
# File 'lib/resolv.rb', line 1941

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