Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UBrowser.UBrowserUpdateServerLink

Extends
UBrowserHTTPClient

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.InternetInfo
         |   
         +-- IpDrv.InternetLink
            |   
            +-- IpDrv.TcpLink
               |   
               +-- UBrowser.UBrowserBufferedTcpLink
                  |   
                  +-- UBrowser.UBrowserHTTPClient
                     |   
                     +-- UBrowser.UBrowserUpdateServerLink

Direct Known Subclasses:

UTBrowserUpdateServerLink

Constants Summary
GetFallback=2
GetIRC=0
GetMaster=1
GetMOTD=3
Inherited Contants from UBrowser.UBrowserHTTPClient
Connecting, HadError, ReceivingData, ReceivingHeader, WaitingForHeader

Variables Summary
intCurrentURI
intMaxURI
stringUpdateServerAddress
intUpdateServerPort
intUpdateServerTimeout
UBrowserUpdateServerWindowUpdateWindow
stringURIs[10]
Inherited Variables from UBrowser.UBrowserHTTPClient
bClosed, CurrentState, ErrorCode, ProxyServerAddress, ProxyServerPort, ServerAddress, ServerIpAddr, ServerPort, ServerURI
Inherited Variables from UBrowser.UBrowserBufferedTcpLink
bWaiting, CR, CRLF, InputBuffer, LF, OutputBuffer, WaitForCountChars, WaitingFor, WaitMatchData, WaitResult, WaitTimeoutTime

Functions Summary
function BrowseCurrentURI ()))
function Failure ()))
function HTTPError (int ErrorCode))
function HTTPReceivedData (string Data))
function ProcessData (string Data))
function QueryUpdateServer ()))
function SetupURIs ()))
function Success ()))
Inherited Functions from UBrowser.UBrowserHTTPClient
Browse, Closed, DoBind, HTTPError, HTTPReceivedData, Opened, PostBeginPlay, Resolved, SetError, Tick, Timer
Inherited Functions from UBrowser.UBrowserBufferedTcpLink
DoBufferQueueIO, GotMatch, GotMatchTimeout, ParseDelimited, PeekChar, ReadBufferedLine, ReadChar, ReceivedText, ResetBuffer, SendBufferedData, WaitFor, WaitForCount


Constants Detail

GetFallback Source code

const GetFallback = 2;

GetIRC Source code

const GetIRC = 0;

GetMaster Source code

const GetMaster = 1;

GetMOTD Source code

const GetMOTD = 3;


Variables Detail

CurrentURI Source code

var int CurrentURI;

MaxURI Source code

var int MaxURI;

UpdateServerAddress Source code

var config string UpdateServerAddress;

UpdateServerPort Source code

var config int UpdateServerPort;

UpdateServerTimeout Source code

var config int UpdateServerTimeout;

UpdateWindow Source code

var UBrowserUpdateServerWindow UpdateWindow;

URIs[10] Source code

var string URIs[10];


Functions Detail

BrowseCurrentURI Source code

function BrowseCurrentURI ( ) )

Failure Source code

function Failure ( ) )

HTTPError Source code

function HTTPError ( int ErrorCode) )

HTTPReceivedData Source code

function HTTPReceivedData ( string Data) )

ProcessData Source code

function ProcessData ( string Data) )

QueryUpdateServer Source code

function QueryUpdateServer ( ) )

SetupURIs Source code

function SetupURIs ( ) )

Success Source code

function Success ( ) )


Defaultproperties

defaultproperties
{
     UpdateServerAddress="unreal.epicgames.com"
     UpdateServerPort=80
     UpdateServerTimeout=5
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:14.243 - Created with UnCodeX