Method | Description | |
---|---|---|
Enqueue ( OpenSim.Framework.Servers.HttpServer.PollServiceHttpRequest req ) : void | ||
PollServiceRequestManager ( OpenSim.Framework.Servers.HttpServer.BaseHttpServer pSrv, uint pWorkerThreadCount, int pTimeout ) : System | ||
ThreadStart ( object o ) : void |
Method | Description | |
---|---|---|
ProcessQueuedRequests ( ) : void | ||
ReQueueEvent ( OpenSim.Framework.Servers.HttpServer.PollServiceHttpRequest req ) : void |
public Enqueue ( OpenSim.Framework.Servers.HttpServer.PollServiceHttpRequest req ) : void | ||
req | OpenSim.Framework.Servers.HttpServer.PollServiceHttpRequest | |
return | void |
public PollServiceRequestManager ( OpenSim.Framework.Servers.HttpServer.BaseHttpServer pSrv, uint pWorkerThreadCount, int pTimeout ) : System | ||
pSrv | OpenSim.Framework.Servers.HttpServer.BaseHttpServer | |
pWorkerThreadCount | uint | |
pTimeout | int | |
return | System |