Home | History | Annotate | Download | only in prototype

Lines Matching defs:PrivetHttpServer

63 PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) {
66 PrivetHttpServer::DeviceInfo::~DeviceInfo() {
69 PrivetHttpServer::PrivetHttpServer(Delegate* delegate)
74 PrivetHttpServer::~PrivetHttpServer() {
78 bool PrivetHttpServer::Start(uint16 port) {
95 void PrivetHttpServer::Shutdown() {
102 void PrivetHttpServer::OnHttpRequest(int connection_id,
137 void PrivetHttpServer::OnWebSocketRequest(
142 void PrivetHttpServer::OnWebSocketMessage(int connection_id,
146 void PrivetHttpServer::OnClose(int connection_id) {
149 void PrivetHttpServer::ReportInvalidMethod(int connection_id) {
154 bool PrivetHttpServer::ValidateRequestMethod(int connection_id,
176 net::HttpStatusCode PrivetHttpServer::ProcessHttpRequest(
204 scoped_ptr<base::DictionaryValue> PrivetHttpServer::ProcessInfo(
239 scoped_ptr<base::DictionaryValue> PrivetHttpServer::ProcessRegister(
290 void PrivetHttpServer::ProcessRegistrationStatus(