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

UBrowser.UBrowserLibHTTPLink

Extends
UBrowserBufferedTcpLink

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

Variables Summary
boolbHTMLSiteYet
stringExpectingURL
stringHostAddress
intHostPort
UWindowHTMLTextAreaOutputPage
UBrowserLibPageWindowOwnerPageWin
stringReceivedBuffer
IpAddrServerIpAddr
Inherited Variables from UBrowser.UBrowserBufferedTcpLink
bEOF, bWaiting, CR, CRLF, InputBufferHead, InputBufferTail, InputBuffer[1024], InputQueue, InputQueueLen, LF, OutputBufferHead, OutputBufferTail, OutputBuffer[1024], OutputQueue, OutputQueueLen, 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 BeginPlay ()))
event Closed ()))
function Destroyed ()))
event Opened ()))
event ReceivedLine (string Line ))
function ResetBuffer ()))
function Resolved (IpAddr Addr ))
function ResolveFailed ()))
function Start (string HTTPAddress, string HTTPURL, int TCPPort ))
Inherited Functions from UBrowser.UBrowserBufferedTcpLink
DoBufferQueueIO, GotMatch, GotMatchTimeout, ParseDelimited, PeekChar, ReadBufferedLine, ReadChar, ResetBuffer, SendBufferedData, SendEOF, WaitFor, WaitForCount
Inherited Functions from IpDrv.TcpLink
Accepted, BindPort, Close, Closed, IsConnected, Listen, Open, Opened, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText


Variables Detail

bHTMLSiteYet Source code

var bool bHTMLSiteYet;

ExpectingURL Source code

var string ExpectingURL;

HostAddress Source code

var string HostAddress;

HostPort Source code

var int HostPort;

OutputPage Source code

var UWindowHTMLTextArea OutputPage;

OwnerPageWin Source code

var UBrowserLibPageWindow OwnerPageWin;

ReceivedBuffer Source code

var string ReceivedBuffer;

ServerIpAddr Source code

var IpAddr ServerIpAddr;


Functions Detail

BeginPlay Source code

function BeginPlay ( ) )

Closed Source code

event Closed ( ) )

Destroyed Source code

function Destroyed ( ) )

Opened Source code

event Opened ( ) )

ReceivedLine Source code

event ReceivedLine ( string Line ) )

ResetBuffer Source code

function ResetBuffer ( ) )

Resolved Source code

function Resolved ( IpAddr Addr ) )

ResolveFailed Source code

function ResolveFailed ( ) )

Start Source code

function Start ( string HTTPAddress, string HTTPURL, int TCPPort ) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:13.725 - Created with UnCodeX