Home | History | Annotate | Download | only in host

Lines Matching defs:protocol

21 #include "remoting/protocol/authenticator.h"
22 #include "remoting/protocol/connection_to_client.h"
23 #include "remoting/protocol/pairing_registry.h"
24 #include "remoting/protocol/session_manager.h"
32 namespace protocol {
36 } // namespace protocol
65 public protocol::SessionManager::Listener,
73 scoped_ptr<protocol::SessionManager> session_manager,
106 scoped_ptr<protocol::AuthenticatorFactory> authenticator_factory);
127 const protocol::TransportRoute& route) OVERRIDE;
132 protocol::Session* session,
133 protocol::SessionManager::IncomingSessionResponse* response) OVERRIDE;
135 // Sets desired configuration for the protocol. Must be called before Start().
136 void set_protocol_config(scoped_ptr<protocol::CandidateSessionConfig> config);
144 scoped_refptr<protocol::PairingRegistry> pairing_registry() const {
148 scoped_refptr<protocol::PairingRegistry> pairing_registry) {
167 scoped_ptr<protocol::SessionManager> session_manager_;
187 // Configuration of the protocol.
188 scoped_ptr<protocol::CandidateSessionConfig> protocol_config_;
204 scoped_refptr<protocol::PairingRegistry> pairing_registry_;