#include "wvhttppool.h"
#include "wvmoniker.h"
#include "wvistreamlist.h"
Go to the source code of this file.
Functions | |
void | pool_init () |
IWvStream * | creator (WvStringParm s, IObject *, void *) |
IWvStream * | screator (WvStringParm s, IObject *, void *) |
Variables | |
WvHttpPool * | pool |
WvMoniker< IWvStream > | reg ("http", creator) |
WvMoniker< IWvStream > | regs ("https", screator) |
|
Definition at line 25 of file wvhttpcomponent.cc. References WvHttpPool::addurl(), pool, pool_init(), and WvStringParm. |
|
Definition at line 14 of file wvhttpcomponent.cc. References pool. Referenced by creator(), and screator(). |
|
Definition at line 32 of file wvhttpcomponent.cc. References WvHttpPool::addurl(), pool, pool_init(), and WvStringParm. |
|
Definition at line 11 of file wvhttpcomponent.cc. Referenced by creator(), pool_init(), and screator(). |
|
|
|
|