|
| | openSession ($identifier, $address, $port, $clientID) |
| |
| | closeSession ($identifier, $reason) |
| |
| | handleEncapsulated ($identifier, EncapsulatedPacket $packet, $flags) |
| |
| | handleRaw ($address, $port, $payload) |
| |
| | notifyACK ($identifier, $identifierACK) |
| |
| | handleOption ($option, $value) |
| |
◆ closeSession()
| closeSession |
( |
|
$identifier, |
|
|
|
$reason |
|
) |
| |
◆ handleEncapsulated()
- Parameters
-
| string | $identifier | |
| EncapsulatedPacket | $packet | |
| int | $flags | |
Implemented in RakLibInterface.
◆ handleOption()
| handleOption |
( |
|
$option, |
|
|
|
$value |
|
) |
| |
◆ handleRaw()
| handleRaw |
( |
|
$address, |
|
|
|
$port, |
|
|
|
$payload |
|
) |
| |
- Parameters
-
| string | $address | |
| int | $port | |
| string | $payload | |
Implemented in RakLibInterface.
◆ notifyACK()
| notifyACK |
( |
|
$identifier, |
|
|
|
$identifierACK |
|
) |
| |
- Parameters
-
| string | $identifier | |
| int | $identifierACK | |
Implemented in RakLibInterface.
◆ openSession()
| openSession |
( |
|
$identifier, |
|
|
|
$address, |
|
|
|
$port, |
|
|
|
$clientID |
|
) |
| |
- Parameters
-
| string | $identifier | |
| string | $address | |
| int | $port | |
| string | int | $clientID | |
Implemented in RakLibInterface.
The documentation for this interface was generated from the following file:
- src/raklib/server/ServerInstance.php