Since: 1.13.0

final class ServerHeartbeatStartedEvent (View source)

Methods

int
getPort()

Returns the port on which this server is listening

string
getHost()

Returns the hostname of the server

bool
isAwaited()

Returns whether the heartbeat used a streaming protocol

void
__wakeup()

No description

Details

final int getPort()

Returns the port on which this server is listening

Return Value

int

final string getHost()

Returns the hostname of the server

Return Value

string

final bool isAwaited()

Returns whether the heartbeat used a streaming protocol

Return Value

bool

final void __wakeup()

No description

Return Value

void