UBrowser.UBrowserHTTPLink
- Extends
- UBrowserBufferedTcpLink
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
|
+-- UBrowser.UBrowserBufferedTcpLink
|
+-- UBrowser.UBrowserHTTPLink
Inherited Variables from UBrowser.UBrowserBufferedTcpLink |
bWaiting, CR, CRLF, InputBuffer, LF, OutputBuffer, WaitForCountChars, WaitingFor, WaitMatchData, WaitResult, WaitTimeoutTime |
Inherited Functions from UBrowser.UBrowserBufferedTcpLink |
DoBufferQueueIO, GotMatch, GotMatchTimeout, ParseDelimited, PeekChar, ReadBufferedLine, ReadChar, ReceivedText, ResetBuffer, SendBufferedData, WaitFor, WaitForCount |
Inherited Functions from IpDrv.TcpLink |
Accepted, BindPort, Close, Closed, IsConnected, Listen, Open, Opened, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText |
const FoundHeader = 1;
const FoundServer = 2;
var bool bHasOpened;
var localized string CouldNotConnectError;
var string MasterServerAddress;
var IpAddr MasterServerIpAddr;
var int MasterServerTCPPort;
var int MasterServerTimeout;
var string MasterServerURI;
var localized string ResolveFailedError;
var localized string TimeOutError;
function BeginPlay ( ) )
event Closed ( ) )
function DoBufferQueueIO ( ) )
function GotMatch ( int MatchData) )
function GotMatchTimeout ( int MatchData) )
function HandleServer ( string Text) )
event Opened ( ) )
function Resolved (
IpAddr Addr ) )
function ResolveFailed ( ) )
function Start ( ) )
function Tick ( float DeltaTime) )
event Timer ( ) )
defaultproperties
{
ResolveFailedError="The master server could not be resolved: "
TimeOutError="Timeout talking to the master server"
CouldNotConnectError="Connecting to the master server timed out: "
}
|
Creation time: Fr 7.6.2013 13:15:12.932 - Created with
UnCodeX