Home | History | Annotate | Download | only in test_tools

Lines Matching refs:ServerThread

14 ServerThread::ServerThread(QuicServer* server,
32 ServerThread::~ServerThread() {}
34 void ServerThread::Initialize() {
48 void ServerThread::Run() {
65 int ServerThread::GetPort() {
72 void ServerThread::WaitForCryptoHandshakeConfirmed() {
76 void ServerThread::Pause() {
82 void ServerThread::Resume() {
88 void ServerThread::Quit() {
95 void ServerThread::MaybeNotifyOfHandshakeConfirmation() {