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

UWebAdmin.WebServer

Extends
TcpLink
Modifiers
Config ( WebServer )

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

Variables Summary
intConnectionCount
intListenPort
WebAdminManagerManager
intMaxConnections
stringServerURL
SubWebManagerSubWeb
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 GainedChild (Actor C ))
function InitilizeLink ()))
event LostChild (Actor C ))
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

ConnectionCount Source code

var int ConnectionCount;

ListenPort Source code

var config int ListenPort;

Manager Source code

var WebAdminManager Manager;

MaxConnections Source code

var config int MaxConnections;

ServerURL Source code

var string ServerURL;

SubWeb Source code

var SubWebManager SubWeb;


Functions Detail

GainedChild Source code

event GainedChild ( Actor C ) )

InitilizeLink Source code

function InitilizeLink ( ) )

LostChild Source code

event LostChild ( Actor C ) )


Defaultproperties

defaultproperties
{
				ListenPort=80
				MaxConnections=30
				AcceptClass=Class'UWebAdmin.WebConnection'
}

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