UBrowser.UBrowserNewsHTTPLink
- Extends
- UBrowserBufferedTcpLink
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
|
+-- UBrowser.UBrowserBufferedTcpLink
|
+-- UBrowser.UBrowserNewsHTTPLink
| 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 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 |
var bool bHTMLSiteYet;
var string ExpectingURL;
var string HostAddress;
var int HostPort;
var string ReceivedBuffer;
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 ( )
Creation time: vr 22-5-2009 02:19:05.665 - Created with
UnCodeX