| connect(const Common::JString &ipAddr, const Common::JString &appID=Common::JString()) | PhotonPeer | virtual |
| connect(const Common::JString &ipAddr, const Common::JString &appID, const Ftype &customData) | PhotonPeer | |
| connect(const Common::JString &ipAddr, const Common::JString &appID, const Ftype pCustomDataArray, int arrSize) | PhotonPeer | |
| connect(const Common::JString &ipAddr, const Common::JString &appID, const Ftype pCustomDataArray, const int *pArrSizes) | PhotonPeer | |
| disconnect(void) | PhotonPeer | virtual |
| dispatchIncomingCommands(void) | PhotonPeer | virtual |
| establishEncryption(void) | PhotonPeer | virtual |
| fetchServerTimestamp(void) | PhotonPeer | virtual |
| getByteCountCurrentDispatch(void) const | PhotonPeer | |
| getByteCountLastOperation(void) const | PhotonPeer | |
| getBytesIn(void) const | PhotonPeer | |
| getBytesOut(void) const | PhotonPeer | |
| getChannelCountUserChannels(void) const | PhotonPeer | |
| getConnectionProtocol(void) const | PhotonPeer | |
| getCRCEnabled(void) const | PhotonPeer | |
| getDebugOutputLevel(void) const | PhotonPeer | |
| getDisconnectTimeout(void) const | PhotonPeer | |
| getIncomingReliableCommandsCount(void) const | PhotonPeer | |
| getIsEncryptionAvailable(void) const | PhotonPeer | |
| getIsPayloadEncryptionAvailable(void) const | PhotonPeer | |
| getLimitOfUnreliableCommands(void) const | PhotonPeer | |
| getListener(void) | PhotonPeer | |
| getLogFormatOptions(void) const | PhotonPeer | |
| getMaxAppIDLength(void) | PhotonPeer | static |
| getPacketLossByCRC(void) const | PhotonPeer | |
| getPeerCount(void) | PhotonPeer | static |
| getPeerID(void) const | PhotonPeer | |
| getPeerState(void) const | PhotonPeer | |
| getQueuedIncomingCommands(void) const | PhotonPeer | |
| getQueuedOutgoingCommands(void) const | PhotonPeer | |
| getQuickResendAttempts(void) const | PhotonPeer | |
| getResentReliableCommands(void) const | PhotonPeer | |
| getRoundTripTime(void) const | PhotonPeer | |
| getRoundTripTimeVariance(void) const | PhotonPeer | |
| getSentCountAllowance(void) const | PhotonPeer | |
| getSerializationProtocol(void) const | PhotonPeer | |
| getServerAddress(void) const | PhotonPeer | |
| getServerTime(void) const | PhotonPeer | |
| getServerTimeOffset(void) const | PhotonPeer | |
| getTimePingInterval(void) const | PhotonPeer | |
| getTimestampOfLastSocketReceive(void) const | PhotonPeer | |
| getTrafficStatsElapsedMs(void) const | PhotonPeer | |
| getTrafficStatsEnabled(void) const | PhotonPeer | |
| getTrafficStatsGameLevel(void) const | PhotonPeer | |
| getTrafficStatsIncoming(void) const | PhotonPeer | |
| getTrafficStatsOutgoing(void) const | PhotonPeer | |
| initUDPEncryption(const Common::JVector< nByte > &encryptSecret) | PhotonPeer | virtual |
| initUserDataEncryption(const Common::JVector< nByte > &secret) | PhotonPeer | virtual |
| opCustom(const OperationRequest &operationRequest, bool sendReliable, nByte channelID=0, bool encrypt=false) | PhotonPeer | virtual |
| PhotonPeer(PhotonListener &listener, nByte connectionProtocol=ConnectionProtocol::DEFAULT, nByte serializationProtocol=Common::SerializationProtocol::DEFAULT) | PhotonPeer | |
| pingServer(const Common::JString &address, unsigned int pingAttempts) | PhotonPeer | virtual |
| resetTrafficStats(void) | PhotonPeer | virtual |
| resetTrafficStatsMaximumCounters(void) | PhotonPeer | virtual |
| sendAcksOnly(void) | PhotonPeer | virtual |
| sendOutgoingCommands(void) | PhotonPeer | virtual |
| service(bool dispatchIncomingCommands=true) | PhotonPeer | virtual |
| serviceBasic(void) | PhotonPeer | virtual |
| setConnectionProtocol(nByte connectionProtocol) | PhotonPeer | |
| setCRCEnabled(bool crcEnabled) | PhotonPeer | |
| setDebugOutputLevel(int debugLevel) | PhotonPeer | |
| setDisconnectTimeout(int disconnectTimeout) | PhotonPeer | |
| setLimitOfUnreliableCommands(int value) | PhotonPeer | |
| setLogFormatOptions(const Common::LogFormatOptions &formatOptions) | PhotonPeer | |
| setQuickResendAttempts(nByte quickResendAttempts) | PhotonPeer | |
| setSentCountAllowance(int sentCountAllowance) | PhotonPeer | |
| setTimePingInterval(int timePingInterval) | PhotonPeer | |
| setTrafficStatsEnabled(bool trafficStasEnabled) | PhotonPeer | |
| vitalStatsToString(bool all) const | PhotonPeer | virtual |
| ~PhotonPeer(void) | PhotonPeer | virtual |