NAME
Developer::Dashboard::Web::Server::Daemon - Lightweight daemon descriptor for the PSGI server wrapper
SYNOPSIS
my $daemon = Developer::Dashboard::Web::Server::Daemon->new(
host => '127.0.0.1',
port => 17891,
);
DESCRIPTION
This module stores the resolved listen host and port that the runtime manager and PSGI server wrapper use when reserving and starting the dashboard web listener.
METHODS
new, sockhost, sockport
Construct and query the lightweight daemon descriptor.