123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Resolv::DNS::SvcParam
Defined in: lib/resolv.rb

Overview

“no-default-alpn” ::Resolv::DNS::SvcParam – No support for default protocol

Constant Summary

::Resolv::DNS::SvcParam - Inherited

ClassHash

Class Method Summary

::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

Class Method Details

.decode(msg)

This method is for internal use only.
[ GitHub ]

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

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 1941

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