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

Inherits:
SvcParam
  • Object
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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.decode(msg) ⇒ Object

:nodoc:



2149
2150
2151
# File 'lib/resolv.rb', line 2149

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

Instance Method Details

#encode(msg) ⇒ Object

:nodoc:



2145
2146
2147
# File 'lib/resolv.rb', line 2145

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