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

UWeb.WebServer

Extends
TcpLink

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

Variables Summary
WebApplicationApplicationObjects[10]
stringApplicationPaths[10]
stringApplications[10]
boolbEnabled
intConnectionCount
intDefaultApplication
intExpirationSeconds
intListenPort
intMaxConnections
stringServerName
stringServerURL
Inherited Variables from IpDrv.TcpLink
AcceptClass, LinkState, RecvBuf, RemoteAddr, SendFIFO
Inherited Variables from IpDrv.InternetLink
DataPending, InLineMode, LinkMode, OutLineMode, Port, PrivateResolveInfo, ReceiveMode, RemoteSocket, Socket

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

Structures Summary
Inherited Structures from IpDrv.InternetLink
IpAddr

Functions Summary
function BeginPlay ()))
event Destroyed ()))
event GainedChild (Actor C ))
functionWebApplication GetApplication (string URI, out string SubURI))
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
GameSpyGameName, GameSpyValidate, GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr


Variables Detail

ApplicationObjects[10] Source code

var WebApplication ApplicationObjects[10];

ApplicationPaths[10] Source code

var config string ApplicationPaths[10];

Applications[10] Source code

var config string Applications[10];

bEnabled Source code

var config bool bEnabled;

ConnectionCount Source code

var int ConnectionCount;

DefaultApplication Source code

var config int DefaultApplication;

ExpirationSeconds Source code

var config int ExpirationSeconds;

ListenPort Source code

var config int ListenPort;

MaxConnections Source code

var config int MaxConnections;

ServerName Source code

var config string ServerName;

ServerURL Source code

var string ServerURL;


Functions Detail

BeginPlay Source code

function BeginPlay ( ) )

Destroyed Source code

event Destroyed ( ) )

GainedChild Source code

event GainedChild ( Actor C ) )

GetApplication Source code

function WebApplication GetApplication ( string URI, out string SubURI) )

LostChild Source code

event LostChild ( Actor C ) )


Defaultproperties

defaultproperties
{
     Applications(0)="xWebAdmin.UTServerAdmin"
     Applications(1)="xWebAdmin.UTImageServer"
     ApplicationPaths(0)="/ServerAdmin"
     ApplicationPaths(1)="/images"
     ListenPort=80
     MaxConnections=30
     ExpirationSeconds=86400
     AcceptClass=Class'UWeb.WebConnection'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:29.502 - Created with UnCodeX