Herbal::Server
Inherits Reference / Object
Constructors
new(wrapped : ::Socket::Server, dnsResolver : Durian::Resolver, option : Herbal::Option | Nil = nil)
Sourcenew(host : String, port : Int32, dns_resolver : Durian::Resolver, option : Herbal::Option | Nil = nil)
SourceInstance methods
accept?
Sourceauthentication
Sourceauthentication=(value : Authentication)
Sourceclient_timeout
Sourceclient_timeout=(value : TimeOut)
SourcednsResolver
Sourcelocal_address
Sourceon_auth
Sourceoption
Sourceprocess(socket : Socket, sync_resolution : Bool = false, skip_establish : Bool = false) : Socket | Nil
Sourceremote_address
Sourceremote_timeout
Sourceremote_timeout=(value : TimeOut)
Sourceupgrade(socket : Socket, sync_resolution : Bool = false, skip_establish : Bool = false) : Context | Nil
Sourcewrapped
Source