Home | History | Annotate | Download | only in host

Lines Matching refs:protocol

23 #include "remoting/protocol/authenticator.h"
24 #include "remoting/protocol/connection_to_client.h"
25 #include "remoting/protocol/pairing_registry.h"
26 #include "remoting/protocol/session_manager.h"
34 namespace protocol {
38 } // namespace protocol
67 public protocol::SessionManager::Listener,
75 scoped_ptr<protocol::SessionManager> session_manager,
111 scoped_ptr<protocol::AuthenticatorFactory> authenticator_factory);
131 const protocol::TransportRoute& route) OVERRIDE;
136 protocol::Session* session,
137 protocol::SessionManager::IncomingSessionResponse* response) OVERRIDE;
139 // Gets the candidate configuration for the protocol.
140 const protocol::CandidateSessionConfig* protocol_config() const {
144 // Sets desired configuration for the protocol. Must be called before Start().
145 void set_protocol_config(scoped_ptr<protocol::CandidateSessionConfig> config);
149 scoped_refptr<protocol::PairingRegistry> pairing_registry() const {
153 scoped_refptr<protocol::PairingRegistry> pairing_registry) {
177 scoped_ptr<protocol::SessionManager> session_manager_;
197 // Configuration of the protocol.
198 scoped_ptr<protocol::CandidateSessionConfig> protocol_config_;
214 scoped_refptr<protocol::PairingRegistry> pairing_registry_;