ArmSys Support
ArmsysApi  0.12.18
BHttpServer Member List

This is the complete list of members for BHttpServer, including all inherited members.

BHttpServer(BUInt rxFifoSize=1500, BUInt txFifoSize=1500)BHttpServer
BTask(const char *name="", BUInt stackSize=1024, BUInt priority=1)BTask
cookieGet(BString name)BHttpServer
cookieSet(BString name, BString value)BHttpServer
delayMs(BUInt ms)BTask
devInit()BHttpServerprotectedvirtual
devProcess(Bool wait)BHttpServerprotectedvirtual
devRun()BHttpServerprotectedvirtual
devWrite(const void *data, BUInt len, BUInt32 &nt)BHttpServerprotectedvirtual
function()BHttpServerprotected
init()BHttpServer
BTask::init(const char *name, BUInt stackSize=1024, BUInt priority=1)BTask
oauthorisationBHttpServerprotected
oboundaryBHttpServerprotected
obufferBHttpServerprotected
obufferNextBHttpServerprotected
ocmdBHttpServerprotected
ocontentLenBHttpServerprotected
ocontentTypeRecvBHttpServerprotected
ocontentTypeSendBHttpServerprotected
ocookiesBHttpServerprotected
ocookiesSendBHttpServerprotected
ogetBHttpServerprotected
ohead_cacheBHttpServerprotected
ohead_chunkedBHttpServerprotected
ohead_contentTypeBHttpServerprotected
ohead_extraBHttpServerprotected
ohead_sizeBHttpServerprotected
ohead_statusBHttpServerprotected
onameBTaskprotected
opriorityBTaskprotected
orunningBTaskprotected
orxFifoBHttpServerprotected
osocketBHttpServerprotected
osocketListenBHttpServerprotected
ostackSizeBTaskprotected
otaskBTaskprotected
otxFifoBHttpServerprotected
ourlBHttpServerprotected
pageSend(const char *title, const char *str)BHttpServervirtual
pageSendError(const char *str, const char *status="403 Error")BHttpServervirtual
pageSendHead(const char *title)BHttpServervirtual
pageSendTail()BHttpServervirtual
processHome()BHttpServervirtual
processRequest()BHttpServervirtual
processUrl()BHttpServervirtual
readData(BUInt len, BUInt32 &nt, ReadType readType)BHttpServer
ReadType enum nameBHttpServer
ReadTypeData enum valueBHttpServer
ReadTypeDataLine enum valueBHttpServer
ReadTypeLine enum valueBHttpServer
run()BHttpServervirtual
runTasks()BTaskstatic
setHeader(const char *status, const char *contentType, BUInt size=0, Bool cache=0, Bool chunked=0, BStringList extra=BStringList())BHttpServervirtual
setPriority(BUInt priority)BTask
start()BTask
stop()BTask
writeChunk(const void *data, int len)BHttpServer
writeFlush()BHttpServer
writeHead(const char *status, const char *contentType, BUInt size=0, Bool cache=0, Bool chunked=0, BStringList extra=BStringList())BHttpServer
writeString(const char *str)BHttpServer
writeTableInput(const char *name, const char *title, const char *type, const char *value, const char **args=0)BHttpServer
writeTableInput(const char *name, const char *title, const char *type, const char *value, BString str)BHttpServer
writeTableRow(const char *name, const char *title, const char *value, const char *units=0, int errNum=0)BHttpServer
writeTail()BHttpServer
~BTask()BTask