Class: Resolv::DNS::SvcParam::NoDefaultALPN
- Inherits:
-
Resolv::DNS::SvcParam
- Object
- Resolv::DNS::SvcParam
- Resolv::DNS::SvcParam::NoDefaultALPN
- 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
Class Method Summary collapse
-
.decode(msg) ⇒ Object
:nodoc:.
Instance Method Summary collapse
-
#encode(msg) ⇒ Object
:nodoc:.
Methods inherited from Resolv::DNS::SvcParam
Class Method Details
.decode(msg) ⇒ Object
:nodoc:
1957 1958 1959 |
# File 'lib/resolv.rb', line 1957 def self.decode(msg) # :nodoc: return self.new end |
Instance Method Details
#encode(msg) ⇒ Object
:nodoc:
1953 1954 1955 |
# File 'lib/resolv.rb', line 1953 def encode(msg) # :nodoc: # no payload end |