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

UWeb.WebServer

Extends
TcpLink
Modifiers
config ( Web )

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

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

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

Structures Summary
Inherited Structures from UWeb.InternetLink
IpAddr

Functions Summary
event Destroyed ()))
event GainedChild (Actor C ))
functionWebApplication GetApplication (string URI, out string SubURI))
event LostChild (Actor C ))
function PostBeginPlay ()))
Inherited Functions from UWeb.TcpLink
Accepted, BindPort, Close, Closed, IsConnected, Listen, Open, Opened, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText
Inherited Functions from UWeb.InternetLink
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;

ConnId Source code

var int ConnId;

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

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 ) )

PostBeginPlay Source code

function PostBeginPlay ( ) )


Defaultproperties

defaultproperties
{
   Applications(0)="WebAdmin.UTServerAdmin"
   Applications(1)="WebAdmin.UTImageServer"
   ApplicationPaths(0)="/ServerAdmin"
   ApplicationPaths(1)="/images"
   ListenPort=80
   MaxConnections=18
   ExpirationSeconds=86400
   AcceptClass=Class'UWeb.WebConnection'
   Begin Object Class=SpriteComponent Name=Sprite ObjName=Sprite Archetype=SpriteComponent'UWeb.Default__TcpLink:Sprite'
      ObjectArchetype=SpriteComponent'UWeb.Default__TcpLink:Sprite'
   End Object
   Components(0)=Sprite
   Name="Default__WebServer"
   ObjectArchetype=TcpLink'UWeb.Default__TcpLink'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:01:03.228 - Created with UnCodeX