UBrowser.UBrowserHTTPClient
- Extends
- UBrowserBufferedTcpLink
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
|
+-- UBrowser.UBrowserBufferedTcpLink
|
+-- UBrowser.UBrowserHTTPClient
Direct Known Subclasses:
UBrowserUpdateServerLink
Inherited Variables from UBrowser.UBrowserBufferedTcpLink |
bWaiting, CR, CRLF, InputBuffer, LF, OutputBuffer, WaitForCountChars, WaitingFor, WaitMatchData, WaitResult, WaitTimeoutTime |
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 |
const Connecting = 0;
const HadError = 4;
const ReceivingData = 3;
const ReceivingHeader = 2;
const WaitingForHeader = 1;
var bool bClosed;
var int CurrentState;
var int ErrorCode;
var globalconfig string ProxyServerAddress;
var globalconfig int ProxyServerPort;
var string ServerAddress;
var int ServerPort;
var string ServerURI;
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 ( ) )
Creation time: Fr 7.6.2013 13:15:12.886 - Created with
UnCodeX