28#ifndef PT_HTTP_WEBSOCKETSERVICE_H
29#define PT_HTTP_WEBSOCKETSERVICE_H
31#include <Pt/Http/Api.h>
32#include <Pt/Http/WebSocketResponder.h>
33#include <Pt/Http/WebSocket.h>
34#include <Pt/Http/Service.h>
35#include <Pt/Http/IOStream.h>
HTTP request message.
Definition Request.h:65
Handles one HTTP request and writes the reply.
Definition Responder.h:109
Factory for request responders.
Definition Service.h:77
virtual Responder * onGetResponder(const Request &)
Creates a responder to handle request received by a server.
WebSocketService()
Default constructor.
virtual void onReleaseResponder(Responder *r)
Destroys a responder created by a server.
~WebSocketService()
Destructor.
HTTP clients and servers.
Core module.
Definition Allocator.h:33