UWeb.WebConnection
- Extends
- TcpLink
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
|
+-- UWeb.WebConnection
Inherited Functions from IpDrv.TcpLink |
Accepted, BindPort, Close, Closed, IsConnected, Listen, Open, Opened, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText |
Inherited Functions from IpDrv.InternetLink |
GameSpyGameName, GameSpyValidate, GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr |
var bool bDelayCleanup;
var config int MaxLineLength;
var config int MaxValueLength;
var int RawBytesExpecting;
var string ReceivedData;
event Accepted ( ) )
function CheckRawBytes ( ) )
function Cleanup ( ) )
event Closed ( ) )
function CreateResponseObject ( ) )
function EndOfHeaders ( ) )
final function bool IsHanging ( ) )
function ProcessGet ( string S) )
function ProcessHead ( string S) )
function ProcessPost ( string S) )
function ReceivedLine ( string S) )
event ReceivedText ( string Text ) )
event Timer ( ) )
defaultproperties
{
MaxValueLength=512
MaxLineLength=4096
}
|
Creation time: Do 14.8.2014 09:58:29.466 - Created with
UnCodeX