class LavinMQ::SNIManager

Overview

Manager for SNI host configurations

Defined in:

lavinmq/sni_config.cr

Constant Summary

Log = LavinMQ::Log.for("sni")

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_host(host : SNIHost) #

[View source]
def clear #

[View source]
def each(&) #

[View source]
def empty? #

[View source]
def get_host(hostname : String) : SNIHost | Nil #

[View source]
def hosts : Hash(String, SNIHost) #

[View source]
def reload #

[View source]
def wildcard_hosts : Hash(String, SNIHost) #

[View source]