Class: Resolv::DNS::SvcParam::NoDefaultALPN
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::Resolv::DNS::SvcParam
|
|
Instance Chain:
self,
::Resolv::DNS::SvcParam
|
|
Inherits: |
Resolv::DNS::SvcParam
|
Defined in: | lib/resolv.rb |
Overview
“no-default-alpn” ::Resolv::DNS::SvcParam
– No support for default protocol
Constant Summary
-
KeyName =
# File 'lib/resolv.rb', line 1944:'no-default-alpn'
-
KeyNumber =
# File 'lib/resolv.rb', line 19452
::Resolv::DNS::SvcParam
- Inherited
Class Method Summary
- .decode(msg) Internal use only
::Resolv::DNS::SvcParam
- Inherited
.key_name | Get the presentation name of the SvcParamKey. |
.key_number | Get the registered number of the SvcParamKey. |
Instance Method Summary
- #encode(msg) Internal use only
Class Method Details
.decode(msg)
This method is for internal use only.
[ GitHub ]
# File 'lib/resolv.rb', line 1952
def self.decode(msg) # :nodoc: return self.new end
Instance Method Details
#encode(msg)
This method is for internal use only.
[ GitHub ]
# File 'lib/resolv.rb', line 1948
def encode(msg) # :nodoc: # no payload end