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

UBrowser.UBrowserHTTPClient

Extends
UBrowserBufferedTcpLink

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

Direct Known Subclasses:

UBrowserUpdateServerLink

Constants Summary
Connecting=0
HadError=4
ReceivingData=3
ReceivingHeader=2
WaitingForHeader=1

Variables Summary
boolbClosed
intCurrentState
intErrorCode
stringProxyServerAddress
intProxyServerPort
stringServerAddress
IpAddrServerIpAddr
intServerPort
stringServerURI
Inherited Variables from UBrowser.UBrowserBufferedTcpLink
bWaiting, CR, CRLF, InputBuffer, LF, OutputBuffer, WaitForCountChars, WaitingFor, WaitMatchData, WaitResult, WaitTimeoutTime
Inherited Variables from IpDrv.TcpLink
AcceptClass, LinkState, RemoteAddr, SendFIFO

Enumerations Summary
Inherited Enumerations from IpDrv.TcpLink
ELinkState

Functions Summary
function Browse (string InAddress, string InURI, optional int InPort, optional int InTimeout))
event Closed ()))
function DoBind ()))
function HTTPError (int Code))
function HTTPReceivedData (string Data))
event Opened ()))
function PostBeginPlay ()))
function Resolved (IpAddr Addr ))
function SetError (int Code))
event Tick (float DeltaTime))
event Timer ()))
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


Constants Detail

Connecting Source code

const Connecting = 0;

HadError Source code

const HadError = 4;

ReceivingData Source code

const ReceivingData = 3;

ReceivingHeader Source code

const ReceivingHeader = 2;

WaitingForHeader Source code

const WaitingForHeader = 1;


Variables Detail

bClosed Source code

var bool bClosed;

CurrentState Source code

var int CurrentState;

ErrorCode Source code

var int ErrorCode;

ProxyServerAddress Source code

var globalconfig string ProxyServerAddress;

ProxyServerPort Source code

var globalconfig int ProxyServerPort;

ServerAddress Source code

var string ServerAddress;

ServerIpAddr Source code

var IpAddr ServerIpAddr;

ServerPort Source code

var int ServerPort;

ServerURI Source code

var string ServerURI;


Functions Detail

Browse Source code

function Browse ( string InAddress, string InURI, optional int InPort, optional int InTimeout) )

Closed Source code

event Closed ( ) )

DoBind Source code

function DoBind ( ) )

HTTPError Source code

function HTTPError ( int Code) )

HTTPReceivedData Source code

function HTTPReceivedData ( string Data) )

Opened Source code

event Opened ( ) )

PostBeginPlay Source code

function PostBeginPlay ( ) )

Resolved Source code

function Resolved ( IpAddr Addr ) )

SetError Source code

function SetError ( int Code) )

Tick Source code

event Tick ( float DeltaTime) )

Timer Source code

event Timer ( ) )


Defaultproperties

defaultproperties
{
}

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