class NetworkConnection extends Model (View source)

Properties

string $localIpAddress
int $localPort
string $pid
string $processName
string $protocol
string $remoteIpAddress
int $remotePort
string $state

Methods

setLocalIpAddress($localIpAddress)

No description

string
getLocalIpAddress()

No description

setLocalPort($localPort)

No description

int
getLocalPort()

No description

setPid($pid)

No description

string
getPid()

No description

setProcessName($processName)

No description

string
getProcessName()

No description

setProtocol($protocol)

No description

string
getProtocol()

No description

setRemoteIpAddress($remoteIpAddress)

No description

string
getRemoteIpAddress()

No description

setRemotePort($remotePort)

No description

int
getRemotePort()

No description

setState($state)

No description

string
getState()

No description

Details

setLocalIpAddress($localIpAddress)

No description

Parameters

$localIpAddress

string getLocalIpAddress()

No description

Return Value

string

setLocalPort($localPort)

No description

Parameters

$localPort

int getLocalPort()

No description

Return Value

int

setPid($pid)

No description

Parameters

$pid

string getPid()

No description

Return Value

string

setProcessName($processName)

No description

Parameters

$processName

string getProcessName()

No description

Return Value

string

setProtocol($protocol)

No description

Parameters

$protocol

string getProtocol()

No description

Return Value

string

setRemoteIpAddress($remoteIpAddress)

No description

Parameters

$remoteIpAddress

string getRemoteIpAddress()

No description

Return Value

string

setRemotePort($remotePort)

No description

Parameters

$remotePort

int getRemotePort()

No description

Return Value

int

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string