22#ifndef _GENERIC_MEDIA_SERVER_HH
23#define _GENERIC_MEDIA_SERVER_HH
28#ifndef _SERVER_MEDIA_SESSION_HH
32#ifndef REQUEST_BUFFER_SIZE
33#define REQUEST_BUFFER_SIZE 20000
35#ifndef RESPONSE_BUFFER_SIZE
36#define RESPONSE_BUFFER_SIZE 20000
50 void* completionClientData,
84 unsigned reclamationSeconds);
106 int clientSocket,
struct sockaddr_storage
const& clientAddr,
virtual unsigned numEntries() const =0
UsageEnvironment & envir() const
Boolean passwordsAreMD5()
virtual void removeUserRecord(char const *username)
virtual void addUserRecord(char const *username, char const *password)
virtual char const * lookupPassword(char const *username)
UserAuthenticationDatabase(char const *realm=NULL, Boolean passwordsAreMD5=False)
virtual ~UserAuthenticationDatabase()