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

UBrowser.UBrowserNewsHTTPLink

Extends
UBrowserBufferedTcpLink

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

Variables Summary
boolbHTMLSiteYet
stringExpectingURL
UBrowserNewsWindowFeedbackObj
stringHostAddress
intHostPort
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 ()))
event Opened ()))
event ReceivedLine (string Line ))
function ResetBuffer ()))
function Resolved (IpAddr Addr ))
function ResolveFailed ()))
function Start (string HTTPAddress, string HTTPURL, int TCPPort ))
event Timer ()))
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;

FeedbackObj Source code

var UBrowserNewsWindow FeedbackObj;

HostAddress Source code

var string HostAddress;

HostPort Source code

var int HostPort;

ReceivedBuffer Source code

var string ReceivedBuffer;

ServerIpAddr Source code

var IpAddr ServerIpAddr;


Functions Detail

BeginPlay Source code

function BeginPlay ( ) )

Closed Source code

event Closed ( ) )

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 ) )

Timer Source code

event Timer ( ) )


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.772 - Created with UnCodeX