extends |
Protocol |
---|
Raknet Protocol Class See https://wiki.vg/Raknet_Protocol for more techinal information
Methods | ||
---|---|---|
public
|
beforeSend(Server $server): void
|
# |
public
|
processResponse(): array
|
# |
Methods inherited from GameQ\Protocol |
---|
__construct(), __toString(), portDiff(), findQueryPort(), joinLink(), name(), nameLong(), state(), getProtocol(), transport(), options(), getPacket(), packetResponse(), hasChallenge(), challengeParseAndApply(), challengeApply(), getNormalize(), |
Constants | |||
---|---|---|---|
public
|
OFFLINE_MESSAGE_DATA_ID = "\x00\xFF\xFF\x00\xFE\xFE\xFE\xFE\xFD\xFD\xFD\xFD\x12\x34\x56\x78"
|
# | |
public
|
ID_UNCONNECTED_PONG = "\x1C"
|
# |
Properties | |||
---|---|---|---|
protected
|
array
|
$packets = [self::PACKET_STATUS => "\x01%s%s\x02\x00\x00\x00\x00\x00\x00\x00"]
|
# |
protected
|
string
|
$protocol = 'raknet'
|
# |
protected
|
string
|
$name = 'raknet'
|
# |
protected
|
string
|
$name_long = "Raknet Server"
|
# |
Properties inherited from GameQ\Protocol |
---|
$port_diff, $transport, $responses, $process_methods, $packets_response, $result, $options, $state, $normalize, $join_link |