Mir
Public Member Functions | List of all members
mir::frontend::detail::ProtobufMessageProcessor Class Reference

#include <protobuf_message_processor.h>

Inheritance diagram for mir::frontend::detail::ProtobufMessageProcessor:
[legend]

Public Member Functions

 ProtobufMessageProcessor (std::shared_ptr< ProtobufMessageSender > const &sender, std::shared_ptr< DisplayServer > const &display_server, std::shared_ptr< MessageProcessorReport > const &report)
 
 ~ProtobufMessageProcessor () noexcept
 
void client_pid (int pid) override
 
void send_response (::google::protobuf::uint32 id,::google::protobuf::Message *response)
 
void send_response (::google::protobuf::uint32 id, protobuf::Buffer *response)
 
void send_response (::google::protobuf::uint32 id, protobuf::Connection *response)
 
void send_response (::google::protobuf::uint32 id, protobuf::Surface *response)
 
void send_response (::google::protobuf::uint32 id, std::shared_ptr< protobuf::Buffer > response)
 
void send_response (::google::protobuf::uint32 id, mir::protobuf::Screencast *response)
 
void send_response (::google::protobuf::uint32 id, mir::protobuf::SocketFD *response)
 
void send_response (::google::protobuf::uint32 id, std::shared_ptr< protobuf::PlatformOperationMessage > response)
 

Additional Inherited Members

- Protected Member Functions inherited from mir::frontend::detail::MessageProcessor
 MessageProcessor ()=default
 
virtual ~MessageProcessor ()=default
 
 MessageProcessor (MessageProcessor const &)=delete
 
MessageProcessoroperator= (MessageProcessor const &)=delete
 

Constructor & Destructor Documentation

mir::frontend::detail::ProtobufMessageProcessor::ProtobufMessageProcessor ( std::shared_ptr< ProtobufMessageSender > const &  sender,
std::shared_ptr< DisplayServer > const &  display_server,
std::shared_ptr< MessageProcessorReport > const &  report 
)
mir::frontend::detail::ProtobufMessageProcessor::~ProtobufMessageProcessor ( )
inlinenoexcept

Member Function Documentation

void mir::frontend::detail::ProtobufMessageProcessor::client_pid ( int  pid)
overridevirtual
void mir::frontend::detail::ProtobufMessageProcessor::send_response ( ::google::protobuf::uint32  id,
::google::protobuf::Message *  response 
)
void mir::frontend::detail::ProtobufMessageProcessor::send_response ( ::google::protobuf::uint32  id,
protobuf::Buffer *  response 
)
void mir::frontend::detail::ProtobufMessageProcessor::send_response ( ::google::protobuf::uint32  id,
protobuf::Connection *  response 
)
void mir::frontend::detail::ProtobufMessageProcessor::send_response ( ::google::protobuf::uint32  id,
protobuf::Surface *  response 
)
void mir::frontend::detail::ProtobufMessageProcessor::send_response ( ::google::protobuf::uint32  id,
std::shared_ptr< protobuf::Buffer >  response 
)
void mir::frontend::detail::ProtobufMessageProcessor::send_response ( ::google::protobuf::uint32  id,
mir::protobuf::Screencast *  response 
)
void mir::frontend::detail::ProtobufMessageProcessor::send_response ( ::google::protobuf::uint32  id,
mir::protobuf::SocketFD *  response 
)
void mir::frontend::detail::ProtobufMessageProcessor::send_response ( ::google::protobuf::uint32  id,
std::shared_ptr< protobuf::PlatformOperationMessage >  response 
)

The documentation for this class was generated from the following file:

Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015