Class Puma::Binder
In: lib/puma/binder.rb
Parent: Object

Methods

Included Modules

Puma::Const

Attributes

ios  [R] 
listeners  [R] 

Public Class methods

Public Instance methods

Tell the server to listen on host host, port port. If optimize_for_latency is true (the default) then clients connecting will be optimized for latency over throughput.

backlog indicates how many unaccepted connections the kernel should allow to accumulate before returning connection refused.

Tell the server to listen on path as a UNIX domain socket.

[Validate]