Photon Server API Documentation v5.0RC1

Photon.SocketServer.ServerToServer.OutboundS2SPeer Member List

This is the complete list of members for Photon.SocketServer.ServerToServer.OutboundS2SPeer, including all inherited members.

AbortConnection()Photon.SocketServer.PeerBaseinline
ClientUsingDebugLibPhoton.SocketServer.PeerBase
ClientVersionPhoton.SocketServer.PeerBase
ConnectedPhoton.SocketServer.PeerBase
ConnectionIdPhoton.SocketServer.PeerBase
ConnectionStatePhoton.SocketServer.PeerBase
ConnectTcp(IPEndPoint remoteEndPoint, string applicationName, bool useMux=false, IRpcProtocol protocol=null)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectTcp(IPEndPoint remoteEndPoint, string applicationName, object customInitObject, bool useMux=false, IRpcProtocol protocol=null)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectTcp(IPEndPoint remoteEndPoint, string applicationName, object customInitObject, byte[] token, IRpcProtocol protocol=null)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerUdp(IPEndPoint remoteEndPoint, string applicationName, byte numChannels, short? mtu)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerUdp(IPEndPoint remoteEndPoint, string applicationName, byte numChannels, short? mtu, IRpcProtocol protocol, bool useInitV3)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerUdp(IPEndPoint remoteEndPoint, string applicationName, object customInitObject, byte numChannels, short? mtu)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerUdp(IPEndPoint remoteEndPoint, string applicationName, object customInitObject, byte[] token, byte numChannels, short? mtu, IRpcProtocol protocol=null)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerWebRTC(IPEndPoint remoteEndPoint, string applicationName, object customInitObject, IRpcProtocol protocol, byte[] token=null)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerWebSocket(IPEndPoint remoteEndPoint, string applicationName, WebSocketVersion webSocketVersion, IRpcProtocol protocol)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerWebSocket(IPEndPoint remoteEndPoint, string applicationName, object customInitObject, WebSocketVersion webSocketVersion, IRpcProtocol protocol)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerWebSocketHixie76(IPEndPoint remoteEndPoint, string applicationName, object customInitObject, string origin, byte[] token=null)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
ConnectToServerWebSocketHixie76(IPEndPoint remoteEndPoint, string applicationName, string origin)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
CreationTimePhoton.SocketServer.PeerBase
DefaultDisconnectIntervalPhoton.SocketServer.PeerBasestatic
Disconnect(int disconnectError=ErrorCodes.Ok)Photon.SocketServer.PeerBaseinline
DisconnectAfterSend(int disconnectCode, int disconnectDelay, SendResult result)Photon.SocketServer.PeerBaseinlineprotected
Dispose(bool disposing)Photon.SocketServer.ServerToServer.OutboundS2SPeerinlineprotectedvirtual
Photon::SocketServer::PeerBase.Dispose()Photon.SocketServer.PeerBaseinline
DisposedPhoton.SocketServer.PeerBase
Flush()Photon.SocketServer.PeerBaseinline
GetDebugString()Photon.SocketServer.PeerBaseinline
GetHistograms()Photon.SocketServer.PeerBaseinlinevirtual
GetLastTouch()Photon.SocketServer.PeerBaseinline
GetStats(out int roundTripTime, out int roundTripTimeVariance, out int numFailures)Photon.SocketServer.PeerBaseinline
GetTraceStatus(out int traceOptions, out int enableOptions, out string tag)Photon.SocketServer.PeerBaseinlineprotected
HandleParseError(byte[] data, SendParameters sendParameters, Exception exception, string errorMsg, short errorCode, RtsMessageType msgType, byte operationCode=0)Photon.SocketServer.PeerBaseinlineprotected
Initialize(InitRequest initRequest)Photon.SocketServer.PeerBaseinline
InitializeEncryption()Photon.SocketServer.ServerToServer.S2SPeerBaseinline
Photon::SocketServer::PeerBase.InitializeEncryption(byte[] otherPartyPublicKey)Photon.SocketServer.PeerBaseinline
Photon::SocketServer::PeerBase.InitializeEncryption(byte[] otherPartyPublicKey, EncryptionMethod mode)Photon.SocketServer.PeerBaseinline
InitUdpEncryption(byte[] encryptSecret, byte[] authSecret, uint[] initSeqNums)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
IsConnectionSecurePhoton.SocketServer.PeerBase
IsIPv6ToIPv4BridgedPhoton.SocketServer.PeerBase
LastErrorCodePhoton.SocketServer.PeerBase
LocalIPPhoton.SocketServer.PeerBase
LocalIPAddressPhoton.SocketServer.PeerBase
LocalIPAddressIsIPv6Photon.SocketServer.PeerBase
LocalPortPhoton.SocketServer.PeerBase
metaDataContextPhoton.SocketServer.PeerBaseprotected
NeedSendErrorLog(SendResult sendResult)Photon.SocketServer.PeerBaseinlineprotectedstatic
NetworkProtocolPhoton.SocketServer.PeerBase
NumFailuresPhoton.SocketServer.PeerBase
OnConnectionEstablished(object responseObject)Photon.SocketServer.ServerToServer.OutboundS2SPeerprotectedpure virtual
OnConnectionEstablished(InitV3Response initResponse)Photon.SocketServer.ServerToServer.OutboundS2SPeerinlineprotectedvirtual
OnConnectionFailed(int errorCode, string errorMessage)Photon.SocketServer.ServerToServer.OutboundS2SPeerprotectedpure virtual
OnDeserializationError(byte[] data, RtsMessageType msgType, string debugMessage, short errorCode=ErrorCodes.UnexpectedData, byte opCode=0, Exception exception=null)Photon.SocketServer.PeerBaseinlineprotectedvirtual
OnDisconnect(int reasonCode, string reasonDetail)Photon.SocketServer.PeerBaseprotectedpure virtual
OnDisconnectMessage(DisconnectMessage message)Photon.SocketServer.ServerToServer.S2SPeerBaseinlineprotectedvirtual
OnEncryptionQueueOverload(EncryptionQueueFailureParams failureParams)Photon.SocketServer.PeerBaseinlineprotectedvirtual
OnInitializeEcryptionCompleted(short resultCode, string debugMessage)Photon.SocketServer.ServerToServer.S2SPeerBaseinlineprotectedvirtual
OnMessageInternal(object message, SendParameters sendParameters)Photon.SocketServer.PeerBaseinlineprotected
OnOperationRequestInternal(OperationRequest operationRequest, SendParameters sendParameters)Photon.SocketServer.PeerBaseinlineprotected
OnReceive(byte[] data, SendParameters sendParameters)Photon.SocketServer.ServerToServer.S2SPeerBaseinlineprotectedvirtual
OnSendBufferEmpty()Photon.SocketServer.PeerBaseinlineprotectedvirtual
OutboundS2SPeer(ApplicationBase application)Photon.SocketServer.ServerToServer.OutboundS2SPeerinlineprotected
OutboundS2SPeer(ApplicationBase application, IRpcProtocol protocol)Photon.SocketServer.ServerToServer.OutboundS2SPeerinlineprotected
ParseInternalOperationRequest(byte[] data, SendParameters sendParameters)Photon.SocketServer.PeerBaseinlineprotected
ParseMessage(byte[] data, SendParameters sendParameters)Photon.SocketServer.PeerBaseinlineprotected
ParseOperationRequest(byte[] data, SendParameters sendParameters)Photon.SocketServer.PeerBaseinlineprotected
ParseRawMessage(byte[] data, SendParameters sendParameters)Photon.SocketServer.PeerBaseinlineprotected
PeerTypePhoton.SocketServer.PeerBase
PlatformIdPhoton.SocketServer.PeerBase
privateCustomTypeCachePhoton.SocketServer.PeerBaseprotected
PrivateInboundControllerPhoton.SocketServer.PeerBase
ProtocolPhoton.SocketServer.PeerBase
ProtocolTypePhoton.SocketServer.PeerBase
RemoteIPPhoton.SocketServer.PeerBase
RemoteIPAddressPhoton.SocketServer.PeerBase
RemotePortPhoton.SocketServer.PeerBase
RequestFiberPhoton.SocketServer.PeerBase
RoundTripTimePhoton.SocketServer.PeerBase
RoundTripTimeVariancePhoton.SocketServer.PeerBase
S2SPeerBase(InitResponse response)Photon.SocketServer.ServerToServer.S2SPeerBaseinlineprotected
ScheduledForDisconnectPhoton.SocketServer.PeerBase
ScheduleDisconnect(int disconnectError, int delay)Photon.SocketServer.PeerBaseinline
SdkIdPhoton.SocketServer.PeerBase
SendData(byte[] data, SendParameters sendParameters)Photon.SocketServer.PeerBaseinlineprotectedvirtual
SendDisconnectMessage(DisconnectMessage message, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval)Photon.SocketServer.PeerBaseinline
sendErrorLogPhoton.SocketServer.PeerBaseprotectedstatic
SendEvent(IEventData eventData, SendParameters sendParameters)Photon.SocketServer.PeerBaseinline
SendEventAndDisconnect(IEventData eventData, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval, int disconnectCode=ErrorCodes.Ok)Photon.SocketServer.PeerBaseinline
SendMessage(object message, SendParameters sendParameters)Photon.SocketServer.PeerBaseinline
SendMessageAndDisconnect(object message, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval, int disconnectCode=ErrorCodes.Ok)Photon.SocketServer.PeerBaseinline
SendOperationRequest(OperationRequest operationRequest, SendParameters sendParameters)Photon.SocketServer.ServerToServer.S2SPeerBaseinline
SendOperationRequestAndDisconnect(OperationRequest operationRequest, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval, int disconnectError=ErrorCodes.Ok)Photon.SocketServer.ServerToServer.S2SPeerBaseinline
SendOperationResponse(OperationResponse operationResponse, SendParameters sendParameters)Photon.SocketServer.PeerBaseinline
SendOperationResponseAndDisconnect(OperationResponse operationResponse, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval)Photon.SocketServer.PeerBaseinline
SetClientVersion(Version version)Photon.SocketServer.ServerToServer.OutboundS2SPeerinline
SetDebugString(string message)Photon.SocketServer.PeerBaseinline
SetInboundController(InboundController controller)Photon.SocketServer.PeerBaseinline
SetPrivateCustomTypeCache(CustomTypeCache cache)Photon.SocketServer.PeerBaseinline
SetupEncryption(EncryptionData encryptionData, byte channelCount, out short errorCode, out string errorMsg)Photon.SocketServer.PeerBaseinline
SourceUsingIPv6Photon.SocketServer.PeerBase
SyncRootPhoton.SocketServer.PeerBaseprotected
ToString()Photon.SocketServer.PeerBaseinline
Trace(bool enabled, object tag)Photon.SocketServer.PeerBaseinline