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

UWebAdmin.WebConnection

Extends
TcpLink

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.InternetInfo
         |   
         +-- IpDrv.InternetLink
            |   
            +-- IpDrv.TcpLink
               |   
               +-- UWebAdmin.WebConnection

Variables Summary
intAddressPort
stringAddressString
stringbase64chars
boolbIgnoredReq
boolbSentResponse
boolbSentText
boolbTiming
stringLastLoginClient
floatLastLoginTime
WebAdminManagerManager
stringReceivedStr
SubWebManagerSubWeb
WebServerWebServer
Inherited Variables from IpDrv.TcpLink
AcceptClass, LinkState, RemoteAddr, SendFIFO
Inherited Variables from IpDrv.InternetLink
DataPending, LinkMode, Port, PrivateResolveInfo, ReceiveMode, RemoteSocket, Socket

Enumerations Summary
Inherited Enumerations from IpDrv.TcpLink
ELinkState
Inherited Enumerations from IpDrv.InternetLink
ELinkMode, EReceiveMode

Structures Summary
Inherited Structures from IpDrv.InternetLink
IpAddr

Functions Summary
event Accepted ()))
functionstring base64decode (string input ))
event Closed ()))
function FullLogg (string S ))
function HTTPError (int ErrorNum, optional string Data))
function HTTPHeader (string Header))
function HTTPResponse (string Header))
function ReceivedLine (string S))
event ReceivedText (string Text ))
function Redirect (string URL))
function SendData (string Resp, optional bool bNoCRLF ))
function SendStandardHeaders (optional string ContentType, optional int KeepAliveTime ))
event Timer ()))
functionstring _utf8_decode (string utftext))
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
GetLastError, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, Validate


Variables Detail

AddressPort Source code

var int AddressPort;

AddressString Source code

var string AddressString;

base64chars Source code

var string base64chars;

bIgnoredReq Source code

var bool bIgnoredReq;

bSentResponse Source code

var bool bSentResponse;

bSentText Source code

var bool bSentText;

bTiming Source code

var bool bTiming;

LastLoginClient Source code

var string LastLoginClient;

LastLoginTime Source code

var float LastLoginTime;

Manager Source code

var WebAdminManager Manager;

ReceivedStr Source code

var string ReceivedStr;

SubWeb Source code

var SubWebManager SubWeb;

WebServer Source code

var WebServer WebServer;


Functions Detail

Accepted Source code

event Accepted ( ) )

base64decode Source code

function string base64decode ( string input ) )

Closed Source code

event Closed ( ) )

FullLogg Source code

function FullLogg ( string S ) )

HTTPError Source code

function HTTPError ( int ErrorNum, optional string Data) )

HTTPHeader Source code

function HTTPHeader ( string Header) )

HTTPResponse Source code

function HTTPResponse ( string Header) )

ReceivedLine Source code

function ReceivedLine ( string S) )

ReceivedText Source code

event ReceivedText ( string Text ) )

Redirect Source code

function Redirect ( string URL) )

SendData Source code

function SendData ( string Resp, optional bool bNoCRLF ) )

SendStandardHeaders Source code

function SendStandardHeaders ( optional string ContentType, optional int KeepAliveTime ) )

Timer Source code

event Timer ( ) )

_utf8_decode Source code

function string _utf8_decode ( string utftext) )


Defaultproperties

defaultproperties
{
				base64chars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
}

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