Class: Gem::Resolv::DNS::SvcParam::NoDefaultALPN
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
SvcParam
|
|
|
Instance Chain:
self,
SvcParam
|
|
| Inherits: |
SvcParam
|
| Defined in: | lib/rubygems/vendor/resolv/lib/resolv.rb |
Overview
"no-default-alpn" ::Gem::Resolv::DNS::SvcParam -- No support for default protocol
Constant Summary
-
KeyName =
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 1952:'no-default-alpn'
-
KeyNumber =
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 19532
Class Method Summary
- .decode(msg) Internal use only
Instance Method Summary
- #encode(msg) Internal use only
Class Method Details
.decode(msg)
This method is for internal use only.
[ GitHub ]
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 1960
def self.decode(msg) # :nodoc: return self.new end
Instance Method Details
#encode(msg)
This method is for internal use only.
[ GitHub ]
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 1956
def encode(msg) # :nodoc: # no payload end